You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrewForm is the **first platform with native support for all three agentic protocols**:
83
+
84
+
| Protocol | Direction | What It Does |
85
+
|---|---|---|
86
+
|**MCP** (Model Context Protocol) | 🔌 Client + 🔧 Server |**Client:** Agents discover and call tools from any MCP server. **Server:** Expose your agents as MCP tools for Claude Desktop, Cursor, and other MCP clients. |
87
+
|**A2A** (Agent-to-Agent Protocol) | ↔️ Bidirectional |**Consume:** Delegate tasks to external A2A agents. **Publish:** Expose your agents for other AI systems to call. Cross-framework agent interop. |
88
+
|**AG-UI** (Agent-User Interface) | 📡 Streaming | Real-time SSE event streaming from agent to frontend. Supports text deltas, tool calls, state transitions, and rich interactions (approval, confirmation, choices). |
89
+
90
+
> **Why this matters:** Most platforms support zero or one protocol. CrewForm gives your agents access to thousands of tools (MCP), cross-framework interop (A2A), and real-time UI streaming (AG-UI) — all out of the box.
91
+
78
92
## ✨ Features at a Glance
79
93
80
94
<table>
81
95
<tr>
82
96
<tdalign="center"width="25%">
83
-
🤖<br/><strong>16 LLM Providers</strong><br/>OpenAI, Anthropic, Gemini, Groq, Ollama, and more
<summary><strong>What LLM providers are supported?</strong></summary>
455
470
456
-
CrewForm supports **16 providers**: OpenAI, Anthropic, Google Gemini, Groq, Mistral, Cohere, NVIDIA NIM, Perplexity, Together, OpenRouter, HuggingFace, MiniMax, Moonshot, Venice, and **Ollama** (local models). More providers can be added via the modular provider architecture.
471
+
CrewForm supports **16 cloud providers + Ollama** for local models:
Ollama enables fully air-gapped setups — zero API keys, zero data leaving your network. More providers can be added via the modular provider architecture.
457
476
</details>
458
477
459
478
<details>
@@ -470,23 +489,26 @@ CrewForm is a **visual, UI-first platform** — you create agents, teams, and ta
470
489
471
490
## How CrewForm Compares
472
491
473
-
| Capability | CrewForm | Most Alternatives |
474
-
|---|---|---|
475
-
|**Visual UI**| ✅ Drag-and-drop workflow canvas with live execution | Often code-only or basic flow editors |
476
-
|**Multi-Agent Teams**| ✅ 3 modes — Pipeline, Orchestrator, Collaboration | Usually single-mode or code-defined |
477
-
|**All 3 Agentic Protocols**| ✅ MCP + A2A + AG-UI — native | Typically zero or one |
478
-
|**BYOK (zero markup)**| ✅ 16 providers, your keys, your cost | Often limited providers or markup fees |
479
-
|**Local Models (Ollama)**| ✅ Native — zero API keys, fully air-gapped | Varies |
480
-
|**Self-Hosting**| ✅ One-command Docker Compose | Often cloud-only or complex setup |
481
-
|**RAG / Knowledge Base**| ✅ Built-in with pgvector + hybrid search | Sometimes available, often requires plugins |
482
-
|**Embeddable Chat Widget**| ✅ One-line script tag, streaming, domain security | Rare — usually requires custom dev |
483
-
|**Data Portability**| ✅ JSON export/import for agents and teams | Usually locked to platform |
484
-
|**Agent Marketplace**| ✅ Browse, install, and publish templates | Rare in open-source tools |
485
-
|**Team Memory**| ✅ pgvector semantic search across runs | Typically not available |
> **CrewForm is the first platform to support all three agentic protocols** (MCP + A2A + AG-UI) — giving your agents access to thousands of tools, cross-framework interop, and real-time UI streaming out of the box.
|**Open Source**| ✅ AGPL-3.0 | ✅ Apache-2.0 | ✅ Fair-code | ✅ MIT | ✅ MIT |
510
+
511
+
> **CrewForm is the only platform with all three agentic protocols** (MCP + A2A + AG-UI) — giving your agents access to thousands of tools, cross-framework interop, and real-time UI streaming out of the box.
0 commit comments