Skip to main content

Parametrizable Agno-based agent runtime — FastAPI factory with pluggable agent sources, multi-tenant headers, and LISTEN/NOTIFY hot reload.

Project description

agno-agent-builder

Parametrizable Agno runtime as a library. Build a fully configured FastAPI app for chat with hot-reloadable agents fetched from any source you plug in.

Quick start

from agno_agent_builder import create_app, RuntimeConfig, PayloadAgentSource

app = create_app(
    RuntimeConfig(
        app_name="my-runtime",
        agent_source=PayloadAgentSource(
            base_url="http://payload:3000",
            internal_secret="...",
        ),
        mcp_url="http://mcp:3001/mcp",
        database_url="postgresql://user:pass@host:5432/db",
        internal_secret="...",
    )
)

Public API

Symbol Purpose
create_app(config) Returns a configured FastAPI app
RuntimeConfig Pydantic model — required + optional knobs
AgentSource Protocol — implement async fetch_agents() -> list[AgentConfig]
AgentConfig Normalized per-agent record (CMS-agnostic)
PayloadAgentSource Default source for Payload CMS
build_agent, build_model, build_mcp_tools Lower-level builders for advanced wiring
compose_instructions, DEFAULT_TOOL_PROTOCOL, DEFAULT_OUTPUT_FORMAT Override-friendly prompt building blocks

What you get

  • AgentOS REST surface (/agents, /sessions, /metrics, …)
  • POST /agents/{slug}/runs SSE chat
  • /health, /ready Kubernetes probes
  • POST /internal/agents/reload admin endpoint
  • Postgres LISTEN/NOTIFY hot reload + 5-min belt-and-braces resync
  • ASGI middlewares: X-Request-ID, X-Internal-Secret auth, X-Tenant-Idrequest.state.metadata

Reference consumer

The default consumer that ships in this repo lives in ../agno-agent — it wraps create_app with env-driven settings and is what runs in the agno-agent devcontainer service. ZP and nexus install this lib from PyPI and write their own thin consumer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agno_agent_builder-0.1.13.tar.gz (77.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agno_agent_builder-0.1.13-py3-none-any.whl (60.4 kB view details)

Uploaded Python 3

File details

Details for the file agno_agent_builder-0.1.13.tar.gz.

File metadata

  • Download URL: agno_agent_builder-0.1.13.tar.gz
  • Upload date:
  • Size: 77.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agno_agent_builder-0.1.13.tar.gz
Algorithm Hash digest
SHA256 fab1b73d9cad471da0fed1723442a3e11db1b2437db6da94cea81daca3e2d360
MD5 2a5b80c70141ba3f7566cfa34f4e2b7b
BLAKE2b-256 3d36f87eabda37283d75c51f97577abd35cfcca79dd32d52a0a5fc04af863d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for agno_agent_builder-0.1.13.tar.gz:

Publisher: release-please.yml on Zetesis-Labs/PayloadAgents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agno_agent_builder-0.1.13-py3-none-any.whl.

File metadata

File hashes

Hashes for agno_agent_builder-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 b681ec118a5b1325d89b4ba1fbdea1ed2090a0a0da9e2fdc962c9b8e3236bd4a
MD5 b37696cb7ba6513a867881ac1d52205b
BLAKE2b-256 552d432f85383671c05ae630e82c3e3c00c3d2a65bad4950fbd3935a83b8fe41

See more details on using hashes here.

Provenance

The following attestation bundles were made for agno_agent_builder-0.1.13-py3-none-any.whl:

Publisher: release-please.yml on Zetesis-Labs/PayloadAgents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page