Skip to content

Agent2 v0.1.0

Choose a tag to compare

@duozokker duozokker released this 02 Apr 00:35
· 29 commits to main since this release

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_type with 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 -d

Links

MIT Licensed. Built by Artesiana.