A crew of AI agents wrapped in FastAPI, managed with Poetry.
- Install Poetry: https://python-poetry.org/docs/#installation
- Install dependencies:
poetry install
- Run the FastAPI app:
poetry run uvicorn app.backend.main:app --reload
app/backend/
: FastAPI applicationapp/backend/services/ai_agents/
: AI agent implementationsapp/tests/
: Test fileslogs/
: Application logs