Skip to main content

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.

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.16.tar.gz (76.7 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.16-py3-none-any.whl (59.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agno_agent_builder-0.1.16.tar.gz
  • Upload date:
  • Size: 76.7 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.16.tar.gz
Algorithm Hash digest
SHA256 74df18b97b9c8a1a6ad8597f25ed4c9249bed6ebc26d50f973ff675d6b3f9196
MD5 d52faa14a706aeac57f0a8988be968bb
BLAKE2b-256 5e81a5c1b2274360d23c3ba00eecbc7f4508fb5f842bcde1fb826ce382f7d243

See more details on using hashes here.

Provenance

The following attestation bundles were made for agno_agent_builder-0.1.16.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.16-py3-none-any.whl.

File metadata

File hashes

Hashes for agno_agent_builder-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 f6d5b5880df059aab97868f6d7b0145dabdf6f40eab0191f34528649aabd8fb6
MD5 bfab7b56222958f870f6160d4d1c847e
BLAKE2b-256 02bab774c499994ce748c1341be36c167828ecfd49369c9d221acab83c2ce4b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for agno_agent_builder-0.1.16-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.

Release history Release notifications | RSS feed

This release

0.1.16 This release

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page