Skip to content

Commit 808cc50

Browse files
committed
docs(quickstart/agno): link to live demo at agno-dcp-demo.fly.dev
Add a 'See it running' callout at the top of the Agno quickstart so readers landing on docs.dcp-ai.org can jump straight to the hosted banking demo.
1 parent fb3faa7 commit 808cc50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/QUICKSTART_AGNO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[Agno](https://www.agno.com/) is a Python framework and runtime for building AI agents. The [`agno-dcp`](https://github.com/dcp-ai-protocol/agno-dcp) integration wraps Agno's `Agent`, `Team`, `Workflow`, and MCP primitives with the full DCP-AI governance stack: cryptographic identity (DCP-01), signed policy gating (DCP-02), tamper-evident audit (DCP-03), and signed inter-agent messaging (DCP-04).
44

5+
> **▸ See it running:** [agno-dcp-demo.fly.dev](https://agno-dcp-demo.fly.dev) — a banking collections workflow with one-click scenarios, a live audit log over Server-Sent Events, and signed Compliance Bundle export. Source: [`dcp-ai-protocol/agno-dcp-demo`](https://github.com/dcp-ai-protocol/agno-dcp-demo).
6+
57
Unlike the other Python integrations (`dcp-ai[fastapi]`, `dcp-ai[langchain]`, ...), `agno-dcp` ships as a **separate package** because it depends on Agno as a peer dependency. The cryptographic primitives are imported from `dcp-ai>=2.8.1` so bundles produced by `agno-dcp` are byte-exact compatible with every DCP-AI verifier.
68

79
The full source, end-to-end design notes, and API reference live in the dedicated repository: <https://github.com/dcp-ai-protocol/agno-dcp>. This page is a 60-second onramp.

0 commit comments

Comments
 (0)