agentic-flow 2.0.6 → 2.0.8
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/.claude/settings.json +133 -9
- package/.claude/skills/agentic-flow-quickstart/skill.md +69 -0
- package/.claude/skills/hooks-automation/skill.md +155 -0
- package/.claude/skills/memory-patterns/skill.md +110 -0
- package/.claude/skills/sparc-methodology/skill.md +137 -0
- package/.claude/skills/swarm-coordination/skill.md +94 -0
- package/.claude/skills/worker-benchmarks/skill.md +135 -0
- package/.claude/skills/worker-integration/skill.md +154 -0
- package/.claude/statusline.mjs +109 -0
- package/.claude/statusline.sh +71 -0
- package/README.md +1797 -624
- package/dist/.tsbuildinfo +1 -1
- package/dist/agentdb/index.d.ts +2 -0
- package/dist/agentdb/index.d.ts.map +1 -1
- package/dist/agentdb/index.js +5 -0
- package/dist/agentdb/index.js.map +1 -1
- package/dist/agentdb/prerequisites.d.ts +25 -0
- package/dist/agentdb/prerequisites.d.ts.map +1 -0
- package/dist/agentdb/prerequisites.js +180 -0
- package/dist/agentdb/prerequisites.js.map +1 -0
- package/dist/benchmarks/embeddings-benchmark.d.ts +38 -0
- package/dist/benchmarks/embeddings-benchmark.d.ts.map +1 -0
- package/dist/benchmarks/embeddings-benchmark.js +282 -0
- package/dist/benchmarks/embeddings-benchmark.js.map +1 -0
- package/dist/billing/mcp/tools.js +1 -0
- package/dist/billing/mcp/tools.js.map +1 -1
- package/dist/cli/commands/embeddings.d.ts +12 -0
- package/dist/cli/commands/embeddings.d.ts.map +1 -0
- package/dist/cli/commands/embeddings.js +386 -0
- package/dist/cli/commands/embeddings.js.map +1 -0
- package/dist/cli/commands/hooks.d.ts.map +1 -1
- package/dist/cli/commands/hooks.js +79 -4
- package/dist/cli/commands/hooks.js.map +1 -1
- package/dist/cli/commands/init.d.ts +8 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +514 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/workers.d.ts +9 -0
- package/dist/cli/commands/workers.d.ts.map +1 -0
- package/dist/cli/commands/workers.js +991 -0
- package/dist/cli/commands/workers.js.map +1 -0
- package/dist/cli/config-wizard.d.ts.map +1 -1
- package/dist/cli/config-wizard.js +47 -25
- package/dist/cli/config-wizard.js.map +1 -1
- package/dist/cli-proxy.js +89 -1
- package/dist/cli-proxy.js.map +1 -1
- package/dist/core/agentdb-fast.js +3 -3
- package/dist/core/agentdb-fast.js.map +1 -1
- package/dist/core/agentdb-wrapper-enhanced.d.ts.map +1 -1
- package/dist/core/agentdb-wrapper-enhanced.js +37 -11
- package/dist/core/agentdb-wrapper-enhanced.js.map +1 -1
- package/dist/core/agentdb-wrapper.d.ts +3 -2
- package/dist/core/agentdb-wrapper.d.ts.map +1 -1
- package/dist/core/agentdb-wrapper.js +15 -1
- package/dist/core/agentdb-wrapper.js.map +1 -1
- package/dist/core/attention-native.d.ts +4 -0
- package/dist/core/attention-native.d.ts.map +1 -1
- package/dist/core/attention-native.js +14 -2
- package/dist/core/attention-native.js.map +1 -1
- package/dist/core/gnn-wrapper.d.ts.map +1 -1
- package/dist/core/gnn-wrapper.js +14 -0
- package/dist/core/gnn-wrapper.js.map +1 -1
- package/dist/embeddings/index.d.ts +17 -0
- package/dist/embeddings/index.d.ts.map +1 -0
- package/dist/embeddings/index.js +17 -0
- package/dist/embeddings/index.js.map +1 -0
- package/dist/embeddings/neural-substrate.d.ts +206 -0
- package/dist/embeddings/neural-substrate.d.ts.map +1 -0
- package/dist/embeddings/neural-substrate.js +629 -0
- package/dist/embeddings/neural-substrate.js.map +1 -0
- package/dist/embeddings/optimized-embedder.d.ts +103 -0
- package/dist/embeddings/optimized-embedder.d.ts.map +1 -0
- package/dist/embeddings/optimized-embedder.js +730 -0
- package/dist/embeddings/optimized-embedder.js.map +1 -0
- package/dist/examples/embedding-geometry.d.ts +105 -0
- package/dist/examples/embedding-geometry.d.ts.map +1 -0
- package/dist/examples/embedding-geometry.js +528 -0
- package/dist/examples/embedding-geometry.js.map +1 -0
- package/dist/federation/SecurityManager.d.ts +11 -2
- package/dist/federation/SecurityManager.d.ts.map +1 -1
- package/dist/federation/SecurityManager.js +50 -17
- package/dist/federation/SecurityManager.js.map +1 -1
- package/dist/federation/integrations/supabase-adapter-debug.js +3 -3
- package/dist/federation/integrations/supabase-adapter-debug.js.map +1 -1
- package/dist/hooks/swarm-learning-optimizer.js +5 -5
- package/dist/hooks/swarm-learning-optimizer.js.map +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +89 -51
- package/dist/index.js.map +1 -1
- package/dist/intelligence/IntelligenceStore.d.ts +35 -26
- package/dist/intelligence/IntelligenceStore.d.ts.map +1 -1
- package/dist/intelligence/IntelligenceStore.js +308 -123
- package/dist/intelligence/IntelligenceStore.js.map +1 -1
- package/dist/intelligence/RuVectorIntelligence.d.ts +26 -1
- package/dist/intelligence/RuVectorIntelligence.d.ts.map +1 -1
- package/dist/intelligence/RuVectorIntelligence.js +49 -10
- package/dist/intelligence/RuVectorIntelligence.js.map +1 -1
- package/dist/intelligence/agent-booster-enhanced.d.ts +1 -0
- package/dist/intelligence/agent-booster-enhanced.d.ts.map +1 -1
- package/dist/intelligence/agent-booster-enhanced.js +24 -3
- package/dist/intelligence/agent-booster-enhanced.js.map +1 -1
- package/dist/intelligence/index.d.ts +29 -3
- package/dist/intelligence/index.d.ts.map +1 -1
- package/dist/intelligence/index.js +13 -3
- package/dist/intelligence/index.js.map +1 -1
- package/dist/mcp/claudeFlowSdkServer.d.ts.map +1 -1
- package/dist/mcp/claudeFlowSdkServer.js +162 -115
- package/dist/mcp/claudeFlowSdkServer.js.map +1 -1
- package/dist/mcp/fastmcp/tools/hooks/intelligence-bridge.js +5 -5
- package/dist/mcp/fastmcp/tools/hooks/intelligence-bridge.js.map +1 -1
- package/dist/mcp/fastmcp/tools/swarm/init.d.ts.map +1 -1
- package/dist/mcp/fastmcp/tools/swarm/init.js +36 -7
- package/dist/mcp/fastmcp/tools/swarm/init.js.map +1 -1
- package/dist/mcp/fastmcp/tools/swarm/spawn.d.ts.map +1 -1
- package/dist/mcp/fastmcp/tools/swarm/spawn.js +47 -8
- package/dist/mcp/fastmcp/tools/swarm/spawn.js.map +1 -1
- package/dist/mcp/tools/agent-booster-tools.d.ts +15 -1
- package/dist/mcp/tools/agent-booster-tools.d.ts.map +1 -1
- package/dist/mcp/tools/agent-booster-tools.js +79 -63
- package/dist/mcp/tools/agent-booster-tools.js.map +1 -1
- package/dist/mcp/tools/sona-tools.d.ts.map +1 -1
- package/dist/mcp/tools/sona-tools.js +6 -0
- package/dist/mcp/tools/sona-tools.js.map +1 -1
- package/dist/memory/SharedMemoryPool.d.ts +103 -0
- package/dist/memory/SharedMemoryPool.d.ts.map +1 -0
- package/dist/memory/SharedMemoryPool.js +263 -0
- package/dist/memory/SharedMemoryPool.js.map +1 -0
- package/dist/optimizations/agent-booster-migration.d.ts +2 -1
- package/dist/optimizations/agent-booster-migration.d.ts.map +1 -1
- package/dist/optimizations/agent-booster-migration.js +69 -45
- package/dist/optimizations/agent-booster-migration.js.map +1 -1
- package/dist/orchestration/index.d.ts +11 -0
- package/dist/orchestration/index.d.ts.map +1 -0
- package/dist/orchestration/index.js +10 -0
- package/dist/orchestration/index.js.map +1 -0
- package/dist/orchestration/memory-plane-types.d.ts +23 -0
- package/dist/orchestration/memory-plane-types.d.ts.map +1 -0
- package/dist/orchestration/memory-plane-types.js +5 -0
- package/dist/orchestration/memory-plane-types.js.map +1 -0
- package/dist/orchestration/memory-plane.d.ts +41 -0
- package/dist/orchestration/memory-plane.d.ts.map +1 -0
- package/dist/orchestration/memory-plane.js +84 -0
- package/dist/orchestration/memory-plane.js.map +1 -0
- package/dist/orchestration/orchestration-client.d.ts +104 -0
- package/dist/orchestration/orchestration-client.d.ts.map +1 -0
- package/dist/orchestration/orchestration-client.js +94 -0
- package/dist/orchestration/orchestration-client.js.map +1 -0
- package/dist/orchestration/orchestration-runtime.d.ts +26 -0
- package/dist/orchestration/orchestration-runtime.d.ts.map +1 -0
- package/dist/orchestration/orchestration-runtime.js +78 -0
- package/dist/orchestration/orchestration-runtime.js.map +1 -0
- package/dist/orchestration/orchestration-types.d.ts +124 -0
- package/dist/orchestration/orchestration-types.d.ts.map +1 -0
- package/dist/orchestration/orchestration-types.js +7 -0
- package/dist/orchestration/orchestration-types.js.map +1 -0
- package/dist/proxy/anthropic-to-openrouter.js.map +1 -1
- package/dist/proxy/anthropic-to-requesty.js.map +1 -1
- package/dist/proxy/quic-proxy.d.ts +0 -1
- package/dist/proxy/quic-proxy.d.ts.map +1 -1
- package/dist/proxy/quic-proxy.js +2 -2
- package/dist/proxy/quic-proxy.js.map +1 -1
- package/dist/reasoningbank/AdvancedMemory.js +1 -1
- package/dist/reasoningbank/AdvancedMemory.js.map +1 -1
- package/dist/reasoningbank/HybridBackend.d.ts.map +1 -1
- package/dist/reasoningbank/HybridBackend.js +2 -5
- package/dist/reasoningbank/HybridBackend.js.map +1 -1
- package/dist/reasoningbank/backend-selector.d.ts +10 -0
- package/dist/reasoningbank/backend-selector.d.ts.map +1 -1
- package/dist/reasoningbank/backend-selector.js +45 -5
- package/dist/reasoningbank/backend-selector.js.map +1 -1
- package/dist/reasoningbank/core/consolidate.d.ts.map +1 -1
- package/dist/reasoningbank/core/consolidate.js +113 -45
- package/dist/reasoningbank/core/consolidate.js.map +1 -1
- package/dist/reasoningbank/index-new.d.ts +1 -6
- package/dist/reasoningbank/index-new.d.ts.map +1 -1
- package/dist/reasoningbank/index-new.js +1 -6
- package/dist/reasoningbank/index-new.js.map +1 -1
- package/dist/reasoningbank/index.d.ts +6 -0
- package/dist/reasoningbank/index.d.ts.map +1 -1
- package/dist/reasoningbank/index.js +6 -13
- package/dist/reasoningbank/index.js.map +1 -1
- package/dist/reasoningbank/utils/embeddings.d.ts +1 -0
- package/dist/reasoningbank/utils/embeddings.d.ts.map +1 -1
- package/dist/reasoningbank/utils/embeddings.js +53 -26
- package/dist/reasoningbank/utils/embeddings.js.map +1 -1
- package/dist/router/index.d.ts +2 -1
- package/dist/router/index.d.ts.map +1 -1
- package/dist/router/index.js +1 -0
- package/dist/router/index.js.map +1 -1
- package/dist/router/providers/ollama.d.ts +20 -0
- package/dist/router/providers/ollama.d.ts.map +1 -0
- package/dist/router/providers/ollama.js +242 -0
- package/dist/router/providers/ollama.js.map +1 -0
- package/dist/router/providers/onnx-local-optimized.d.ts +2 -0
- package/dist/router/providers/onnx-local-optimized.d.ts.map +1 -1
- package/dist/router/providers/onnx-local-optimized.js +10 -0
- package/dist/router/providers/onnx-local-optimized.js.map +1 -1
- package/dist/router/providers/onnx-local.d.ts +1 -0
- package/dist/router/providers/onnx-local.d.ts.map +1 -1
- package/dist/router/providers/onnx-local.js +22 -5
- package/dist/router/providers/onnx-local.js.map +1 -1
- package/dist/router/router.d.ts.map +1 -1
- package/dist/router/router.js +39 -23
- package/dist/router/router.js.map +1 -1
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +3 -1
- package/dist/sdk/index.js.map +1 -1
- package/dist/services/embedding-service.js.map +1 -1
- package/dist/services/sona-agent-training.d.ts +1 -0
- package/dist/services/sona-agent-training.d.ts.map +1 -1
- package/dist/services/sona-agent-training.js.map +1 -1
- package/dist/services/sona-agentdb-integration.d.ts.map +1 -1
- package/dist/services/sona-agentdb-integration.js +9 -6
- package/dist/services/sona-agentdb-integration.js.map +1 -1
- package/dist/services/sona-service.d.ts.map +1 -1
- package/dist/services/sona-service.js +6 -5
- package/dist/services/sona-service.js.map +1 -1
- package/dist/utils/cli.d.ts +1 -1
- package/dist/utils/cli.d.ts.map +1 -1
- package/dist/utils/cli.js +21 -0
- package/dist/utils/cli.js.map +1 -1
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/model-cache.d.ts +61 -0
- package/dist/utils/model-cache.d.ts.map +1 -0
- package/dist/utils/model-cache.js +176 -0
- package/dist/utils/model-cache.js.map +1 -0
- package/dist/utils/suppress-warnings.d.ts +19 -0
- package/dist/utils/suppress-warnings.d.ts.map +1 -0
- package/dist/utils/suppress-warnings.js +59 -0
- package/dist/utils/suppress-warnings.js.map +1 -0
- package/dist/workers/consolidated-phases.d.ts +40 -0
- package/dist/workers/consolidated-phases.d.ts.map +1 -0
- package/dist/workers/consolidated-phases.js +497 -0
- package/dist/workers/consolidated-phases.js.map +1 -0
- package/dist/workers/custom-worker-config.d.ts +133 -0
- package/dist/workers/custom-worker-config.d.ts.map +1 -0
- package/dist/workers/custom-worker-config.js +215 -0
- package/dist/workers/custom-worker-config.js.map +1 -0
- package/dist/workers/custom-worker-factory.d.ts +89 -0
- package/dist/workers/custom-worker-factory.d.ts.map +1 -0
- package/dist/workers/custom-worker-factory.js +404 -0
- package/dist/workers/custom-worker-factory.js.map +1 -0
- package/dist/workers/dispatch-service.d.ts +123 -0
- package/dist/workers/dispatch-service.d.ts.map +1 -0
- package/dist/workers/dispatch-service.js +1024 -0
- package/dist/workers/dispatch-service.js.map +1 -0
- package/dist/workers/hooks-integration.d.ts +79 -0
- package/dist/workers/hooks-integration.d.ts.map +1 -0
- package/dist/workers/hooks-integration.js +286 -0
- package/dist/workers/hooks-integration.js.map +1 -0
- package/dist/workers/index.d.ts +42 -0
- package/dist/workers/index.d.ts.map +1 -0
- package/dist/workers/index.js +52 -0
- package/dist/workers/index.js.map +1 -0
- package/dist/workers/mcp-tools.d.ts +56 -0
- package/dist/workers/mcp-tools.d.ts.map +1 -0
- package/dist/workers/mcp-tools.js +359 -0
- package/dist/workers/mcp-tools.js.map +1 -0
- package/dist/workers/phase-executors.d.ts +22 -0
- package/dist/workers/phase-executors.d.ts.map +1 -0
- package/dist/workers/phase-executors.js +445 -0
- package/dist/workers/phase-executors.js.map +1 -0
- package/dist/workers/resource-governor.d.ts +75 -0
- package/dist/workers/resource-governor.d.ts.map +1 -0
- package/dist/workers/resource-governor.js +187 -0
- package/dist/workers/resource-governor.js.map +1 -0
- package/dist/workers/ruvector-integration.d.ts +163 -0
- package/dist/workers/ruvector-integration.d.ts.map +1 -0
- package/dist/workers/ruvector-integration.js +543 -0
- package/dist/workers/ruvector-integration.js.map +1 -0
- package/dist/workers/ruvector-native-integration.d.ts +91 -0
- package/dist/workers/ruvector-native-integration.d.ts.map +1 -0
- package/dist/workers/ruvector-native-integration.js +254 -0
- package/dist/workers/ruvector-native-integration.js.map +1 -0
- package/dist/workers/trigger-detector.d.ts +68 -0
- package/dist/workers/trigger-detector.d.ts.map +1 -0
- package/dist/workers/trigger-detector.js +281 -0
- package/dist/workers/trigger-detector.js.map +1 -0
- package/dist/workers/types.d.ts +145 -0
- package/dist/workers/types.d.ts.map +1 -0
- package/dist/workers/types.js +6 -0
- package/dist/workers/types.js.map +1 -0
- package/dist/workers/worker-agent-integration.d.ts +140 -0
- package/dist/workers/worker-agent-integration.d.ts.map +1 -0
- package/dist/workers/worker-agent-integration.js +471 -0
- package/dist/workers/worker-agent-integration.js.map +1 -0
- package/dist/workers/worker-benchmarks.d.ts +88 -0
- package/dist/workers/worker-benchmarks.d.ts.map +1 -0
- package/dist/workers/worker-benchmarks.js +452 -0
- package/dist/workers/worker-benchmarks.js.map +1 -0
- package/dist/workers/worker-registry.d.ts +85 -0
- package/dist/workers/worker-registry.d.ts.map +1 -0
- package/dist/workers/worker-registry.js +547 -0
- package/dist/workers/worker-registry.js.map +1 -0
- package/docs/embeddings/EMBEDDING_GEOMETRY.md +935 -0
- package/package.json +26 -8
- package/scripts/postinstall.js +45 -4
- package/wasm/reasoningbank/reasoningbank_wasm.js +1 -1
- package/wasm/reasoningbank/reasoningbank_wasm_bg.js +54 -54
- package/wasm/reasoningbank/reasoningbank_wasm_bg.wasm +0 -0
- package/wasm/reasoningbank/reasoningbank_wasm_bg.wasm.d.ts +4 -3
- package/.claude/agents/test-neural.md +0 -14
- /package/.claude/agents/analysis/{code-review/analyze-code-quality.md → analyze-code-quality.md} +0 -0
- /package/.claude/agents/architecture/{system-design/arch-system-design.md → arch-system-design.md} +0 -0
- /package/.claude/agents/data/{ml/data-ml-model.md → data-ml-model.md} +0 -0
- /package/.claude/agents/development/{backend/dev-backend-api.md → dev-backend-api.md} +0 -0
- /package/.claude/agents/devops/{ci-cd/ops-cicd-github.md → ops-cicd-github.md} +0 -0
- /package/.claude/agents/documentation/{api-docs/docs-api-openapi.md → docs-api-openapi.md} +0 -0
- /package/.claude/agents/specialized/{mobile/spec-mobile-react-native.md → spec-mobile-react-native.md} +0 -0
- /package/.claude/agents/testing/{validation/production-validator.md → production-validator.md} +0 -0
- /package/.claude/agents/testing/{unit/tdd-london-swarm.md → tdd-london-swarm.md} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-flow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"exports": {
|
|
12
12
|
".": "./dist/index.js",
|
|
13
|
+
"./orchestration": "./dist/orchestration/index.js",
|
|
14
|
+
"./sdk": "./dist/sdk/index.js",
|
|
13
15
|
"./package.json": "./package.json",
|
|
14
|
-
"./embeddings": "./dist/reasoningbank/utils/embeddings.js",
|
|
15
16
|
"./reasoningbank": {
|
|
16
17
|
"node": "./dist/reasoningbank/index.js",
|
|
17
18
|
"browser": "./dist/reasoningbank/wasm-adapter.js",
|
|
@@ -21,7 +22,8 @@
|
|
|
21
22
|
"./reasoningbank/wasm-adapter": "./dist/reasoningbank/wasm-adapter.js",
|
|
22
23
|
"./router": "./dist/router/index.js",
|
|
23
24
|
"./agent-booster": "./dist/agent-booster/index.js",
|
|
24
|
-
"./transport/quic": "./dist/transport/quic.js"
|
|
25
|
+
"./transport/quic": "./dist/transport/quic.js",
|
|
26
|
+
"./embeddings": "./dist/embeddings/index.js"
|
|
25
27
|
},
|
|
26
28
|
"scripts": {
|
|
27
29
|
"postinstall": "node scripts/postinstall.js || true",
|
|
@@ -53,10 +55,14 @@
|
|
|
53
55
|
"claude-code": "node dist/cli/claude-code-wrapper.js",
|
|
54
56
|
"example:goal-planner": "tsx src/examples/use-goal-planner.ts",
|
|
55
57
|
"example:multi-agent": "tsx src/examples/multi-agent-orchestration.ts",
|
|
58
|
+
"example:embedding-geometry": "tsx src/examples/embedding-geometry.ts",
|
|
56
59
|
"proxy": "node dist/proxy/anthropic-to-openrouter.js",
|
|
57
60
|
"proxy:dev": "tsx src/proxy/anthropic-to-openrouter.ts",
|
|
58
61
|
"proxy:quic": "node dist/proxy/quic-proxy.js",
|
|
59
|
-
"proxy:quic:dev": "tsx src/proxy/quic-proxy.ts"
|
|
62
|
+
"proxy:quic:dev": "tsx src/proxy/quic-proxy.ts",
|
|
63
|
+
"benchmark:embeddings": "tsx src/benchmarks/embeddings-benchmark.ts",
|
|
64
|
+
"test:orchestration": "vitest run tests/orchestration/ --reporter=verbose",
|
|
65
|
+
"test:orchestration:smoke": "tsx tests/orchestration/orchestration-api.smoke.ts && tsx tests/orchestration/loop-policy.smoke.ts && tsx tests/orchestration/memory-plane.smoke.ts"
|
|
60
66
|
},
|
|
61
67
|
"keywords": [
|
|
62
68
|
"ai",
|
|
@@ -149,18 +155,17 @@
|
|
|
149
155
|
"@ruvector/edge-full": "^0.1.0",
|
|
150
156
|
"@ruvector/router": "^0.1.25",
|
|
151
157
|
"@ruvector/ruvllm": "^0.2.3",
|
|
152
|
-
"@ruvector/tiny-dancer": "^0.1.
|
|
158
|
+
"@ruvector/tiny-dancer": "^0.1.17",
|
|
153
159
|
"@supabase/supabase-js": "^2.78.0",
|
|
154
160
|
"@xenova/transformers": "^2.17.2",
|
|
155
|
-
"agentdb": "^2.0.0-alpha.2.20",
|
|
156
161
|
"axios": "^1.12.2",
|
|
157
162
|
"dotenv": "^16.4.5",
|
|
158
163
|
"express": "^5.1.0",
|
|
159
164
|
"fastmcp": "^3.19.0",
|
|
165
|
+
"glob": "^13.0.0",
|
|
160
166
|
"gun": "^0.2020.1241",
|
|
161
167
|
"http-proxy-middleware": "^3.0.5",
|
|
162
|
-
"
|
|
163
|
-
"ruvector": "^0.1.69",
|
|
168
|
+
"ruvector": "^0.1.85",
|
|
164
169
|
"ruvector-onnx-embeddings-wasm": "^0.1.2",
|
|
165
170
|
"tiktoken": "^1.0.22",
|
|
166
171
|
"ulid": "^3.0.1",
|
|
@@ -169,13 +174,26 @@
|
|
|
169
174
|
"zod": "^3.25.76"
|
|
170
175
|
},
|
|
171
176
|
"optionalDependencies": {
|
|
177
|
+
"@rollup/rollup-darwin-arm64": "^4.59.0",
|
|
178
|
+
"@ruvector/attention": "^0.1.4",
|
|
179
|
+
"@ruvector/sona": "^0.1.4",
|
|
180
|
+
"agentdb": "^2.0.0-alpha.3.5",
|
|
172
181
|
"better-sqlite3": "^11.10.0",
|
|
182
|
+
"onnxruntime-node": "^1.23.2",
|
|
183
|
+
"sharp": "^0.32.6",
|
|
173
184
|
"sql.js": "^1.11.0"
|
|
174
185
|
},
|
|
186
|
+
"overrides": {
|
|
187
|
+
"protobufjs": ">=7.5.5",
|
|
188
|
+
"@xenova/transformers": {
|
|
189
|
+
"sharp": "$sharp"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
175
192
|
"devDependencies": {
|
|
176
193
|
"@types/better-sqlite3": "^7.6.13",
|
|
177
194
|
"@types/express": "^5.0.3",
|
|
178
195
|
"@types/node": "^20.19.19",
|
|
196
|
+
"@types/uuid": "^11.0.0",
|
|
179
197
|
"@types/ws": "^8.18.1",
|
|
180
198
|
"@vitest/coverage-v8": "^4.0.14",
|
|
181
199
|
"patch-package": "^8.0.1",
|
package/scripts/postinstall.js
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Postinstall script for agentic-flow
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
5
|
+
* - Patches AgentDB v1.3.9 import resolution issues
|
|
6
|
+
* - Handles Windows native module failures gracefully
|
|
7
|
+
* - This runs after npm install, npm install -g, and npx
|
|
7
8
|
*/
|
|
8
9
|
|
|
9
10
|
import { readFileSync, writeFileSync, existsSync } from 'fs';
|
|
@@ -13,6 +14,8 @@ import { fileURLToPath } from 'url';
|
|
|
13
14
|
const __filename = fileURLToPath(import.meta.url);
|
|
14
15
|
const __dirname = dirname(__filename);
|
|
15
16
|
|
|
17
|
+
const isWindows = process.platform === 'win32';
|
|
18
|
+
|
|
16
19
|
function findAgentDBPath() {
|
|
17
20
|
const possiblePaths = [
|
|
18
21
|
// npm install (local)
|
|
@@ -90,9 +93,47 @@ function applyPatch() {
|
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
|
|
96
|
+
function checkNativeModules() {
|
|
97
|
+
let hasBetterSqlite3 = false;
|
|
98
|
+
let hasSqlJs = false;
|
|
99
|
+
let hasSharp = false;
|
|
100
|
+
|
|
101
|
+
try {
|
|
102
|
+
require.resolve('better-sqlite3');
|
|
103
|
+
hasBetterSqlite3 = true;
|
|
104
|
+
} catch {}
|
|
105
|
+
|
|
106
|
+
try {
|
|
107
|
+
require.resolve('sql.js');
|
|
108
|
+
hasSqlJs = true;
|
|
109
|
+
} catch {}
|
|
110
|
+
|
|
111
|
+
try {
|
|
112
|
+
require.resolve('sharp');
|
|
113
|
+
hasSharp = true;
|
|
114
|
+
} catch {}
|
|
115
|
+
|
|
116
|
+
console.log('[agentic-flow] Native module status:');
|
|
117
|
+
console.log(`[agentic-flow] better-sqlite3: ${hasBetterSqlite3 ? '✅' : '❌ (using sql.js fallback)'}`);
|
|
118
|
+
console.log(`[agentic-flow] sql.js: ${hasSqlJs ? '✅' : '❌'}`);
|
|
119
|
+
console.log(`[agentic-flow] sharp: ${hasSharp ? '✅' : '⚠️ (optional, image processing)'}`);
|
|
120
|
+
|
|
121
|
+
if (isWindows && !hasBetterSqlite3) {
|
|
122
|
+
console.log('[agentic-flow] ℹ️ Windows detected - using sql.js instead of better-sqlite3');
|
|
123
|
+
console.log('[agentic-flow] This is normal and fully supported');
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
if (!hasBetterSqlite3 && !hasSqlJs) {
|
|
127
|
+
console.log('[agentic-flow] ⚠️ No SQLite implementation available');
|
|
128
|
+
console.log('[agentic-flow] Some features may be limited');
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
93
132
|
try {
|
|
94
133
|
applyPatch();
|
|
134
|
+
checkNativeModules();
|
|
135
|
+
console.log('[agentic-flow] ✅ Postinstall complete');
|
|
95
136
|
} catch (error) {
|
|
96
|
-
console.log('[agentic-flow] ⚠️ Postinstall
|
|
97
|
-
console.log('[agentic-flow]
|
|
137
|
+
console.log('[agentic-flow] ⚠️ Postinstall had issues:', error.message);
|
|
138
|
+
console.log('[agentic-flow] This is usually OK - runtime will handle fallbacks');
|
|
98
139
|
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export class ReasoningBankWasm {
|
|
5
5
|
static __wrap(ptr) {
|
|
6
|
-
ptr = ptr >>> 0;
|
|
7
6
|
const obj = Object.create(ReasoningBankWasm.prototype);
|
|
8
7
|
obj.__wbg_ptr = ptr;
|
|
9
8
|
ReasoningBankWasmFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -105,36 +104,32 @@ export function log(message) {
|
|
|
105
104
|
const len0 = WASM_VECTOR_LEN;
|
|
106
105
|
wasm.log(ptr0, len0);
|
|
107
106
|
}
|
|
108
|
-
export function
|
|
107
|
+
export function __wbg___wbindgen_debug_string_07cb72cfcc952e2b(arg0, arg1) {
|
|
109
108
|
const ret = debugString(getObject(arg1));
|
|
110
109
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
111
110
|
const len1 = WASM_VECTOR_LEN;
|
|
112
111
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
113
112
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
114
113
|
}
|
|
115
|
-
export function
|
|
114
|
+
export function __wbg___wbindgen_is_function_2f0fd7ceb86e64c5(arg0) {
|
|
116
115
|
const ret = typeof(getObject(arg0)) === 'function';
|
|
117
116
|
return ret;
|
|
118
117
|
}
|
|
119
|
-
export function
|
|
118
|
+
export function __wbg___wbindgen_is_undefined_244a92c34d3b6ec0(arg0) {
|
|
120
119
|
const ret = getObject(arg0) === undefined;
|
|
121
120
|
return ret;
|
|
122
121
|
}
|
|
123
|
-
export function
|
|
122
|
+
export function __wbg___wbindgen_throw_9c75d47bf9e7731e(arg0, arg1) {
|
|
124
123
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
125
124
|
}
|
|
126
|
-
export function
|
|
125
|
+
export function __wbg__wbg_cb_unref_158e43e869788cdc(arg0) {
|
|
127
126
|
getObject(arg0)._wbg_cb_unref();
|
|
128
127
|
}
|
|
129
|
-
export function
|
|
130
|
-
const ret = getObject(arg0).call(getObject(arg1));
|
|
131
|
-
return addHeapObject(ret);
|
|
132
|
-
}, arguments); }
|
|
133
|
-
export function __wbg_call_4708e0c13bdc8e95() { return handleError(function (arg0, arg1, arg2) {
|
|
128
|
+
export function __wbg_call_a41d6421b30a32c5() { return handleError(function (arg0, arg1, arg2) {
|
|
134
129
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
135
130
|
return addHeapObject(ret);
|
|
136
131
|
}, arguments); }
|
|
137
|
-
export function
|
|
132
|
+
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
138
133
|
let deferred0_0;
|
|
139
134
|
let deferred0_1;
|
|
140
135
|
try {
|
|
@@ -145,18 +140,18 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
145
140
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
146
141
|
}
|
|
147
142
|
}
|
|
148
|
-
export function
|
|
143
|
+
export function __wbg_getRandomValues_ef12552bf5acd2fe() { return handleError(function (arg0, arg1) {
|
|
149
144
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
150
145
|
}, arguments); }
|
|
151
|
-
export function
|
|
146
|
+
export function __wbg_get_41476db20fef99a8() { return handleError(function (arg0, arg1) {
|
|
152
147
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
153
148
|
return addHeapObject(ret);
|
|
154
149
|
}, arguments); }
|
|
155
|
-
export function
|
|
150
|
+
export function __wbg_indexedDB_06cbacc078ae71b2() { return handleError(function (arg0) {
|
|
156
151
|
const ret = getObject(arg0).indexedDB;
|
|
157
152
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
158
153
|
}, arguments); }
|
|
159
|
-
export function
|
|
154
|
+
export function __wbg_instanceof_Window_4153c1818a1c0c0b(arg0) {
|
|
160
155
|
let result;
|
|
161
156
|
try {
|
|
162
157
|
result = getObject(arg0) instanceof Window;
|
|
@@ -166,21 +161,21 @@ export function __wbg_instanceof_Window_ed49b2db8df90359(arg0) {
|
|
|
166
161
|
const ret = result;
|
|
167
162
|
return ret;
|
|
168
163
|
}
|
|
169
|
-
export function
|
|
164
|
+
export function __wbg_log_72d22df918dcc232(arg0) {
|
|
170
165
|
console.log(getObject(arg0));
|
|
171
166
|
}
|
|
172
|
-
export function
|
|
167
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
173
168
|
const ret = new Error();
|
|
174
169
|
return addHeapObject(ret);
|
|
175
170
|
}
|
|
176
|
-
export function
|
|
171
|
+
export function __wbg_new_typed_1137602701dc87d4(arg0, arg1) {
|
|
177
172
|
try {
|
|
178
173
|
var state0 = {a: arg0, b: arg1};
|
|
179
174
|
var cb0 = (arg0, arg1) => {
|
|
180
175
|
const a = state0.a;
|
|
181
176
|
state0.a = 0;
|
|
182
177
|
try {
|
|
183
|
-
return
|
|
178
|
+
return __wasm_bindgen_func_elem_352(a, state0.b, arg0, arg1);
|
|
184
179
|
} finally {
|
|
185
180
|
state0.a = a;
|
|
186
181
|
}
|
|
@@ -188,62 +183,58 @@ export function __wbg_new_b5d9e2fb389fef91(arg0, arg1) {
|
|
|
188
183
|
const ret = new Promise(cb0);
|
|
189
184
|
return addHeapObject(ret);
|
|
190
185
|
} finally {
|
|
191
|
-
state0.a =
|
|
186
|
+
state0.a = 0;
|
|
192
187
|
}
|
|
193
188
|
}
|
|
194
|
-
export function
|
|
195
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
196
|
-
return addHeapObject(ret);
|
|
197
|
-
}
|
|
198
|
-
export function __wbg_open_82db86fd5b087109() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
189
|
+
export function __wbg_open_5a9e43bc5e42b3c5() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
199
190
|
const ret = getObject(arg0).open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
200
191
|
return addHeapObject(ret);
|
|
201
192
|
}, arguments); }
|
|
202
|
-
export function
|
|
193
|
+
export function __wbg_queueMicrotask_40ac6ffc2848ba77(arg0) {
|
|
194
|
+
queueMicrotask(getObject(arg0));
|
|
195
|
+
}
|
|
196
|
+
export function __wbg_queueMicrotask_74d092439f6494c1(arg0) {
|
|
203
197
|
const ret = getObject(arg0).queueMicrotask;
|
|
204
198
|
return addHeapObject(ret);
|
|
205
199
|
}
|
|
206
|
-
export function __wbg_queueMicrotask_5bb536982f78a56f(arg0) {
|
|
207
|
-
queueMicrotask(getObject(arg0));
|
|
208
|
-
}
|
|
209
200
|
export function __wbg_reasoningbankwasm_new(arg0) {
|
|
210
201
|
const ret = ReasoningBankWasm.__wrap(arg0);
|
|
211
202
|
return addHeapObject(ret);
|
|
212
203
|
}
|
|
213
|
-
export function
|
|
204
|
+
export function __wbg_resolve_9feb5d906ca62419(arg0) {
|
|
214
205
|
const ret = Promise.resolve(getObject(arg0));
|
|
215
206
|
return addHeapObject(ret);
|
|
216
207
|
}
|
|
217
|
-
export function
|
|
208
|
+
export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
218
209
|
const ret = getObject(arg1).stack;
|
|
219
210
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
220
211
|
const len1 = WASM_VECTOR_LEN;
|
|
221
212
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
222
213
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
223
214
|
}
|
|
224
|
-
export function
|
|
225
|
-
const ret = typeof
|
|
215
|
+
export function __wbg_static_accessor_GLOBAL_THIS_1c7f1bd6c6941fdb() {
|
|
216
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
226
217
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
227
218
|
}
|
|
228
|
-
export function
|
|
229
|
-
const ret = typeof
|
|
219
|
+
export function __wbg_static_accessor_GLOBAL_e039bc914f83e74e() {
|
|
220
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
230
221
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
231
222
|
}
|
|
232
|
-
export function
|
|
223
|
+
export function __wbg_static_accessor_SELF_8bf8c48c28420ad5() {
|
|
233
224
|
const ret = typeof self === 'undefined' ? null : self;
|
|
234
225
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
235
226
|
}
|
|
236
|
-
export function
|
|
227
|
+
export function __wbg_static_accessor_WINDOW_6aeee9b51652ee0f() {
|
|
237
228
|
const ret = typeof window === 'undefined' ? null : window;
|
|
238
229
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
239
230
|
}
|
|
240
|
-
export function
|
|
231
|
+
export function __wbg_then_20a157d939b514f5(arg0, arg1) {
|
|
241
232
|
const ret = getObject(arg0).then(getObject(arg1));
|
|
242
233
|
return addHeapObject(ret);
|
|
243
234
|
}
|
|
244
235
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
245
|
-
// Cast intrinsic for `Closure(Closure {
|
|
246
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
236
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 95, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
237
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_346);
|
|
247
238
|
return addHeapObject(ret);
|
|
248
239
|
}
|
|
249
240
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
@@ -258,17 +249,27 @@ export function __wbindgen_object_clone_ref(arg0) {
|
|
|
258
249
|
export function __wbindgen_object_drop_ref(arg0) {
|
|
259
250
|
takeObject(arg0);
|
|
260
251
|
}
|
|
261
|
-
function
|
|
262
|
-
|
|
252
|
+
function __wasm_bindgen_func_elem_346(arg0, arg1, arg2) {
|
|
253
|
+
try {
|
|
254
|
+
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
255
|
+
wasm.__wasm_bindgen_func_elem_346(retptr, arg0, arg1, addHeapObject(arg2));
|
|
256
|
+
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
257
|
+
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
258
|
+
if (r1) {
|
|
259
|
+
throw takeObject(r0);
|
|
260
|
+
}
|
|
261
|
+
} finally {
|
|
262
|
+
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
263
|
+
}
|
|
263
264
|
}
|
|
264
265
|
|
|
265
|
-
function
|
|
266
|
-
wasm.
|
|
266
|
+
function __wasm_bindgen_func_elem_352(arg0, arg1, arg2, arg3) {
|
|
267
|
+
wasm.__wasm_bindgen_func_elem_352(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
267
268
|
}
|
|
268
269
|
|
|
269
270
|
const ReasoningBankWasmFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
270
271
|
? { register: () => {}, unregister: () => {} }
|
|
271
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_reasoningbankwasm_free(ptr
|
|
272
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_reasoningbankwasm_free(ptr, 1));
|
|
272
273
|
|
|
273
274
|
function addHeapObject(obj) {
|
|
274
275
|
if (heap_next === heap.length) heap.push(heap.length + 1);
|
|
@@ -281,7 +282,7 @@ function addHeapObject(obj) {
|
|
|
281
282
|
|
|
282
283
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
283
284
|
? { register: () => {}, unregister: () => {} }
|
|
284
|
-
: new FinalizationRegistry(state =>
|
|
285
|
+
: new FinalizationRegistry(state => wasm.__wbindgen_export5(state.a, state.b));
|
|
285
286
|
|
|
286
287
|
function debugString(val) {
|
|
287
288
|
// primitive types
|
|
@@ -349,7 +350,7 @@ function debugString(val) {
|
|
|
349
350
|
}
|
|
350
351
|
|
|
351
352
|
function dropObject(idx) {
|
|
352
|
-
if (idx <
|
|
353
|
+
if (idx < 1028) return;
|
|
353
354
|
heap[idx] = heap_next;
|
|
354
355
|
heap_next = idx;
|
|
355
356
|
}
|
|
@@ -368,8 +369,7 @@ function getDataViewMemory0() {
|
|
|
368
369
|
}
|
|
369
370
|
|
|
370
371
|
function getStringFromWasm0(ptr, len) {
|
|
371
|
-
|
|
372
|
-
return decodeText(ptr, len);
|
|
372
|
+
return decodeText(ptr >>> 0, len);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
let cachedUint8ArrayMemory0 = null;
|
|
@@ -390,7 +390,7 @@ function handleError(f, args) {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
let heap = new Array(
|
|
393
|
+
let heap = new Array(1024).fill(undefined);
|
|
394
394
|
heap.push(undefined, null, true, false);
|
|
395
395
|
|
|
396
396
|
let heap_next = heap.length;
|
|
@@ -399,8 +399,8 @@ function isLikeNone(x) {
|
|
|
399
399
|
return x === undefined || x === null;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
function makeMutClosure(arg0, arg1,
|
|
403
|
-
const state = { a: arg0, b: arg1, cnt: 1
|
|
402
|
+
function makeMutClosure(arg0, arg1, f) {
|
|
403
|
+
const state = { a: arg0, b: arg1, cnt: 1 };
|
|
404
404
|
const real = (...args) => {
|
|
405
405
|
|
|
406
406
|
// First up with a closure we increment the internal reference
|
|
@@ -418,7 +418,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
418
418
|
};
|
|
419
419
|
real._wbg_cb_unref = () => {
|
|
420
420
|
if (--state.cnt === 0) {
|
|
421
|
-
|
|
421
|
+
wasm.__wbindgen_export5(state.a, state.b);
|
|
422
422
|
state.a = 0;
|
|
423
423
|
CLOSURE_DTORS.unregister(state);
|
|
424
424
|
}
|
|
Binary file
|
|
@@ -10,11 +10,12 @@ export const reasoningbankwasm_new: (a: number, b: number) => number;
|
|
|
10
10
|
export const reasoningbankwasm_searchByCategory: (a: number, b: number, c: number, d: number) => number;
|
|
11
11
|
export const reasoningbankwasm_storePattern: (a: number, b: number, c: number) => number;
|
|
12
12
|
export const init: () => void;
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const __wasm_bindgen_func_elem_149: (a: number, b: number, c: number) => void;
|
|
13
|
+
export const __wasm_bindgen_func_elem_346: (a: number, b: number, c: number, d: number) => void;
|
|
14
|
+
export const __wasm_bindgen_func_elem_352: (a: number, b: number, c: number, d: number) => void;
|
|
16
15
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
17
16
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
18
17
|
export const __wbindgen_export3: (a: number) => void;
|
|
19
18
|
export const __wbindgen_export4: (a: number, b: number, c: number) => void;
|
|
19
|
+
export const __wbindgen_export5: (a: number, b: number) => void;
|
|
20
|
+
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
20
21
|
export const __wbindgen_start: () => void;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# Test Neural Agent
|
|
2
|
-
|
|
3
|
-
Test agent for validating neural network tool access.
|
|
4
|
-
|
|
5
|
-
## System Prompt
|
|
6
|
-
You are a test agent for validating access to claude-flow MCP tools, specifically neural network training tools. When asked to test neural tools, use neural_train to train a convergent thinking pattern and report the results.
|
|
7
|
-
|
|
8
|
-
## Capabilities
|
|
9
|
-
- Neural network tool testing
|
|
10
|
-
- MCP tool validation
|
|
11
|
-
- Tool access verification
|
|
12
|
-
|
|
13
|
-
## Description
|
|
14
|
-
Test agent for neural tool validation
|
/package/.claude/agents/analysis/{code-review/analyze-code-quality.md → analyze-code-quality.md}
RENAMED
|
File without changes
|
/package/.claude/agents/architecture/{system-design/arch-system-design.md → arch-system-design.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/.claude/agents/testing/{validation/production-validator.md → production-validator.md}
RENAMED
|
File without changes
|
|
File without changes
|