agentic-flow 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -218,7 +218,8 @@ Environment Variables:
|
|
|
218
218
|
ONNX_MODEL_PATH Optional for --provider onnx
|
|
219
219
|
|
|
220
220
|
Documentation:
|
|
221
|
-
https://github.com/
|
|
221
|
+
https://github.com/ruvnet/agentic-flow#claude-code-mode
|
|
222
|
+
https://ruv.io
|
|
222
223
|
`)
|
|
223
224
|
.option('--provider <provider>', 'AI provider (anthropic, openrouter, gemini, onnx)', 'anthropic')
|
|
224
225
|
.option('--port <port>', 'Proxy server port', '3000')
|
package/dist/cli-proxy.js
CHANGED
|
@@ -765,7 +765,9 @@ PROXY MODE (Claude Code CLI Integration):
|
|
|
765
765
|
• Leaderboard tracking on OpenRouter
|
|
766
766
|
• No code changes to Claude Code itself
|
|
767
767
|
|
|
768
|
-
|
|
768
|
+
DOCUMENTATION:
|
|
769
|
+
https://github.com/ruvnet/agentic-flow
|
|
770
|
+
https://ruv.io
|
|
769
771
|
`);
|
|
770
772
|
}
|
|
771
773
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-flow",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Production-ready AI agent orchestration platform with 66 specialized agents, 213 MCP tools, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|