Agent API for serving AI agents
Top 90.9% on SourcePulse
This project provides a minimal, production-ready setup for serving AI agents via a FastAPI API, leveraging PostgreSQL for data persistence. It's designed for developers seeking a clear, fast, and enjoyable experience building and deploying agent-based applications.
How It Works
The system utilizes FastAPI for efficient API request handling and PostgreSQL to store agent sessions, knowledge, and memories. It includes pre-built agents as starting points, allowing users to customize or extend functionality by modifying agents in the /agents
folder. The architecture prioritizes speed and clarity, facilitating rapid development and deployment.
Quick Start & Requirements
OPENAI_API_KEY
environment variable, and run docker compose up -d
.uv
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README mentions using GPT 4.1 as the default model, implying a dependency on OpenAI's API, though it notes that other providers can be used. Specific instructions for configuring alternative model providers beyond setting the OPENAI_API_KEY
are not detailed.
3 months ago
Inactive