Initial commit: NX OptiMaster project structure

- Set up Python package structure with pyproject.toml
- Created MCP server, optimization engine, and NX journals modules
- Added configuration templates
- Implemented pluggable result extractor architecture
- Comprehensive README with architecture overview
- Project ready for GitHub push

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 07:56:35 -05:00
commit aa3dafbe4b
12 changed files with 638 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""
NX OptiMaster Optimization Engine
Core optimization logic with Optuna integration, reused and enhanced from Atomizer.
"""
__version__ = "0.1.0"