This shows you the differences between two versions of the page.
| copilotkit [2026/03/25 02:30] – Create page with researched content agent | copilotkit [2026/03/25 02:39] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| CopilotKit' | CopilotKit' | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | |
| - | | + | A[CopilotKit Provider] |
| - | │ │CopilotKit | + | B[Generative |
| - | │ │Provider | + | C[CoAgents: |
| - | | + | end |
| - | | + | |
| - | │ | + | D[Event Stream: Actions |
| - | ┌─────────▼───────────────▼───────────────▼───────────┐ | + | end |
| - | │ AG-UI Protocol Layer │ | + | |
| - | | + | E[LLM Adapter: OpenAI / Anthropic] |
| - | | + | F[Agent Framework Integrations] |
| - | │ | + | G[MCP Server Support] |
| - | | + | |
| - | │ | + | |
| - | | + | |
| - | │ │ LLM Adapter | + | </mermaid> |
| - | | + | |
| - | | + | |
| - | | + | |
| - | └──────────────────────────────────────────────────────┘ | + | |
| - | </code> | + | |
| ===== Code Example ===== | ===== Code Example ===== | ||