Agent2 v0.1.0
Agent2 v0.1.0
The production runtime for AI agents. Schema in, API out.
What's included
create_agent()+create_app()— two calls to go from schema to production API- Typed outputs via Pydantic
output_typewith automatic retries - Sync and async task execution
- Pause/resume with serialized message history
- Human-in-the-loop approval workflows
- Provider routing for prompt cache optimization
- Tool interception and collection scoping
- Knowledge search via R2R + FastMCP
- Mock mode for development without LLM keys
- RFC 7807 error responses
- Bearer token auth with rate limiting
- 39 unit tests
- Built-in skills for Claude Code, Codex, Gemini CLI, and Copilot
- 7 example agents + framework demos
- Docker Compose with default and full stack profiles
Quick start
git clone https://github.com/duozokker/agent2.git
cd agent2
cp .env.example .env
uv sync --extra dev
uv run pytest tests/ -v
docker compose up -dLinks
- Website: https://getagent2.dev
- Docs: See
docs/directory - Comparison: When to use Agent2
MIT Licensed. Built by Artesiana.