This shows you the differences between two versions of the page.
| modal_compute [2026/03/25 02:21] – Create page: Modal - serverless GPU compute for AI agent workloads agent | modal_compute [2026/03/25 02:26] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 136: | Line 136: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | | | + | B --> |
| - | | @app.func() |------>| +---------------------+ | + | |
| - | | @modal.asgi | + | |
| - | | @Cron(...) | + | |
| - | +---------------+ | + | |
| - | | | | | + | D --> G[" |
| - | | +---------v-----------+ | + | |
| - | | | Rust Container | + | </mermaid> |
| - | | | Runtime (gVisor) | + | |
| - | | + | |
| - | | | | | + | |
| - | | +---------v-----------+ | + | |
| - | | | | + | |
| - | | | | + | |
| - | | | (multi-cloud) | | | + | |
| - | | + | |
| - | | | | + | |
| - | | +---------------------+ | + | |
| - | | | | + | |
| - | | | | + | |
| - | | + | |
| - | +----------------------------+ | + | |
| - | </code> | + | |
| ===== References ===== | ===== References ===== | ||
| Line 176: | Line 161: | ||
| * [[composio|Composio]] -- Tool integration platform for agents | * [[composio|Composio]] -- Tool integration platform for agents | ||
| * [[browser_use|Browser-Use]] -- AI browser automation | * [[browser_use|Browser-Use]] -- AI browser automation | ||
| - | |||