Logo
Explore Help
Register Sign In
Antoine/Atomizer
1
0
Fork 0
You've already forked Atomizer
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b45896a391f1ef274575ecaae06c30de5227c934
Atomizer/optimization_engine/cli/__init__.py

20 lines
383 B
Python
Raw Normal View History

feat: Add Studio UI, intake system, and extractor improvements Dashboard: - Add Studio page with drag-drop model upload and Claude chat - Add intake system for study creation workflow - Improve session manager and context builder - Add intake API routes and frontend components Optimization Engine: - Add CLI module for command-line operations - Add intake module for study preprocessing - Add validation module with gate checks - Improve Zernike extractor documentation - Update spec models with better validation - Enhance solve_simulation robustness Documentation: - Add ATOMIZER_STUDIO.md planning doc - Add ATOMIZER_UX_SYSTEM.md for UX patterns - Update extractor library docs - Add study-readme-generator skill Tools: - Add test scripts for extraction validation - Add Zernike recentering test Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 12:02:30 -05:00
"""
Atomizer CLI
============
Command-line interface for Atomizer operations.
Commands:
- atomizer intake <folder> - Process an intake folder
- atomizer validate <study> - Validate a study before running
- atomizer finalize <study> - Generate final report
Usage:
from optimization_engine.cli import main
main()
"""
from .main import main, app
__all__ = ["main", "app"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 91ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API