Quick Start Guide
#REPO is closed source for now
Prerequisites
Docker: Ensure Docker is installed and running.
Python 3.12 or higher: For local development tasks.
Poetry: To manage Python dependencies.
Docker Setup (Recommended)
Create Project Directory
Copy
Download Docker Compose Config You can adapt existing files from the original reference (1) to rename them for Zyro:
Copy
Set Up Environment
Copy
Start Services
Copy
This command starts multiple containers (database, API server, scheduler, etc.).
Create Your First Agent
Copy
Test Agent Interactions
Copy
Or open your browser at
http://127.0.0.1:8000/agents/admin/chat?q=Hello
.