Files
opus-orchestrator-ai/opus_orchestrator/__init__.py
T

11 lines
195 B
Python
Raw Normal View History

2026-03-14 05:37:27 +00:00
"""Opus Orchestrator - AI Book Generation System.
2026-03-14 05:37:27 +00:00
Version: 0.2.0
2026-03-14 05:37:27 +00:00
Quick Start:
opus generate --concept "Your book idea"
opus serve --port 8000
2026-03-14 05:37:27 +00:00
For full documentation, see README.md
"""