agentic-flow 2.1.1 → 2.1.2
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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli/agentdb-proxy.d.ts +3 -0
- package/dist/cli/agentdb-proxy.d.ts.map +1 -0
- package/dist/cli/agentdb-proxy.js +8 -0
- package/dist/cli/agentdb-proxy.js.map +1 -0
- package/dist/config/claudeFlow.d.ts +1 -1
- package/dist/optimizations/configuration-tuning.d.ts +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agentdb-proxy.d.ts","sourceRoot":"","sources":["../../src/cli/agentdb-proxy.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agentdb-proxy.js","sourceRoot":"","sources":["../../src/cli/agentdb-proxy.ts"],"names":[],"mappings":";AAEA;;;GAGG;AACH,MAAM,MAAM,CAAC,aAAa,CAAC,CAAC","sourcesContent":["#!/usr/bin/env node\n\n/**\n * Stable agentic-flow bin surface for the separately versioned AgentDB CLI.\n * AgentDB remains the single implementation authority.\n */\nawait import('agentdb/cli');\n\nexport {};\n"]}
|
|
@@ -26,7 +26,7 @@ export declare function getMemoryConfig(agentName?: string): {
|
|
|
26
26
|
* Initialize swarm coordination for multi-agent tasks
|
|
27
27
|
*/
|
|
28
28
|
export declare function getSwarmConfig(topology?: ClaudeFlowConfig['coordinationTopology']): {
|
|
29
|
-
topology: "
|
|
29
|
+
topology: "hierarchical" | "mesh" | "ring" | "star";
|
|
30
30
|
maxAgents: number;
|
|
31
31
|
strategy: "balanced";
|
|
32
32
|
};
|
|
@@ -122,7 +122,7 @@ export declare class ConfigurationTuning {
|
|
|
122
122
|
entries: number;
|
|
123
123
|
};
|
|
124
124
|
topology: {
|
|
125
|
-
mode: "
|
|
125
|
+
mode: "hierarchical" | "mesh" | "ring" | "star" | "auto";
|
|
126
126
|
changes: number;
|
|
127
127
|
improvement: string;
|
|
128
128
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-flow",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "The agentic meta-harness — freeze the model, evolve the harness. An open runtime that routes each query to the cost-optimal model, evolves its own harness (planner/context/reviewer/retry/tool/memory/score policy) and autonomously repairs code, then orchestrates 66 specialized agents, 213 MCP tools, ReasoningBank memory, and multi-agent swarms on top. Built by @ruvnet on the Claude Agent SDK.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"agentic-flow": "dist/cli-proxy.js",
|
|
9
|
-
"agentdb": "dist/
|
|
9
|
+
"agentdb": "dist/cli/agentdb-proxy.js",
|
|
10
10
|
"agentic-flow-repair": "dist/repair/cli.js"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"proxy:quic:dev": "tsx src/proxy/quic-proxy.ts",
|
|
70
70
|
"benchmark:embeddings": "tsx src/benchmarks/embeddings-benchmark.ts",
|
|
71
71
|
"test:orchestration": "vitest run tests/orchestration/ --reporter=verbose",
|
|
72
|
-
"test:governance": "vitest run tests/harness/provenance.test.ts tests/harness/flywheel-governance.test.ts tests/mcp/mcp-policy.test.ts tests/embeddings/huggingface-offline.test.ts tests/repair/darwin-repair.test.ts",
|
|
72
|
+
"test:governance": "vitest run tests/harness/provenance.test.ts tests/harness/flywheel-governance.test.ts tests/mcp/mcp-policy.test.ts tests/mcp/package-surface.test.ts tests/embeddings/huggingface-offline.test.ts tests/repair/darwin-repair.test.ts",
|
|
73
73
|
"test:orchestration:smoke": "tsx tests/orchestration/orchestration-api.smoke.ts && tsx tests/orchestration/loop-policy.smoke.ts && tsx tests/orchestration/memory-plane.smoke.ts"
|
|
74
74
|
},
|
|
75
75
|
"keywords": [
|
|
@@ -175,6 +175,7 @@
|
|
|
175
175
|
"@ruvector/tiny-dancer": "^0.1.17",
|
|
176
176
|
"@supabase/supabase-js": "^2.78.0",
|
|
177
177
|
"@huggingface/transformers": "^3.8.1",
|
|
178
|
+
"agentdb": "3.0.0-alpha.20",
|
|
178
179
|
"axios": "^1.12.2",
|
|
179
180
|
"dotenv": "^16.4.5",
|
|
180
181
|
"express": "^5.1.0",
|
|
@@ -194,7 +195,6 @@
|
|
|
194
195
|
"@rollup/rollup-darwin-arm64": "^4.59.0",
|
|
195
196
|
"@ruvector/attention": "^0.1.4",
|
|
196
197
|
"@ruvector/sona": "^0.1.4",
|
|
197
|
-
"agentdb": "^3.0.0-alpha.14",
|
|
198
198
|
"better-sqlite3": "^11.10.0",
|
|
199
199
|
"onnxruntime-node": "^1.23.2",
|
|
200
200
|
"sharp": "^0.34.3",
|