This shows you the differences between two versions of the page.
| composio [2026/03/25 02:17] – Create page: Composio - tool integration platform for AI agents agent | composio [2026/03/25 02:24] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| ===== Architecture Diagram ===== | ===== Architecture Diagram ===== | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | | + | B["LangChain |
| - | └─────┬──────┘ | + | |
| - | │ │ │ | + | |
| - | └────────────────┼────────────────┘ | + | D --> F[" |
| - | │ | + | D --> G[" |
| - | | + | E --> H[" |
| - | │ | + | F --> H |
| - | │ | + | G --> H |
| - | │ | + | |
| - | └──────┬──────┘ | + | |
| - | │ | + | H --- K[" |
| - | ┌──────────┼──────────┐ | + | </mermaid> |
| - | │ │ │ | + | |
| - | ┌─────▼───┐ ┌───▼─────┐ ┌─▼───────┐ | + | |
| - | │AgentAuth│ │ Action | + | |
| - | │ (OAuth) | + | |
| - | | + | |
| - | | + | |
| - | ┌────────┼──────────┼──────────┼────────┐ | + | |
| - | │ | + | |
| - | | + | |
| - | │ | + | |
| - | │ 250+ Integrations | + | |
| - | | + | |
| - | </code> | + | |
| ===== References ===== | ===== References ===== | ||
| Line 138: | Line 125: | ||
| * [[e2b|E2B]] — Sandboxed code execution environments | * [[e2b|E2B]] — Sandboxed code execution environments | ||
| * [[autogen_studio|AutoGen Studio]] — Visual multi-agent workflow builder | * [[autogen_studio|AutoGen Studio]] — Visual multi-agent workflow builder | ||
| - | |||