This shows you the differences between two versions of the page.
| swarm_openai [2026/03/25 02:21] – Create page: OpenAI Swarm - experimental multi-agent orchestration framework agent | swarm_openai [2026/03/25 02:25] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 117: | Line 117: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | +-------+--------+ | + | |
| - | | | + | |
| - | +-------v--------+ | + | |
| - | | + | |
| - | | Agent | + | |
| - | | + | |
| - | | + | G -.-> D |
| - | | - to_sales | + | </mermaid> |
| - | | - to_support | + | |
| - | +----------------+ | + | |
| - | | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | +------------+ | | + | |
| - | | |process_ | + | |
| - | | |refund | + | |
| - | | +------------+ | | + | |
| - | +----------------+ | + | |
| - | + | ||
| - | +---------------------+ | + | |
| - | | | + | |
| - | | | + | |
| - | | {"user_name": | + | |
| - | +---------------------+ | + | |
| - | </code> | + | |
| ===== Limitations ===== | ===== Limitations ===== | ||
| Line 170: | Line 152: | ||
| * [[e2b|E2B]] -- Sandboxed code execution for agent workflows | * [[e2b|E2B]] -- Sandboxed code execution for agent workflows | ||
| * [[browser_use|Browser-Use]] -- AI browser automation for agents | * [[browser_use|Browser-Use]] -- AI browser automation for agents | ||
| - | |||