This shows you the differences between two versions of the page.
| e2b [2026/03/25 02:18] – Create page: E2B - sandboxed code execution for AI agents agent | e2b [2026/03/25 02:24] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 87: | Line 87: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | │ | + | A -->|E2B SDK| C["E2B Cloud Platform"] |
| - | └──────┬───────┘ | + | |
| - | │ | + | |
| - | | + | E --> F["Python Kernel (code execution)"] |
| - | │ | + | D --> G[" |
| - | ┌──────▼─────────────────────────────┐ | + | D --> H[" |
| - | │ E2B Cloud Platform | + | </mermaid> |
| - | │ │ | + | |
| - | │ ┌──────────────────────────────┐ | + | |
| - | | + | |
| - | | + | |
| - | │ │ │ | + | |
| - | | + | |
| - | │ │ │ │ | + | |
| - | │ │ │ │ | + | |
| - | | + | |
| - | │ │ │ ┌──────────────────┐ | + | |
| - | │ │ │ │ Filesystem | + | |
| - | | + | |
| - | │ │ └────────────────────────┘ | + | |
| - | │ │ Isolated: | + | |
| - | │ └──────────────────────────────┘ | + | |
| - | └────────────────────────────────────┘ | + | |
| - | </code> | + | |
| ===== References ===== | ===== References ===== | ||
| Line 128: | Line 111: | ||
| * [[composio|Composio]] — Tool integration platform for agents | * [[composio|Composio]] — Tool integration platform for agents | ||
| * [[autogen_studio|AutoGen Studio]] — Visual multi-agent workflow builder | * [[autogen_studio|AutoGen Studio]] — Visual multi-agent workflow builder | ||
| - | |||