General Purpose Agent
A multi-agent system for general purpose on the web Declarative agent DSL, handoff orchestration, async deep research, and a real-time streaming chat interface.
One platform. Multiple agents. Structured output.
Quick Start • Architecture • Agents • GitHub
# Clone
git clone https://github.com/basilysf1709/luchor.git
cd luchor
# Agent service
cd agent
npm install
cp .env.example .env # add your ANTHROPIC_API_KEY
npm run dev
# Web frontend (in another terminal)
cd web
npm install
cp .env.example .env # add DATABASE_URL, AGENT_SERVICE_CHAT_URL
npm run dev