Clone the Repository
The fastest way to get started:- Convex backend schema and functions
- TypeScript source code
- Terminal UI (React Ink)
- 179 passing tests
- Environment template
Quick Validation
Run the doctor script to check your setup:Try Demo Mode
No API keys? No problem. Run with an in-memory backend:Environment Variables
Copy the template:.env.local:
Getting API Keys
| Service | Purpose | URL |
|---|---|---|
| Convex | Backend | Run npx convex dev and copy deployment URL |
| OpenRouter | LLM | openrouter.ai |
| Gemini | Embeddings (free) | aistudio.google.com |
Project Structure
Verify Installation
Start the development server:Check API Endpoints
If using the Convex backend:Run Tests
Validate everything works:Set Up Your Own Convex Project
To use your own Convex deployment:CONVEX_URL in .env.local with your new deployment URL.
Next Steps
Quickstart
Build your first agent
Core Concepts
Understand the architecture