Quick Start Guide
#Repo is not public 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
Download Docker Compose Config You can adapt existing files from the original reference (1) to rename them for Sylvi:
Set Up Environment
Start Services
This command starts multiple containers (database, API server, scheduler, etc.).
Create Your First Agent
Test Agent Interactions
Or open your browser at
http://127.0.0.1:8000/agents/admin/chat?q=Hello
.
Last updated