This shows you the differences between two versions of the page.
| autogen_studio [2026/03/25 02:18] – Create page: AutoGen Studio - Microsoft's visual multi-agent workflow builder agent | autogen_studio [2026/03/25 02:25] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 120: | Line 120: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | │ │ | + | A --> C[" |
| - | │ ┌──────────┐ | + | A --> D[" |
| - | │ │ | + | B --> E["AutoGen AgentChat Framework"] |
| - | │ │ | + | C --> E |
| - | | + | D --> E |
| - | └───────┼─────────────┼──────────┼────────┘ | + | E --> F["Agents Library"] |
| - | │ | + | E --> G[" |
| - | ┌───────▼─────────────▼──────────▼────────┐ | + | E --> H[" |
| - | │ AutoGen AgentChat Framework | + | F --> I["LLM Providers |
| - | | + | G --> I |
| - | | + | H --> I |
| - | | + | </mermaid> |
| - | │ │ Library | + | |
| - | | + | |
| - | └───────┼────────────┼───────────┼────────┘ | + | |
| - | | + | |
| - | ┌───────▼────────────▼───────────▼────────┐ | + | |
| - | │ | + | |
| - | │ | + | |
| - | | + | |
| - | </code> | + | |
| ===== Current Status ===== | ===== Current Status ===== | ||
| Line 168: | Line 159: | ||
| * [[e2b|E2B]] — Sandboxed code execution for agent workflows | * [[e2b|E2B]] — Sandboxed code execution for agent workflows | ||
| * [[modal_compute|Modal]] — Serverless compute for agent deployment | * [[modal_compute|Modal]] — Serverless compute for agent deployment | ||
| - | |||