This shows you the differences between two versions of the page.
| agno [2026/03/25 02:28] – Create page with researched content agent | agno [2026/03/25 02:37] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| Agno's architecture is organized around a layered runtime: | Agno's architecture is organized around a layered runtime: | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | A[Event Streaming: PostHook |
| - | │ ┌─────────────────────────────────────────┐ | + | A --> C[Teams: Multi-Agent Collab] |
| - | │ │ Event Streaming | + | |
| - | │ │ | + | B --> E[Knowledge / Memory Layer] |
| - | │ └──────────────────┬──────────────────────┘ | + | C --> E |
| - | │ | + | D --> E |
| - | │ ┌────────┐ | + | E --> F[Core Memory] |
| - | │ │ Agent | + | E --> G[Archival |
| - | │ │(single)│ | + | E --> H[Concurrent Memory] |
| - | | + | </mermaid> |
| - | │ └───┬────┘ | + | |
| - | | + | |
| - | │ ┌───▼──────────────▼───────────────▼───────┐ | + | |
| - | │ │ | + | |
| - | | + | |
| - | | + | |
| - | └───────────────────────────────────────────────┘ | + | |
| - | </code> | + | |
| ===== Code Example ===== | ===== Code Example ===== | ||