Skip to content

martineserios/AIAgentsFactory

Repository files navigation

AI Agents Factory

A crew of AI agents wrapped in FastAPI, managed with Poetry.

Setup

  1. Install Poetry: https://python-poetry.org/docs/#installation
  2. Install dependencies: poetry install
  3. Run the FastAPI app: poetry run uvicorn app.backend.main:app --reload

Project Structure

  • app/backend/: FastAPI application
  • app/backend/services/ai_agents/: AI agent implementations
  • app/tests/: Test files
  • logs/: Application logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published