Skip to content

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

# Run your first orchestration
/novaai "implement a simple REST API endpoint"

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

[Full documentation coming soon]