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
**agentic-flow supports multiple LLM providers** through intelligent proxy architecture that converts requests to provider-specific formats while maintaining Claude Agent SDK compatibility.
252
+
253
+
### Supported Providers
254
+
255
+
| Provider | Models | Cost | Speed | Setup |
256
+
|----------|--------|------|-------|-------|
257
+
|**Anthropic**| Claude 3.5 Sonnet, Opus, Haiku |$$$ | Fast |`ANTHROPIC_API_KEY`|
258
+
|**Gemini**| Gemini 2.0 Flash, Pro | $ | Very Fast |`GOOGLE_GEMINI_API_KEY`|
Copy file name to clipboardExpand all lines: agentic-flow/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "agentic-flow",
3
-
"version": "1.9.2",
3
+
"version": "1.9.3",
4
4
"description": "Production-ready AI agent orchestration platform with 66 specialized agents, 213 MCP tools, ReasoningBank learning memory, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols.",
0 commit comments