Quick Start¶
Get started with Nova Core in 5 minutes.
Installation¶
# Clone the repository
git clone https://github.com/Lamiak-works/orchestra-core.git
cd orchestra-core
# Install dependencies
pip install -r requirements.txt
# Set up environment variables
cp .env.example .env
# Edit .env with your ANTHROPIC_API_KEY
First Command¶
The orchestrator will: 1. Ask clarifying questions 2. Search knowledge base for patterns 3. Present an implementation plan 4. Execute with quality gates
Next Steps¶
- Concepts Overview - Understand how Nova Core works
- Commands Reference - Full command list
- Python SDK - Programmatic access
[Full documentation coming soon]