@sparkleideas/agentic-flow 2.0.2-alpha-patch.1
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/README.md +2026 -0
- package/agentic-flow/.claude/agents/MIGRATION_SUMMARY.md +222 -0
- package/agentic-flow/.claude/agents/README.md +89 -0
- package/agentic-flow/.claude/agents/analysis/analyze-code-quality.md +180 -0
- package/agentic-flow/.claude/agents/analysis/code-analyzer.md +209 -0
- package/agentic-flow/.claude/agents/architecture/arch-system-design.md +156 -0
- package/agentic-flow/.claude/agents/base-template-generator.md +268 -0
- package/agentic-flow/.claude/agents/consensus/README.md +253 -0
- package/agentic-flow/.claude/agents/consensus/byzantine-coordinator.md +63 -0
- package/agentic-flow/.claude/agents/consensus/crdt-synchronizer.md +997 -0
- package/agentic-flow/.claude/agents/consensus/gossip-coordinator.md +63 -0
- package/agentic-flow/.claude/agents/consensus/performance-benchmarker.md +851 -0
- package/agentic-flow/.claude/agents/consensus/quorum-manager.md +823 -0
- package/agentic-flow/.claude/agents/consensus/raft-manager.md +63 -0
- package/agentic-flow/.claude/agents/consensus/security-manager.md +622 -0
- package/agentic-flow/.claude/agents/core/coder.md +416 -0
- package/agentic-flow/.claude/agents/core/planner.md +337 -0
- package/agentic-flow/.claude/agents/core/researcher.md +331 -0
- package/agentic-flow/.claude/agents/core/reviewer.md +483 -0
- package/agentic-flow/.claude/agents/core/tester.md +476 -0
- package/agentic-flow/.claude/agents/custom/test-long-runner.md +44 -0
- package/agentic-flow/.claude/agents/data/data-ml-model.md +444 -0
- package/agentic-flow/.claude/agents/development/dev-backend-api.md +345 -0
- package/agentic-flow/.claude/agents/devops/ops-cicd-github.md +164 -0
- package/agentic-flow/.claude/agents/documentation/docs-api-openapi.md +354 -0
- package/agentic-flow/.claude/agents/flow-nexus/app-store.md +88 -0
- package/agentic-flow/.claude/agents/flow-nexus/authentication.md +69 -0
- package/agentic-flow/.claude/agents/flow-nexus/challenges.md +81 -0
- package/agentic-flow/.claude/agents/flow-nexus/neural-network.md +88 -0
- package/agentic-flow/.claude/agents/flow-nexus/payments.md +83 -0
- package/agentic-flow/.claude/agents/flow-nexus/sandbox.md +76 -0
- package/agentic-flow/.claude/agents/flow-nexus/swarm.md +76 -0
- package/agentic-flow/.claude/agents/flow-nexus/user-tools.md +96 -0
- package/agentic-flow/.claude/agents/flow-nexus/workflow.md +84 -0
- package/agentic-flow/.claude/agents/github/code-review-swarm.md +377 -0
- package/agentic-flow/.claude/agents/github/github-modes.md +173 -0
- package/agentic-flow/.claude/agents/github/issue-tracker.md +576 -0
- package/agentic-flow/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/agentic-flow/.claude/agents/github/pr-manager.md +438 -0
- package/agentic-flow/.claude/agents/github/project-board-sync.md +509 -0
- package/agentic-flow/.claude/agents/github/release-manager.md +605 -0
- package/agentic-flow/.claude/agents/github/release-swarm.md +583 -0
- package/agentic-flow/.claude/agents/github/repo-architect.md +398 -0
- package/agentic-flow/.claude/agents/github/swarm-issue.md +573 -0
- package/agentic-flow/.claude/agents/github/swarm-pr.md +428 -0
- package/agentic-flow/.claude/agents/github/sync-coordinator.md +452 -0
- package/agentic-flow/.claude/agents/github/workflow-automation.md +903 -0
- package/agentic-flow/.claude/agents/goal/agent.md +816 -0
- package/agentic-flow/.claude/agents/goal/goal-planner.md +73 -0
- package/agentic-flow/.claude/agents/optimization/README.md +250 -0
- package/agentic-flow/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/agentic-flow/.claude/agents/optimization/load-balancer.md +431 -0
- package/agentic-flow/.claude/agents/optimization/performance-monitor.md +672 -0
- package/agentic-flow/.claude/agents/optimization/resource-allocator.md +674 -0
- package/agentic-flow/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/agentic-flow/.claude/agents/payments/agentic-payments.md +126 -0
- package/agentic-flow/.claude/agents/sona/sona-learning-optimizer.md +496 -0
- package/agentic-flow/.claude/agents/sparc/architecture.md +699 -0
- package/agentic-flow/.claude/agents/sparc/pseudocode.md +520 -0
- package/agentic-flow/.claude/agents/sparc/refinement.md +802 -0
- package/agentic-flow/.claude/agents/sparc/specification.md +478 -0
- package/agentic-flow/.claude/agents/specialized/spec-mobile-react-native.md +226 -0
- package/agentic-flow/.claude/agents/sublinear/consensus-coordinator.md +338 -0
- package/agentic-flow/.claude/agents/sublinear/matrix-optimizer.md +185 -0
- package/agentic-flow/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
- package/agentic-flow/.claude/agents/sublinear/performance-optimizer.md +368 -0
- package/agentic-flow/.claude/agents/sublinear/trading-predictor.md +246 -0
- package/agentic-flow/.claude/agents/swarm/README.md +190 -0
- package/agentic-flow/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
- package/agentic-flow/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
- package/agentic-flow/.claude/agents/swarm/mesh-coordinator.md +963 -0
- package/agentic-flow/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/agentic-flow/.claude/agents/templates/coordinator-swarm-init.md +90 -0
- package/agentic-flow/.claude/agents/templates/github-pr-manager.md +177 -0
- package/agentic-flow/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/agentic-flow/.claude/agents/templates/memory-coordinator.md +187 -0
- package/agentic-flow/.claude/agents/templates/migration-plan.md +746 -0
- package/agentic-flow/.claude/agents/templates/orchestrator-task.md +139 -0
- package/agentic-flow/.claude/agents/templates/performance-analyzer.md +199 -0
- package/agentic-flow/.claude/agents/templates/sparc-coordinator.md +514 -0
- package/agentic-flow/.claude/agents/testing/production-validator.md +395 -0
- package/agentic-flow/.claude/agents/testing/tdd-london-swarm.md +244 -0
- package/agentic-flow/.claude/answer.md +1 -0
- package/agentic-flow/.claude/commands/agents/README.md +10 -0
- package/agentic-flow/.claude/commands/agents/agent-capabilities.md +21 -0
- package/agentic-flow/.claude/commands/agents/agent-coordination.md +28 -0
- package/agentic-flow/.claude/commands/agents/agent-spawning.md +28 -0
- package/agentic-flow/.claude/commands/agents/agent-types.md +26 -0
- package/agentic-flow/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/agentic-flow/.claude/commands/analysis/README.md +9 -0
- package/agentic-flow/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/agentic-flow/.claude/commands/analysis/performance-bottlenecks.md +59 -0
- package/agentic-flow/.claude/commands/analysis/performance-report.md +25 -0
- package/agentic-flow/.claude/commands/analysis/token-efficiency.md +45 -0
- package/agentic-flow/.claude/commands/analysis/token-usage.md +25 -0
- package/agentic-flow/.claude/commands/automation/README.md +9 -0
- package/agentic-flow/.claude/commands/automation/auto-agent.md +122 -0
- package/agentic-flow/.claude/commands/automation/self-healing.md +106 -0
- package/agentic-flow/.claude/commands/automation/session-memory.md +90 -0
- package/agentic-flow/.claude/commands/automation/smart-agents.md +73 -0
- package/agentic-flow/.claude/commands/automation/smart-spawn.md +25 -0
- package/agentic-flow/.claude/commands/automation/workflow-select.md +25 -0
- package/agentic-flow/.claude/commands/claude-flow-help.md +103 -0
- package/agentic-flow/.claude/commands/claude-flow-memory.md +107 -0
- package/agentic-flow/.claude/commands/claude-flow-swarm.md +205 -0
- package/agentic-flow/.claude/commands/flow-nexus/app-store.md +124 -0
- package/agentic-flow/.claude/commands/flow-nexus/challenges.md +120 -0
- package/agentic-flow/.claude/commands/flow-nexus/login-registration.md +65 -0
- package/agentic-flow/.claude/commands/flow-nexus/neural-network.md +134 -0
- package/agentic-flow/.claude/commands/flow-nexus/payments.md +116 -0
- package/agentic-flow/.claude/commands/flow-nexus/sandbox.md +83 -0
- package/agentic-flow/.claude/commands/flow-nexus/swarm.md +87 -0
- package/agentic-flow/.claude/commands/flow-nexus/user-tools.md +152 -0
- package/agentic-flow/.claude/commands/flow-nexus/workflow.md +115 -0
- package/agentic-flow/.claude/commands/github/README.md +11 -0
- package/agentic-flow/.claude/commands/github/code-review-swarm.md +514 -0
- package/agentic-flow/.claude/commands/github/code-review.md +25 -0
- package/agentic-flow/.claude/commands/github/github-modes.md +147 -0
- package/agentic-flow/.claude/commands/github/github-swarm.md +121 -0
- package/agentic-flow/.claude/commands/github/issue-tracker.md +292 -0
- package/agentic-flow/.claude/commands/github/issue-triage.md +25 -0
- package/agentic-flow/.claude/commands/github/multi-repo-swarm.md +519 -0
- package/agentic-flow/.claude/commands/github/pr-enhance.md +26 -0
- package/agentic-flow/.claude/commands/github/pr-manager.md +170 -0
- package/agentic-flow/.claude/commands/github/project-board-sync.md +471 -0
- package/agentic-flow/.claude/commands/github/release-manager.md +338 -0
- package/agentic-flow/.claude/commands/github/release-swarm.md +544 -0
- package/agentic-flow/.claude/commands/github/repo-analyze.md +25 -0
- package/agentic-flow/.claude/commands/github/repo-architect.md +367 -0
- package/agentic-flow/.claude/commands/github/swarm-issue.md +482 -0
- package/agentic-flow/.claude/commands/github/swarm-pr.md +285 -0
- package/agentic-flow/.claude/commands/github/sync-coordinator.md +301 -0
- package/agentic-flow/.claude/commands/github/workflow-automation.md +442 -0
- package/agentic-flow/.claude/commands/hive-mind/README.md +17 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-init.md +18 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-status.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/agentic-flow/.claude/commands/hive-mind/hive-mind.md +27 -0
- package/agentic-flow/.claude/commands/hooks/README.md +11 -0
- package/agentic-flow/.claude/commands/hooks/overview.md +58 -0
- package/agentic-flow/.claude/commands/hooks/post-edit.md +117 -0
- package/agentic-flow/.claude/commands/hooks/post-task.md +112 -0
- package/agentic-flow/.claude/commands/hooks/pre-edit.md +113 -0
- package/agentic-flow/.claude/commands/hooks/pre-task.md +111 -0
- package/agentic-flow/.claude/commands/hooks/session-end.md +118 -0
- package/agentic-flow/.claude/commands/hooks/setup.md +103 -0
- package/agentic-flow/.claude/commands/monitoring/README.md +9 -0
- package/agentic-flow/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/agentic-flow/.claude/commands/monitoring/agents.md +44 -0
- package/agentic-flow/.claude/commands/monitoring/real-time-view.md +25 -0
- package/agentic-flow/.claude/commands/monitoring/status.md +46 -0
- package/agentic-flow/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/agentic-flow/.claude/commands/optimization/README.md +9 -0
- package/agentic-flow/.claude/commands/optimization/auto-topology.md +62 -0
- package/agentic-flow/.claude/commands/optimization/cache-manage.md +25 -0
- package/agentic-flow/.claude/commands/optimization/parallel-execute.md +25 -0
- package/agentic-flow/.claude/commands/optimization/parallel-execution.md +50 -0
- package/agentic-flow/.claude/commands/optimization/topology-optimize.md +25 -0
- package/agentic-flow/.claude/commands/pair/README.md +261 -0
- package/agentic-flow/.claude/commands/pair/commands.md +546 -0
- package/agentic-flow/.claude/commands/pair/config.md +510 -0
- package/agentic-flow/.claude/commands/pair/examples.md +512 -0
- package/agentic-flow/.claude/commands/pair/modes.md +348 -0
- package/agentic-flow/.claude/commands/pair/session.md +407 -0
- package/agentic-flow/.claude/commands/pair/start.md +209 -0
- package/agentic-flow/.claude/commands/sparc/analyzer.md +52 -0
- package/agentic-flow/.claude/commands/sparc/architect.md +53 -0
- package/agentic-flow/.claude/commands/sparc/ask.md +97 -0
- package/agentic-flow/.claude/commands/sparc/batch-executor.md +54 -0
- package/agentic-flow/.claude/commands/sparc/code.md +89 -0
- package/agentic-flow/.claude/commands/sparc/coder.md +54 -0
- package/agentic-flow/.claude/commands/sparc/debug.md +83 -0
- package/agentic-flow/.claude/commands/sparc/debugger.md +54 -0
- package/agentic-flow/.claude/commands/sparc/designer.md +53 -0
- package/agentic-flow/.claude/commands/sparc/devops.md +109 -0
- package/agentic-flow/.claude/commands/sparc/docs-writer.md +80 -0
- package/agentic-flow/.claude/commands/sparc/documenter.md +54 -0
- package/agentic-flow/.claude/commands/sparc/innovator.md +54 -0
- package/agentic-flow/.claude/commands/sparc/integration.md +83 -0
- package/agentic-flow/.claude/commands/sparc/mcp.md +117 -0
- package/agentic-flow/.claude/commands/sparc/memory-manager.md +54 -0
- package/agentic-flow/.claude/commands/sparc/optimizer.md +54 -0
- package/agentic-flow/.claude/commands/sparc/orchestrator.md +132 -0
- package/agentic-flow/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
- package/agentic-flow/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
- package/agentic-flow/.claude/commands/sparc/researcher.md +54 -0
- package/agentic-flow/.claude/commands/sparc/reviewer.md +54 -0
- package/agentic-flow/.claude/commands/sparc/security-review.md +80 -0
- package/agentic-flow/.claude/commands/sparc/sparc-modes.md +174 -0
- package/agentic-flow/.claude/commands/sparc/sparc.md +111 -0
- package/agentic-flow/.claude/commands/sparc/spec-pseudocode.md +80 -0
- package/agentic-flow/.claude/commands/sparc/supabase-admin.md +348 -0
- package/agentic-flow/.claude/commands/sparc/swarm-coordinator.md +54 -0
- package/agentic-flow/.claude/commands/sparc/tdd.md +54 -0
- package/agentic-flow/.claude/commands/sparc/tester.md +54 -0
- package/agentic-flow/.claude/commands/sparc/tutorial.md +79 -0
- package/agentic-flow/.claude/commands/sparc/workflow-manager.md +54 -0
- package/agentic-flow/.claude/commands/sparc.md +166 -0
- package/agentic-flow/.claude/commands/stream-chain/pipeline.md +121 -0
- package/agentic-flow/.claude/commands/stream-chain/run.md +70 -0
- package/agentic-flow/.claude/commands/swarm/README.md +15 -0
- package/agentic-flow/.claude/commands/swarm/analysis.md +95 -0
- package/agentic-flow/.claude/commands/swarm/development.md +96 -0
- package/agentic-flow/.claude/commands/swarm/examples.md +168 -0
- package/agentic-flow/.claude/commands/swarm/maintenance.md +102 -0
- package/agentic-flow/.claude/commands/swarm/optimization.md +117 -0
- package/agentic-flow/.claude/commands/swarm/research.md +136 -0
- package/agentic-flow/.claude/commands/swarm/swarm-analysis.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm-background.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm-init.md +19 -0
- package/agentic-flow/.claude/commands/swarm/swarm-modes.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm-monitor.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm-spawn.md +19 -0
- package/agentic-flow/.claude/commands/swarm/swarm-status.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm-strategies.md +8 -0
- package/agentic-flow/.claude/commands/swarm/swarm.md +27 -0
- package/agentic-flow/.claude/commands/swarm/testing.md +131 -0
- package/agentic-flow/.claude/commands/training/README.md +9 -0
- package/agentic-flow/.claude/commands/training/model-update.md +25 -0
- package/agentic-flow/.claude/commands/training/neural-patterns.md +74 -0
- package/agentic-flow/.claude/commands/training/neural-train.md +25 -0
- package/agentic-flow/.claude/commands/training/pattern-learn.md +25 -0
- package/agentic-flow/.claude/commands/training/specialization.md +63 -0
- package/agentic-flow/.claude/commands/truth/start.md +143 -0
- package/agentic-flow/.claude/commands/verify/check.md +50 -0
- package/agentic-flow/.claude/commands/verify/start.md +128 -0
- package/agentic-flow/.claude/commands/workflows/README.md +9 -0
- package/agentic-flow/.claude/commands/workflows/development.md +78 -0
- package/agentic-flow/.claude/commands/workflows/research.md +63 -0
- package/agentic-flow/.claude/commands/workflows/workflow-create.md +25 -0
- package/agentic-flow/.claude/commands/workflows/workflow-execute.md +25 -0
- package/agentic-flow/.claude/commands/workflows/workflow-export.md +25 -0
- package/agentic-flow/.claude/helpers/checkpoint-manager.sh +251 -0
- package/agentic-flow/.claude/helpers/github-safe.js +106 -0
- package/agentic-flow/.claude/helpers/github-setup.sh +28 -0
- package/agentic-flow/.claude/helpers/quick-start.sh +19 -0
- package/agentic-flow/.claude/helpers/setup-mcp.sh +18 -0
- package/agentic-flow/.claude/helpers/standard-checkpoint-hooks.sh +179 -0
- package/agentic-flow/.claude/mcp.json +13 -0
- package/agentic-flow/.claude/openrouter-models-research.md +411 -0
- package/agentic-flow/.claude/openrouter-quick-reference.md +113 -0
- package/agentic-flow/.claude/settings-backup.json +130 -0
- package/agentic-flow/.claude/settings-optimized.json +116 -0
- package/agentic-flow/.claude/settings-simple.json +78 -0
- package/agentic-flow/.claude/settings.json +238 -0
- package/agentic-flow/.claude/settings.local.json +14 -0
- package/agentic-flow/.claude/skills/agentic-flow-quickstart/skill.md +69 -0
- package/agentic-flow/.claude/skills/hooks-automation/skill.md +155 -0
- package/agentic-flow/.claude/skills/memory-patterns/skill.md +110 -0
- package/agentic-flow/.claude/skills/sparc-methodology/skill.md +137 -0
- package/agentic-flow/.claude/skills/swarm-coordination/skill.md +94 -0
- package/agentic-flow/.claude/skills/worker-benchmarks/skill.md +135 -0
- package/agentic-flow/.claude/skills/worker-integration/skill.md +154 -0
- package/agentic-flow/.claude/statusline.mjs +109 -0
- package/agentic-flow/.claude/statusline.sh +71 -0
- package/agentic-flow/CHANGELOG.md +68 -0
- package/agentic-flow/README.md +2047 -0
- package/agentic-flow/dist/reasoningbank/config/reasoningbank.yaml +145 -0
- package/agentic-flow/dist/reasoningbank/prompts/distill-failure.json +111 -0
- package/agentic-flow/dist/reasoningbank/prompts/distill-success.json +74 -0
- package/agentic-flow/dist/reasoningbank/prompts/judge.json +101 -0
- package/agentic-flow/dist/reasoningbank/prompts/matts-aggregate.json +119 -0
- package/agentic-flow/docs/CLAUDE.md +352 -0
- package/agentic-flow/docs/DOCKER-VERIFICATION.md +207 -0
- package/agentic-flow/docs/IMPROVEMENT_ROADMAP.md +184 -0
- package/agentic-flow/docs/ISSUE-55-VALIDATION.md +171 -0
- package/agentic-flow/docs/LICENSE +21 -0
- package/agentic-flow/docs/NPX_AGENTDB_SETUP.md +175 -0
- package/agentic-flow/docs/OPTIMIZATIONS.md +460 -0
- package/agentic-flow/docs/PUBLISH_GUIDE.md +438 -0
- package/agentic-flow/docs/README.md +217 -0
- package/agentic-flow/docs/RELEASE-v1.10.0-COMPLETE.md +382 -0
- package/agentic-flow/docs/architecture/EXECUTIVE_SUMMARY.md +310 -0
- package/agentic-flow/docs/architecture/FEDERATION-DATA-LIFECYCLE.md +520 -0
- package/agentic-flow/docs/architecture/IMPROVEMENT_PLAN.md +11 -0
- package/agentic-flow/docs/architecture/INTEGRATION-STATUS.md +290 -0
- package/agentic-flow/docs/architecture/MULTI_MODEL_ROUTER_PLAN.md +620 -0
- package/agentic-flow/docs/architecture/PACKAGE_STRUCTURE.md +199 -0
- package/agentic-flow/docs/architecture/QUIC-IMPLEMENTATION-SUMMARY.md +490 -0
- package/agentic-flow/docs/architecture/QUIC-SWARM-INTEGRATION.md +593 -0
- package/agentic-flow/docs/architecture/QUICK_WINS.md +333 -0
- package/agentic-flow/docs/architecture/README.md +15 -0
- package/agentic-flow/docs/architecture/RESEARCH_SUMMARY.md +652 -0
- package/agentic-flow/docs/archive/.agentdb-instructions.md +66 -0
- package/agentic-flow/docs/archive/AGENT-BOOSTER-STATUS.md +292 -0
- package/agentic-flow/docs/archive/CHANGELOG-v1.3.0.md +120 -0
- package/agentic-flow/docs/archive/COMPLETION_REPORT_v1.7.1.md +335 -0
- package/agentic-flow/docs/archive/IMPLEMENTATION_SUMMARY_v1.7.1.md +241 -0
- package/agentic-flow/docs/archive/SUPABASE-INTEGRATION-COMPLETE.md +357 -0
- package/agentic-flow/docs/archive/TESTING_QUICK_START.md +223 -0
- package/agentic-flow/docs/archive/TOOL-EMULATION-INTEGRATION-ISSUE.md +669 -0
- package/agentic-flow/docs/archive/VALIDATION_v1.7.1.md +234 -0
- package/agentic-flow/docs/archived/COMPLETE_VALIDATION_SUMMARY.md +405 -0
- package/agentic-flow/docs/archived/DOCKER_MCP_VALIDATION.md +358 -0
- package/agentic-flow/docs/archived/DOCKER_OPENROUTER_VALIDATION.md +443 -0
- package/agentic-flow/docs/archived/FASTMCP_COMPLETE.md +428 -0
- package/agentic-flow/docs/archived/FASTMCP_INTEGRATION_STATUS.md +288 -0
- package/agentic-flow/docs/archived/FINAL_SDK_VALIDATION.md +328 -0
- package/agentic-flow/docs/archived/FINAL_SYSTEM_VALIDATION.md +458 -0
- package/agentic-flow/docs/archived/FINAL_VALIDATION_SUMMARY.md +409 -0
- package/agentic-flow/docs/archived/FIXES-APPLIED-STATUS.md +331 -0
- package/agentic-flow/docs/archived/FLOW-NEXUS-COMPLETE.md +269 -0
- package/agentic-flow/docs/archived/HOTFIX_1.1.7.md +133 -0
- package/agentic-flow/docs/archived/INTEGRATION_CONFIRMED.md +351 -0
- package/agentic-flow/docs/archived/MCP_CLI_TOOLS_VALIDATION.md +266 -0
- package/agentic-flow/docs/archived/MCP_INTEGRATION_SUCCESS.md +305 -0
- package/agentic-flow/docs/archived/MCP_PROXY_VALIDATION.md +185 -0
- package/agentic-flow/docs/archived/MODEL_VALIDATION_REPORT.md +386 -0
- package/agentic-flow/docs/archived/ONNX_ENV_VARS.md +564 -0
- package/agentic-flow/docs/archived/ONNX_FINAL_REPORT.md +312 -0
- package/agentic-flow/docs/archived/ONNX_IMPLEMENTATION_COMPLETE.md +215 -0
- package/agentic-flow/docs/archived/ONNX_IMPLEMENTATION_SUMMARY.md +197 -0
- package/agentic-flow/docs/archived/ONNX_INTEGRATION.md +422 -0
- package/agentic-flow/docs/archived/ONNX_OPTIMIZATION_SUMMARY.md +374 -0
- package/agentic-flow/docs/archived/ONNX_PHI4_RESEARCH.md +220 -0
- package/agentic-flow/docs/archived/ONNX_RUNTIME_INTEGRATION_PLAN.md +866 -0
- package/agentic-flow/docs/archived/ONNX_SUCCESS_REPORT.md +271 -0
- package/agentic-flow/docs/archived/ONNX_VS_CLAUDE_QUALITY.md +442 -0
- package/agentic-flow/docs/archived/OPENROUTER-FIX-VALIDATION.md +333 -0
- package/agentic-flow/docs/archived/OPENROUTER-SUCCESS-REPORT.md +520 -0
- package/agentic-flow/docs/archived/OPENROUTER_ISSUES_AND_FIXES.md +277 -0
- package/agentic-flow/docs/archived/OPENROUTER_PROXY_COMPLETE.md +494 -0
- package/agentic-flow/docs/archived/OPENROUTER_VALIDATION_COMPLETE.md +382 -0
- package/agentic-flow/docs/archived/OPTIMIZATION_SUMMARY.md +181 -0
- package/agentic-flow/docs/archived/PACKAGE-COMPLETE.md +138 -0
- package/agentic-flow/docs/archived/PHI4_HYPEROPTIMIZATION_PLAN.md +2488 -0
- package/agentic-flow/docs/archived/PROVIDER_INSTRUCTION_OPTIMIZATION.md +139 -0
- package/agentic-flow/docs/archived/PROXY_VALIDATION.md +239 -0
- package/agentic-flow/docs/archived/README.md +20 -0
- package/agentic-flow/docs/archived/README_SDK_VALIDATION.md +356 -0
- package/agentic-flow/docs/archived/README_V1.1.11.md +280 -0
- package/agentic-flow/docs/archived/RELEASE-NOTES-v1.1.13.md +392 -0
- package/agentic-flow/docs/archived/RELEASE-SUMMARY-v1.1.14-beta.1.md +336 -0
- package/agentic-flow/docs/archived/RESEARCH_COMPLETE.txt +335 -0
- package/agentic-flow/docs/archived/ROUTER_VALIDATION.md +311 -0
- package/agentic-flow/docs/archived/SDK-SETUP-COMPLETE.md +252 -0
- package/agentic-flow/docs/archived/SDK_INTEGRATION_COMPLETE.md +336 -0
- package/agentic-flow/docs/archived/TOOL_INSTRUCTION_ENHANCEMENT.md +200 -0
- package/agentic-flow/docs/archived/V1.1.10_VALIDATION.md +194 -0
- package/agentic-flow/docs/archived/V1.1.11_COMPLETE_VALIDATION.md +308 -0
- package/agentic-flow/docs/archived/V1.1.11_MCP_PROXY_FIX.md +374 -0
- package/agentic-flow/docs/archived/V1.1.14-BETA-READY.md +418 -0
- package/agentic-flow/docs/archived/VALIDATION-RESULTS.md +279 -0
- package/agentic-flow/docs/archived/VALIDATION_COMPLETE.md +178 -0
- package/agentic-flow/docs/archived/VALIDATION_SUMMARY.md +224 -0
- package/agentic-flow/docs/archived/claude-flow-integration.md +463 -0
- package/agentic-flow/docs/archived/docker-cli-validation.md +289 -0
- package/agentic-flow/docs/archived/docker-memory-coordination-status.md +261 -0
- package/agentic-flow/docs/archived/mcp-validation-summary.md +264 -0
- package/agentic-flow/docs/archived/quick-wins-validation.md +377 -0
- package/agentic-flow/docs/benchmarks/optimization-guide.md +531 -0
- package/agentic-flow/docs/benchmarks/quic-results.md +494 -0
- package/agentic-flow/docs/docker-tests/TEST-V1.7.8.Dockerfile +13 -0
- package/agentic-flow/docs/docker-tests/TEST-V1.7.9-NODE20.Dockerfile +13 -0
- package/agentic-flow/docs/docker-tests/TEST-V1.7.9.Dockerfile +14 -0
- package/agentic-flow/docs/embeddings/EMBEDDING_GEOMETRY.md +935 -0
- package/agentic-flow/docs/federation/AGENT-DEBUG-STREAMING.md +403 -0
- package/agentic-flow/docs/federation/DEBUG-STREAMING-COMPLETE.md +432 -0
- package/agentic-flow/docs/federation/DEBUG-STREAMING.md +537 -0
- package/agentic-flow/docs/federation/DEPLOYMENT-VALIDATION-SUCCESS.md +394 -0
- package/agentic-flow/docs/federation/DOCKER-FEDERATION-DEEP-REVIEW.md +478 -0
- package/agentic-flow/docs/guides/ADDING-MCP-SERVERS-CLI.md +515 -0
- package/agentic-flow/docs/guides/ADDING-MCP-SERVERS.md +642 -0
- package/agentic-flow/docs/guides/AGENT-BOOSTER.md +435 -0
- package/agentic-flow/docs/guides/ALTERNATIVE_LLM_MODELS.md +524 -0
- package/agentic-flow/docs/guides/CLAUDE-CODE-INTEGRATION.md +403 -0
- package/agentic-flow/docs/guides/DEPLOYMENT.md +906 -0
- package/agentic-flow/docs/guides/DOCKER_AGENT_USAGE.md +352 -0
- package/agentic-flow/docs/guides/IMPLEMENTATION_EXAMPLES.md +960 -0
- package/agentic-flow/docs/guides/MCP-TOOLS.md +1166 -0
- package/agentic-flow/docs/guides/MODEL-ID-MAPPING.md +193 -0
- package/agentic-flow/docs/guides/MULTI-MODEL-ROUTER.md +702 -0
- package/agentic-flow/docs/guides/NPM-PUBLISH.md +218 -0
- package/agentic-flow/docs/guides/ONNX-PROXY-IMPLEMENTATION.md +254 -0
- package/agentic-flow/docs/guides/ONNX_CLI_USAGE.md +344 -0
- package/agentic-flow/docs/guides/ONNX_OPTIMIZATION_GUIDE.md +665 -0
- package/agentic-flow/docs/guides/OPENROUTER_DEPLOYMENT.md +495 -0
- package/agentic-flow/docs/guides/PROXY-ARCHITECTURE-AND-EXTENSION.md +708 -0
- package/agentic-flow/docs/guides/QUIC-SWARM-QUICKSTART.md +543 -0
- package/agentic-flow/docs/guides/QUICK-START-v1.7.1.md +399 -0
- package/agentic-flow/docs/guides/README.md +17 -0
- package/agentic-flow/docs/guides/REASONINGBANK.md +721 -0
- package/agentic-flow/docs/guides/STANDALONE_PROXY_GUIDE.md +437 -0
- package/agentic-flow/docs/guides/agent-sdk.md +234 -0
- package/agentic-flow/docs/integration-docs/AGENT-BOOSTER-INTEGRATION.md +379 -0
- package/agentic-flow/docs/integration-docs/CLAUDE-FLOW-INTEGRATION-ANALYSIS.md +653 -0
- package/agentic-flow/docs/integration-docs/CLI-INTEGRATION-COMPLETE.md +283 -0
- package/agentic-flow/docs/integration-docs/IMPLEMENTATION_SUMMARY.md +369 -0
- package/agentic-flow/docs/integration-docs/INTEGRATION-COMPLETE.md +291 -0
- package/agentic-flow/docs/integration-docs/INTEGRATION-QUICK-SUMMARY.md +249 -0
- package/agentic-flow/docs/integration-docs/INTEGRATION-STATUS-CORRECTED.md +488 -0
- package/agentic-flow/docs/integration-docs/INTEGRATION_COMPLETE_SUMMARY.md +780 -0
- package/agentic-flow/docs/integration-docs/QUIC-WASM-INTEGRATION.md +537 -0
- package/agentic-flow/docs/integration-docs/README.md +61 -0
- package/agentic-flow/docs/integration-docs/WASM_ESM_FIX.md +180 -0
- package/agentic-flow/docs/integration-docs/WASM_INTEGRATION_COMPLETE.md +344 -0
- package/agentic-flow/docs/integrations/CLAUDE_AGENTS_INTEGRATION.md +356 -0
- package/agentic-flow/docs/integrations/CLAUDE_FLOW_INTEGRATION.md +535 -0
- package/agentic-flow/docs/integrations/FASTMCP_CLI_INTEGRATION.md +503 -0
- package/agentic-flow/docs/integrations/FLOW-NEXUS-INTEGRATION.md +319 -0
- package/agentic-flow/docs/integrations/README.md +18 -0
- package/agentic-flow/docs/integrations/fastmcp-implementation-plan.md +2516 -0
- package/agentic-flow/docs/integrations/fastmcp-poc-integration.md +198 -0
- package/agentic-flow/docs/issues/ISSUE-SUPABASE-INTEGRATION.md +536 -0
- package/agentic-flow/docs/issues/ISSUE-xenova-transformers-dependency.md +380 -0
- package/agentic-flow/docs/mcp-validation/IMPLEMENTATION-SUMMARY.md +493 -0
- package/agentic-flow/docs/mcp-validation/MCP-CLI-VALIDATION-REPORT.md +322 -0
- package/agentic-flow/docs/mcp-validation/README.md +43 -0
- package/agentic-flow/docs/mcp-validation/strange-loops-test.md +63 -0
- package/agentic-flow/docs/plans/QUIC/BUILD_INSTRUCTIONS.md +220 -0
- package/agentic-flow/docs/plans/QUIC/IMPLEMENTATION_STATUS.md +234 -0
- package/agentic-flow/docs/plans/QUIC/QUIC-INTEGRATION-SUMMARY.md +545 -0
- package/agentic-flow/docs/plans/QUIC/QUIC-INTEGRATION.md +502 -0
- package/agentic-flow/docs/plans/QUIC/QUIC-README.md +226 -0
- package/agentic-flow/docs/plans/QUIC/QUIC_IMPLEMENTATION_SUMMARY.md +607 -0
- package/agentic-flow/docs/plans/QUIC/README-CONDENSED.md +447 -0
- package/agentic-flow/docs/plans/QUIC/quic-research.md +1415 -0
- package/agentic-flow/docs/plans/QUIC/quic-tutorial.md +485 -0
- package/agentic-flow/docs/plans/agent-booster/00-INDEX.md +230 -0
- package/agentic-flow/docs/plans/agent-booster/00-OVERVIEW.md +454 -0
- package/agentic-flow/docs/plans/agent-booster/01-ARCHITECTURE.md +699 -0
- package/agentic-flow/docs/plans/agent-booster/02-INTEGRATION.md +771 -0
- package/agentic-flow/docs/plans/agent-booster/03-BENCHMARKS.md +616 -0
- package/agentic-flow/docs/plans/agent-booster/04-NPM-SDK.md +673 -0
- package/agentic-flow/docs/plans/agent-booster/GITHUB-ISSUE.md +523 -0
- package/agentic-flow/docs/plans/agent-booster/README.md +576 -0
- package/agentic-flow/docs/plans/agent-booster-cli-integration.md +317 -0
- package/agentic-flow/docs/plans/requesty/00-overview.md +176 -0
- package/agentic-flow/docs/plans/requesty/01-api-research.md +573 -0
- package/agentic-flow/docs/plans/requesty/02-architecture.md +1076 -0
- package/agentic-flow/docs/plans/requesty/03-implementation-phases.md +1129 -0
- package/agentic-flow/docs/plans/requesty/04-testing-strategy.md +905 -0
- package/agentic-flow/docs/plans/requesty/05-migration-guide.md +576 -0
- package/agentic-flow/docs/plans/requesty/README.md +290 -0
- package/agentic-flow/docs/providers/LANDING-PAGE-PROVIDER-CONTENT.md +204 -0
- package/agentic-flow/docs/providers/PROVIDER-FALLBACK-GUIDE.md +619 -0
- package/agentic-flow/docs/providers/PROVIDER-FALLBACK-SUMMARY.md +418 -0
- package/agentic-flow/docs/quantum-goap/DEPENDENCY_GRAPH.mermaid +133 -0
- package/agentic-flow/docs/quantum-goap/EXECUTION_SUMMARY.md +199 -0
- package/agentic-flow/docs/quantum-goap/GOAP_IMPLEMENTATION_PLAN.md +2406 -0
- package/agentic-flow/docs/quantum-goap/QUICK_START.md +301 -0
- package/agentic-flow/docs/quantum-research/QUANTUM_RESEARCH_LITERATURE_REVIEW.md +2071 -0
- package/agentic-flow/docs/quantum-research/README.md +94 -0
- package/agentic-flow/docs/quic/FINAL-VALIDATION.md +336 -0
- package/agentic-flow/docs/quic/IMPLEMENTATION-COMPLETE-SUMMARY.md +349 -0
- package/agentic-flow/docs/quic/PERFORMANCE-VALIDATION.md +282 -0
- package/agentic-flow/docs/quic/QUIC-STATUS-OLD.md +513 -0
- package/agentic-flow/docs/quic/QUIC-STATUS.md +451 -0
- package/agentic-flow/docs/quic/QUIC-VALIDATION-REPORT.md +370 -0
- package/agentic-flow/docs/quic/QUIC_FINAL_STATUS.md +399 -0
- package/agentic-flow/docs/quic/README_QUIC_PHASE1.md +117 -0
- package/agentic-flow/docs/quic/WASM-INTEGRATION-COMPLETE.md +382 -0
- package/agentic-flow/docs/reasoningbank/MEMORY_VALIDATION_REPORT.md +417 -0
- package/agentic-flow/docs/reasoningbank/README.md +43 -0
- package/agentic-flow/docs/reasoningbank/REASONING-AGENTS.md +482 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK-BENCHMARK-RESULTS.md +166 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK-BENCHMARK.md +396 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK-CLI-INTEGRATION.md +455 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK-DEMO.md +419 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK-VALIDATION.md +532 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_ARCHITECTURE.md +663 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_BACKENDS.md +375 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_FIXES.md +455 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_IMPLEMENTATION_STATUS.md +478 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_INTEGRATION_PLAN.md +1059 -0
- package/agentic-flow/docs/reasoningbank/REASONINGBANK_INVESTIGATION.md +380 -0
- package/agentic-flow/docs/releases/GITHUB-ISSUE-ADDENDUM-v1.4.6.md +1529 -0
- package/agentic-flow/docs/releases/GITHUB-ISSUE-REASONINGBANK-BENCHMARK.md +643 -0
- package/agentic-flow/docs/releases/GITHUB-ISSUE-v1.4.6.md +1453 -0
- package/agentic-flow/docs/releases/GITHUB-ISSUE-v1.5.0.md +468 -0
- package/agentic-flow/docs/releases/HOTFIX-v1.2.1.md +315 -0
- package/agentic-flow/docs/releases/NPM-PUBLISH-GUIDE-v1.2.0.md +440 -0
- package/agentic-flow/docs/releases/PUBLISH-COMPLETE-v1.2.0.md +308 -0
- package/agentic-flow/docs/releases/PUBLISH_CHECKLIST_v1.10.0.md +396 -0
- package/agentic-flow/docs/releases/PUBLISH_SUMMARY_v1.7.1.md +198 -0
- package/agentic-flow/docs/releases/README.md +18 -0
- package/agentic-flow/docs/releases/RELEASE-v1.2.0.md +339 -0
- package/agentic-flow/docs/releases/RELEASE-v1.8.13.md +426 -0
- package/agentic-flow/docs/releases/RELEASE_NOTES_v1.10.0.md +464 -0
- package/agentic-flow/docs/releases/RELEASE_NOTES_v1.7.0.md +297 -0
- package/agentic-flow/docs/releases/RELEASE_v1.7.1.md +327 -0
- package/agentic-flow/docs/releases/v1.4.6-reasoningbank-release.md +541 -0
- package/agentic-flow/docs/releases/v1.4.7-bugfix.md +212 -0
- package/agentic-flow/docs/releases/v1.5.14-QUIC-TRANSPORT.md +201 -0
- package/agentic-flow/docs/reports/QUIC_PHASE1_COMPLETE.md +409 -0
- package/agentic-flow/docs/reports/QUIC_PHASE1_COMPLETION.md +323 -0
- package/agentic-flow/docs/reviews/quic-implementation-review.md +1076 -0
- package/agentic-flow/docs/router/README.md +552 -0
- package/agentic-flow/docs/router/ROUTER_CONFIG_REFERENCE.md +577 -0
- package/agentic-flow/docs/router/ROUTER_USER_GUIDE.md +865 -0
- package/agentic-flow/docs/router/TOP20_MODELS_MATRIX.md +80 -0
- package/agentic-flow/docs/supabase/IMPLEMENTATION-SUMMARY.md +498 -0
- package/agentic-flow/docs/supabase/INDEX.md +358 -0
- package/agentic-flow/docs/supabase/QUICKSTART.md +365 -0
- package/agentic-flow/docs/supabase/README.md +318 -0
- package/agentic-flow/docs/supabase/SUPABASE-REALTIME-FEDERATION.md +575 -0
- package/agentic-flow/docs/supabase/TEST-REPORT.md +446 -0
- package/agentic-flow/docs/supabase/migrations/001_create_federation_tables.sql +339 -0
- package/agentic-flow/docs/testing/AGENT-SYSTEM-VALIDATION.md +517 -0
- package/agentic-flow/docs/testing/AGENTDB_TESTING.md +411 -0
- package/agentic-flow/docs/testing/FINAL-TESTING-SUMMARY.md +362 -0
- package/agentic-flow/docs/testing/README.md +46 -0
- package/agentic-flow/docs/testing/REGRESSION-TEST-RESULTS.md +269 -0
- package/agentic-flow/docs/testing/STREAMING-AND-MCP-VALIDATION.md +517 -0
- package/agentic-flow/docs/validation-reports/BENCHMARK_AND_OPTIMIZATION_REPORT.md +470 -0
- package/agentic-flow/docs/validation-reports/DOCKER_VALIDATION_RESULTS.md +391 -0
- package/agentic-flow/docs/validation-reports/NO_REGRESSIONS_CONFIRMED.md +384 -0
- package/agentic-flow/docs/validation-reports/NPM-PACKAGE-ANALYSIS-FINAL.md +543 -0
- package/agentic-flow/docs/validation-reports/README.md +43 -0
- package/agentic-flow/docs/validation-reports/V2.7.0-ALPHA.10_FINAL_VALIDATION.md +817 -0
- package/agentic-flow/docs/validation-reports/V2.7.0-ALPHA.9_VALIDATION.md +546 -0
- package/agentic-flow/docs/validation-reports/v1.6.0-QUIC-CLI-VALIDATION.md +558 -0
- package/agentic-flow/docs/validation-reports/v1.6.1-NPM-PUBLISH-VALIDATION.md +532 -0
- package/agentic-flow/docs/version-releases/PUBLICATION_REPORT_v1.5.11.md +421 -0
- package/agentic-flow/docs/version-releases/README.md +82 -0
- package/agentic-flow/docs/version-releases/v1.5.9-DOCKER-VERIFICATION.md +263 -0
- package/agentic-flow/docs/version-releases/v1.5.9-RELEASE-SUMMARY.md +222 -0
- package/agentic-flow/scripts/build.sh +30 -0
- package/agentic-flow/scripts/claude +31 -0
- package/agentic-flow/scripts/claude-code +56 -0
- package/agentic-flow/scripts/claude-flow +81 -0
- package/agentic-flow/scripts/claude-flow.bat +18 -0
- package/agentic-flow/scripts/claude-flow.ps1 +24 -0
- package/agentic-flow/scripts/postinstall.js +139 -0
- package/agentic-flow/scripts/run-validation.sh +165 -0
- package/agentic-flow/scripts/test-agentdb.sh +153 -0
- package/agentic-flow/scripts/test-all-commands.sh +46 -0
- package/agentic-flow/scripts/test-claude-flow-sdk.sh +46 -0
- package/agentic-flow/scripts/test-fastmcp-docker.sh +132 -0
- package/agentic-flow/scripts/test-fastmcp-poc.sh +26 -0
- package/agentic-flow/scripts/test-functionality.sh +50 -0
- package/agentic-flow/scripts/test-onnx-docker.sh +176 -0
- package/agentic-flow/scripts/test-router-docker.sh +105 -0
- package/agentic-flow/scripts/validate-mcp-cli-tools.sh +104 -0
- package/agentic-flow/scripts/validate-providers.sh +50 -0
- package/agentic-flow/wasm/quic/README.md +75 -0
- package/agentic-flow/wasm/quic/agentic_flow_quic.js +779 -0
- package/agentic-flow/wasm/quic/agentic_flow_quic_bg.wasm +0 -0
- package/agentic-flow/wasm/quic/package.json +20 -0
- package/agentic-flow/wasm/reasoningbank/package.json +34 -0
- package/agentic-flow/wasm/reasoningbank/reasoningbank_wasm.js +5 -0
- package/agentic-flow/wasm/reasoningbank/reasoningbank_wasm_bg.js +555 -0
- package/agentic-flow/wasm/reasoningbank/reasoningbank_wasm_bg.wasm +0 -0
- package/docs/CHANGELOG.md +272 -0
- package/docs/LICENSE +21 -0
- package/docs/README.md +127 -0
- package/package.json +279 -0
- package/packages/agentic-jujutsu/.cargo/config.toml +14 -0
- package/packages/agentic-jujutsu/BUILD.md +292 -0
- package/packages/agentic-jujutsu/CHANGELOG.md +143 -0
- package/packages/agentic-jujutsu/CHANGELOG_v2.2.0.md +203 -0
- package/packages/agentic-jujutsu/CRATE_README.md +269 -0
- package/packages/agentic-jujutsu/Dockerfile +8 -0
- package/packages/agentic-jujutsu/Dockerfile.test +81 -0
- package/packages/agentic-jujutsu/FUNCTIONALITY_VERIFICATION.md +377 -0
- package/packages/agentic-jujutsu/LICENSE +21 -0
- package/packages/agentic-jujutsu/NAPI_CI_CD_FILES.txt +162 -0
- package/packages/agentic-jujutsu/QUANTUM_INTEGRATION_SUMMARY.txt +67 -0
- package/packages/agentic-jujutsu/README.md +2248 -0
- package/packages/agentic-jujutsu/README_QUANTUM_INTEGRATION.md +195 -0
- package/packages/agentic-jujutsu/agentic-jujutsu-2.0.0.tgz +0 -0
- package/packages/agentic-jujutsu/agentic-jujutsu-2.0.1.tgz +0 -0
- package/packages/agentic-jujutsu/agentic-jujutsu-2.0.2.tgz +0 -0
- package/packages/agentic-jujutsu/agentic-jujutsu-2.0.3.tgz +0 -0
- package/packages/agentic-jujutsu/agentic-jujutsu.linux-x64-gnu.node +0 -0
- package/packages/agentic-jujutsu/benchmarks/README.md +403 -0
- package/packages/agentic-jujutsu/benchmarks/docker/.env.example +24 -0
- package/packages/agentic-jujutsu/benchmarks/docker/Dockerfile.git +55 -0
- package/packages/agentic-jujutsu/benchmarks/docker/Dockerfile.jujutsu +67 -0
- package/packages/agentic-jujutsu/benchmarks/docker/Dockerfile.swarm-coordinator +45 -0
- package/packages/agentic-jujutsu/benchmarks/docker/config/prometheus.yml +20 -0
- package/packages/agentic-jujutsu/benchmarks/docker/docker-compose.yml +152 -0
- package/packages/agentic-jujutsu/benchmarks/docker/scripts/collect-metrics.sh +143 -0
- package/packages/agentic-jujutsu/benchmarks/docker/scripts/generate-reports.sh +150 -0
- package/packages/agentic-jujutsu/benchmarks/docker/scripts/run-benchmarks.sh +80 -0
- package/packages/agentic-jujutsu/benchmarks/docker/scripts/setup-repos.sh +88 -0
- package/packages/agentic-jujutsu/bin/cli.js +286 -0
- package/packages/agentic-jujutsu/bin/mcp-server.js +20 -0
- package/packages/agentic-jujutsu/build.rs +134 -0
- package/packages/agentic-jujutsu/check-methods.js +26 -0
- package/packages/agentic-jujutsu/helpers/encryption.js +234 -0
- package/packages/agentic-jujutsu/index.d.ts +853 -0
- package/packages/agentic-jujutsu/index.js +321 -0
- package/packages/agentic-jujutsu/package-lock.json +1163 -0
- package/packages/agentic-jujutsu/package.json +108 -0
- package/packages/agentic-jujutsu/pkg/bundler/LICENSE +21 -0
- package/packages/agentic-jujutsu/pkg/bundler/README.md +361 -0
- package/packages/agentic-jujutsu/pkg/bundler/agentic_jujutsu.d.ts +554 -0
- package/packages/agentic-jujutsu/pkg/bundler/agentic_jujutsu.js +5 -0
- package/packages/agentic-jujutsu/pkg/bundler/agentic_jujutsu_bg.js +1821 -0
- package/packages/agentic-jujutsu/pkg/bundler/agentic_jujutsu_bg.wasm +0 -0
- package/packages/agentic-jujutsu/pkg/bundler/agentic_jujutsu_bg.wasm.d.ts +113 -0
- package/packages/agentic-jujutsu/pkg/bundler/package.json +34 -0
- package/packages/agentic-jujutsu/pkg/deno/LICENSE +21 -0
- package/packages/agentic-jujutsu/pkg/deno/README.md +361 -0
- package/packages/agentic-jujutsu/pkg/deno/agentic_jujutsu.d.ts +554 -0
- package/packages/agentic-jujutsu/pkg/deno/agentic_jujutsu.js +1802 -0
- package/packages/agentic-jujutsu/pkg/deno/agentic_jujutsu_bg.wasm +0 -0
- package/packages/agentic-jujutsu/pkg/deno/agentic_jujutsu_bg.wasm.d.ts +113 -0
- package/packages/agentic-jujutsu/pkg/node/LICENSE +21 -0
- package/packages/agentic-jujutsu/pkg/node/README.md +361 -0
- package/packages/agentic-jujutsu/pkg/node/agentic_jujutsu.d.ts +554 -0
- package/packages/agentic-jujutsu/pkg/node/agentic_jujutsu.js +1830 -0
- package/packages/agentic-jujutsu/pkg/node/agentic_jujutsu_bg.wasm +0 -0
- package/packages/agentic-jujutsu/pkg/node/agentic_jujutsu_bg.wasm.d.ts +113 -0
- package/packages/agentic-jujutsu/pkg/node/package.json +28 -0
- package/packages/agentic-jujutsu/pkg/web/LICENSE +21 -0
- package/packages/agentic-jujutsu/pkg/web/README.md +361 -0
- package/packages/agentic-jujutsu/pkg/web/agentic_jujutsu.d.ts +691 -0
- package/packages/agentic-jujutsu/pkg/web/agentic_jujutsu.js +1913 -0
- package/packages/agentic-jujutsu/pkg/web/agentic_jujutsu_bg.wasm +0 -0
- package/packages/agentic-jujutsu/pkg/web/agentic_jujutsu_bg.wasm.d.ts +113 -0
- package/packages/agentic-jujutsu/pkg/web/package.json +32 -0
- package/packages/agentic-jujutsu/quantum-bridge.d.ts +115 -0
- package/packages/agentic-jujutsu/scripts/agentic-flow-integration.js +178 -0
- package/packages/agentic-jujutsu/scripts/analyze-size.sh +23 -0
- package/packages/agentic-jujutsu/scripts/coverage.sh +57 -0
- package/packages/agentic-jujutsu/scripts/docker-test.sh +56 -0
- package/packages/agentic-jujutsu/scripts/final-validation.sh +85 -0
- package/packages/agentic-jujutsu/scripts/install-jj.js +197 -0
- package/packages/agentic-jujutsu/scripts/mcp-server.js +98 -0
- package/packages/agentic-jujutsu/scripts/test-all.sh +68 -0
- package/packages/agentic-jujutsu/scripts/verify-build.sh +32 -0
- package/packages/agentic-jujutsu/scripts/verify-napi-config.sh +122 -0
- package/packages/agentic-jujutsu/scripts/wasm-pack-build.sh +76 -0
- package/packages/agentic-jujutsu/test-agentdb-cli.js +119 -0
- package/packages/agentic-jujutsu/test-agentdb.js +105 -0
- package/packages/agentic-jujutsu/test-failures.js +53 -0
- package/packages/agentic-jujutsu/test-napi.js +40 -0
- package/packages/agentic-jujutsu/test-quick.js +61 -0
- package/packages/agentic-jujutsu/test-repo/test-file.txt +1 -0
- package/packages/agentic-jujutsu/typescript/hooks-integration.ts +370 -0
- package/packages/agentic-jujutsu/typescript/index.d.ts +415 -0
- package/reasoningbank/README.md +217 -0
|
@@ -0,0 +1,1166 @@
|
|
|
1
|
+
# 🔧 MCP Tools: Complete Reference Guide
|
|
2
|
+
|
|
3
|
+
**213 tools across 4 servers • Universal AI agent capabilities**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 📑 Quick Navigation
|
|
8
|
+
|
|
9
|
+
[← Back to Main README](https://github.com/ruvnet/agentic-flow/blob/main/README.md) | [Multi-Model Router ←](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/MULTI-MODEL-ROUTER.md) | [Deployment Options →](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/DEPLOYMENT.md)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 🎯 What are MCP Tools?
|
|
14
|
+
|
|
15
|
+
MCP (Model Context Protocol) tools are standardized AI agent capabilities that enable agents to interact with external systems, services, and data sources. Think of them as "skills" or "abilities" that agents can use to perform tasks beyond text generation.
|
|
16
|
+
|
|
17
|
+
### The Problem
|
|
18
|
+
|
|
19
|
+
Traditional AI agents are limited to:
|
|
20
|
+
- **Text-only responses**: Can't interact with real systems
|
|
21
|
+
- **No memory**: Forget everything between sessions
|
|
22
|
+
- **No external data**: Limited to training data
|
|
23
|
+
- **No automation**: Can't execute actions
|
|
24
|
+
- **Isolated**: Can't coordinate with other agents
|
|
25
|
+
|
|
26
|
+
**Example**: An agent reviewing code can't actually run tests, check GitHub PRs, or update documentation - it can only suggest these actions.
|
|
27
|
+
|
|
28
|
+
### The Solution
|
|
29
|
+
|
|
30
|
+
MCP tools provide standardized interfaces for:
|
|
31
|
+
- **System Integration**: File I/O, Git operations, API calls
|
|
32
|
+
- **Data Access**: Databases, search engines, web scraping
|
|
33
|
+
- **Agent Coordination**: Swarm management, task orchestration
|
|
34
|
+
- **Memory & Learning**: Persistent storage, pattern recognition
|
|
35
|
+
- **Automation**: Workflow execution, event handling
|
|
36
|
+
|
|
37
|
+
**Results**:
|
|
38
|
+
- Agents can execute real actions, not just suggest them
|
|
39
|
+
- Cross-session memory enables learning and improvement
|
|
40
|
+
- Multi-agent coordination for complex tasks
|
|
41
|
+
- Integration with 1000+ external services
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 🚀 MCP Server Overview
|
|
46
|
+
|
|
47
|
+
### Available Servers
|
|
48
|
+
|
|
49
|
+
| Server | Tools | Focus Area | Installation |
|
|
50
|
+
|--------|-------|------------|--------------|
|
|
51
|
+
| **Claude Flow** | 101 tools | Agent orchestration, memory, neural | `claude mcp add claude-flow npx claude-flow@alpha mcp start` |
|
|
52
|
+
| **Flow Nexus** | 96 tools | Cloud execution, sandboxes, payments | `claude mcp add flow-nexus npx flow-nexus@latest mcp start` |
|
|
53
|
+
| **Agentic Payments** | 12 tools | Payment authorization, mandates | Built-in with agentic-flow |
|
|
54
|
+
| **Claude Flow SDK** | 4 tools | Low-level SDK integration | Built-in with agentic-flow |
|
|
55
|
+
|
|
56
|
+
**Total**: 213 MCP tools available
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## 📚 Tool Categories
|
|
61
|
+
|
|
62
|
+
### 1️⃣ Swarm & Agent Orchestration (20 tools)
|
|
63
|
+
|
|
64
|
+
Coordinate multiple agents for complex tasks.
|
|
65
|
+
|
|
66
|
+
#### **Core Swarm Tools**
|
|
67
|
+
|
|
68
|
+
```javascript
|
|
69
|
+
// Initialize swarm with specific topology
|
|
70
|
+
await query({
|
|
71
|
+
mcp: {
|
|
72
|
+
server: 'claude-flow',
|
|
73
|
+
tool: 'swarm_init',
|
|
74
|
+
params: {
|
|
75
|
+
topology: 'mesh', // mesh, hierarchical, ring, star
|
|
76
|
+
maxAgents: 8,
|
|
77
|
+
strategy: 'balanced' // balanced, specialized, adaptive
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
// Spawn specialized agent
|
|
83
|
+
await query({
|
|
84
|
+
mcp: {
|
|
85
|
+
server: 'claude-flow',
|
|
86
|
+
tool: 'agent_spawn',
|
|
87
|
+
params: {
|
|
88
|
+
type: 'coder', // researcher, analyst, optimizer, coordinator
|
|
89
|
+
name: 'backend-dev',
|
|
90
|
+
capabilities: ['api-design', 'database', 'testing']
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
// Orchestrate complex task
|
|
96
|
+
await query({
|
|
97
|
+
mcp: {
|
|
98
|
+
server: 'claude-flow',
|
|
99
|
+
tool: 'task_orchestrate',
|
|
100
|
+
params: {
|
|
101
|
+
task: 'Build REST API with authentication',
|
|
102
|
+
strategy: 'adaptive', // parallel, sequential, adaptive
|
|
103
|
+
priority: 'high',
|
|
104
|
+
maxAgents: 5
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
#### **Monitoring & Status**
|
|
111
|
+
|
|
112
|
+
```javascript
|
|
113
|
+
// Get swarm status
|
|
114
|
+
await query({
|
|
115
|
+
mcp: {
|
|
116
|
+
server: 'claude-flow',
|
|
117
|
+
tool: 'swarm_status',
|
|
118
|
+
params: { swarmId: 'swarm-123' }
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
// List active agents
|
|
123
|
+
await query({
|
|
124
|
+
mcp: {
|
|
125
|
+
server: 'claude-flow',
|
|
126
|
+
tool: 'agent_list',
|
|
127
|
+
params: { filter: 'active' } // all, active, idle, busy
|
|
128
|
+
}
|
|
129
|
+
});
|
|
130
|
+
|
|
131
|
+
// Get agent performance metrics
|
|
132
|
+
await query({
|
|
133
|
+
mcp: {
|
|
134
|
+
server: 'claude-flow',
|
|
135
|
+
tool: 'agent_metrics',
|
|
136
|
+
params: {
|
|
137
|
+
agentId: 'agent-456',
|
|
138
|
+
metric: 'performance' // cpu, memory, tasks, performance
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
#### **Advanced Swarm Operations**
|
|
145
|
+
|
|
146
|
+
```javascript
|
|
147
|
+
// Scale swarm up/down
|
|
148
|
+
await query({
|
|
149
|
+
mcp: {
|
|
150
|
+
server: 'claude-flow',
|
|
151
|
+
tool: 'swarm_scale',
|
|
152
|
+
params: {
|
|
153
|
+
swarmId: 'swarm-123',
|
|
154
|
+
targetSize: 15
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
// Optimize topology dynamically
|
|
160
|
+
await query({
|
|
161
|
+
mcp: {
|
|
162
|
+
server: 'claude-flow',
|
|
163
|
+
tool: 'topology_optimize',
|
|
164
|
+
params: { swarmId: 'swarm-123' }
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
// Destroy swarm and cleanup
|
|
169
|
+
await query({
|
|
170
|
+
mcp: {
|
|
171
|
+
server: 'claude-flow',
|
|
172
|
+
tool: 'swarm_destroy',
|
|
173
|
+
params: { swarmId: 'swarm-123' }
|
|
174
|
+
}
|
|
175
|
+
});
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
### 2️⃣ Memory & Learning (18 tools)
|
|
181
|
+
|
|
182
|
+
Persistent memory across sessions with learning capabilities.
|
|
183
|
+
|
|
184
|
+
#### **Memory Storage & Retrieval**
|
|
185
|
+
|
|
186
|
+
```javascript
|
|
187
|
+
// Store memory with TTL and namespace
|
|
188
|
+
await query({
|
|
189
|
+
mcp: {
|
|
190
|
+
server: 'claude-flow',
|
|
191
|
+
tool: 'memory_usage',
|
|
192
|
+
params: {
|
|
193
|
+
action: 'store',
|
|
194
|
+
key: 'api-design-pattern',
|
|
195
|
+
value: JSON.stringify({
|
|
196
|
+
pattern: 'REST with JWT auth',
|
|
197
|
+
successRate: 0.95,
|
|
198
|
+
usageCount: 47
|
|
199
|
+
}),
|
|
200
|
+
namespace: 'backend-patterns',
|
|
201
|
+
ttl: 2592000 // 30 days in seconds
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
// Retrieve memory
|
|
207
|
+
await query({
|
|
208
|
+
mcp: {
|
|
209
|
+
server: 'claude-flow',
|
|
210
|
+
tool: 'memory_usage',
|
|
211
|
+
params: {
|
|
212
|
+
action: 'retrieve',
|
|
213
|
+
key: 'api-design-pattern',
|
|
214
|
+
namespace: 'backend-patterns'
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
// Search memories with pattern
|
|
220
|
+
await query({
|
|
221
|
+
mcp: {
|
|
222
|
+
server: 'claude-flow',
|
|
223
|
+
tool: 'memory_search',
|
|
224
|
+
params: {
|
|
225
|
+
pattern: 'authentication',
|
|
226
|
+
namespace: 'backend-patterns',
|
|
227
|
+
limit: 10
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
});
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
#### **Memory Management**
|
|
234
|
+
|
|
235
|
+
```javascript
|
|
236
|
+
// List all memories in namespace
|
|
237
|
+
await query({
|
|
238
|
+
mcp: {
|
|
239
|
+
server: 'claude-flow',
|
|
240
|
+
tool: 'memory_usage',
|
|
241
|
+
params: {
|
|
242
|
+
action: 'list',
|
|
243
|
+
namespace: 'backend-patterns'
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
});
|
|
247
|
+
|
|
248
|
+
// Delete memory
|
|
249
|
+
await query({
|
|
250
|
+
mcp: {
|
|
251
|
+
server: 'claude-flow',
|
|
252
|
+
tool: 'memory_usage',
|
|
253
|
+
params: {
|
|
254
|
+
action: 'delete',
|
|
255
|
+
key: 'old-pattern',
|
|
256
|
+
namespace: 'backend-patterns'
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
});
|
|
260
|
+
|
|
261
|
+
// Create memory backup
|
|
262
|
+
await query({
|
|
263
|
+
mcp: {
|
|
264
|
+
server: 'claude-flow',
|
|
265
|
+
tool: 'memory_backup',
|
|
266
|
+
params: { path: '/backups/memory-20241012.db' }
|
|
267
|
+
}
|
|
268
|
+
});
|
|
269
|
+
|
|
270
|
+
// Restore from backup
|
|
271
|
+
await query({
|
|
272
|
+
mcp: {
|
|
273
|
+
server: 'claude-flow',
|
|
274
|
+
tool: 'memory_restore',
|
|
275
|
+
params: { backupPath: '/backups/memory-20241012.db' }
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
### 3️⃣ Neural Networks & AI (15 tools)
|
|
283
|
+
|
|
284
|
+
Train and deploy neural networks with WASM acceleration.
|
|
285
|
+
|
|
286
|
+
#### **Neural Training**
|
|
287
|
+
|
|
288
|
+
```javascript
|
|
289
|
+
// Train neural patterns
|
|
290
|
+
await query({
|
|
291
|
+
mcp: {
|
|
292
|
+
server: 'claude-flow',
|
|
293
|
+
tool: 'neural_train',
|
|
294
|
+
params: {
|
|
295
|
+
pattern_type: 'coordination', // optimization, prediction
|
|
296
|
+
training_data: JSON.stringify({
|
|
297
|
+
inputs: [...],
|
|
298
|
+
outputs: [...]
|
|
299
|
+
}),
|
|
300
|
+
epochs: 50
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
// Check training status
|
|
306
|
+
await query({
|
|
307
|
+
mcp: {
|
|
308
|
+
server: 'claude-flow',
|
|
309
|
+
tool: 'neural_status',
|
|
310
|
+
params: { modelId: 'model-123' }
|
|
311
|
+
}
|
|
312
|
+
});
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
#### **Neural Inference**
|
|
316
|
+
|
|
317
|
+
```javascript
|
|
318
|
+
// Run inference
|
|
319
|
+
await query({
|
|
320
|
+
mcp: {
|
|
321
|
+
server: 'claude-flow',
|
|
322
|
+
tool: 'neural_predict',
|
|
323
|
+
params: {
|
|
324
|
+
modelId: 'model-123',
|
|
325
|
+
input: JSON.stringify({ features: [...] })
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
});
|
|
329
|
+
|
|
330
|
+
// Analyze cognitive patterns
|
|
331
|
+
await query({
|
|
332
|
+
mcp: {
|
|
333
|
+
server: 'claude-flow',
|
|
334
|
+
tool: 'neural_patterns',
|
|
335
|
+
params: {
|
|
336
|
+
action: 'analyze', // learn, predict
|
|
337
|
+
operation: 'code-review',
|
|
338
|
+
outcome: 'success'
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
#### **Model Management**
|
|
345
|
+
|
|
346
|
+
```javascript
|
|
347
|
+
// Load pre-trained model
|
|
348
|
+
await query({
|
|
349
|
+
mcp: {
|
|
350
|
+
server: 'claude-flow',
|
|
351
|
+
tool: 'model_load',
|
|
352
|
+
params: { modelPath: '/models/pretrained-v1.onnx' }
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
|
|
356
|
+
// Save trained model
|
|
357
|
+
await query({
|
|
358
|
+
mcp: {
|
|
359
|
+
server: 'claude-flow',
|
|
360
|
+
tool: 'model_save',
|
|
361
|
+
params: {
|
|
362
|
+
modelId: 'model-123',
|
|
363
|
+
path: '/models/custom-v1.onnx'
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
});
|
|
367
|
+
|
|
368
|
+
// Compress model for faster inference
|
|
369
|
+
await query({
|
|
370
|
+
mcp: {
|
|
371
|
+
server: 'claude-flow',
|
|
372
|
+
tool: 'neural_compress',
|
|
373
|
+
params: {
|
|
374
|
+
modelId: 'model-123',
|
|
375
|
+
ratio: 0.5 // 50% compression
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
});
|
|
379
|
+
```
|
|
380
|
+
|
|
381
|
+
---
|
|
382
|
+
|
|
383
|
+
### 4️⃣ Cloud Execution & Sandboxes (24 tools)
|
|
384
|
+
|
|
385
|
+
Execute code in isolated cloud environments.
|
|
386
|
+
|
|
387
|
+
#### **Sandbox Management (Flow Nexus)**
|
|
388
|
+
|
|
389
|
+
```javascript
|
|
390
|
+
// Create execution sandbox
|
|
391
|
+
await query({
|
|
392
|
+
mcp: {
|
|
393
|
+
server: 'flow-nexus',
|
|
394
|
+
tool: 'sandbox_create',
|
|
395
|
+
params: {
|
|
396
|
+
template: 'node', // python, react, nextjs, claude-code
|
|
397
|
+
name: 'api-dev',
|
|
398
|
+
env_vars: {
|
|
399
|
+
DATABASE_URL: 'postgresql://...',
|
|
400
|
+
API_KEY: 'sk-...'
|
|
401
|
+
},
|
|
402
|
+
timeout: 3600 // 1 hour
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
});
|
|
406
|
+
|
|
407
|
+
// Execute code in sandbox
|
|
408
|
+
await query({
|
|
409
|
+
mcp: {
|
|
410
|
+
server: 'flow-nexus',
|
|
411
|
+
tool: 'sandbox_execute',
|
|
412
|
+
params: {
|
|
413
|
+
sandbox_id: 'sandbox-789',
|
|
414
|
+
code: 'console.log("Hello from sandbox!")',
|
|
415
|
+
language: 'javascript',
|
|
416
|
+
timeout: 60
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
|
|
421
|
+
// Upload file to sandbox
|
|
422
|
+
await query({
|
|
423
|
+
mcp: {
|
|
424
|
+
server: 'flow-nexus',
|
|
425
|
+
tool: 'sandbox_upload',
|
|
426
|
+
params: {
|
|
427
|
+
sandbox_id: 'sandbox-789',
|
|
428
|
+
file_path: '/app/config.json',
|
|
429
|
+
content: JSON.stringify({ port: 3000 })
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
});
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
#### **Sandbox Operations**
|
|
436
|
+
|
|
437
|
+
```javascript
|
|
438
|
+
// Get sandbox status
|
|
439
|
+
await query({
|
|
440
|
+
mcp: {
|
|
441
|
+
server: 'flow-nexus',
|
|
442
|
+
tool: 'sandbox_status',
|
|
443
|
+
params: { sandbox_id: 'sandbox-789' }
|
|
444
|
+
}
|
|
445
|
+
});
|
|
446
|
+
|
|
447
|
+
// List all sandboxes
|
|
448
|
+
await query({
|
|
449
|
+
mcp: {
|
|
450
|
+
server: 'flow-nexus',
|
|
451
|
+
tool: 'sandbox_list',
|
|
452
|
+
params: { status: 'running' } // running, stopped, all
|
|
453
|
+
}
|
|
454
|
+
});
|
|
455
|
+
|
|
456
|
+
// Configure sandbox environment
|
|
457
|
+
await query({
|
|
458
|
+
mcp: {
|
|
459
|
+
server: 'flow-nexus',
|
|
460
|
+
tool: 'sandbox_configure',
|
|
461
|
+
params: {
|
|
462
|
+
sandbox_id: 'sandbox-789',
|
|
463
|
+
env_vars: { NEW_VAR: 'value' },
|
|
464
|
+
install_packages: ['express', 'axios']
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
});
|
|
468
|
+
|
|
469
|
+
// Stop sandbox
|
|
470
|
+
await query({
|
|
471
|
+
mcp: {
|
|
472
|
+
server: 'flow-nexus',
|
|
473
|
+
tool: 'sandbox_stop',
|
|
474
|
+
params: { sandbox_id: 'sandbox-789' }
|
|
475
|
+
}
|
|
476
|
+
});
|
|
477
|
+
|
|
478
|
+
// Delete sandbox
|
|
479
|
+
await query({
|
|
480
|
+
mcp: {
|
|
481
|
+
server: 'flow-nexus',
|
|
482
|
+
tool: 'sandbox_delete',
|
|
483
|
+
params: { sandbox_id: 'sandbox-789' }
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
```
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
### 5️⃣ GitHub Integration (16 tools)
|
|
491
|
+
|
|
492
|
+
Comprehensive GitHub workflow automation.
|
|
493
|
+
|
|
494
|
+
#### **Repository Management**
|
|
495
|
+
|
|
496
|
+
```javascript
|
|
497
|
+
// Analyze repository
|
|
498
|
+
await query({
|
|
499
|
+
mcp: {
|
|
500
|
+
server: 'claude-flow',
|
|
501
|
+
tool: 'github_repo_analyze',
|
|
502
|
+
params: {
|
|
503
|
+
repo: 'ruvnet/agentic-flow',
|
|
504
|
+
analysis_type: 'code_quality' // performance, security
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
});
|
|
508
|
+
|
|
509
|
+
// Manage pull requests
|
|
510
|
+
await query({
|
|
511
|
+
mcp: {
|
|
512
|
+
server: 'claude-flow',
|
|
513
|
+
tool: 'github_pr_manage',
|
|
514
|
+
params: {
|
|
515
|
+
repo: 'ruvnet/agentic-flow',
|
|
516
|
+
pr_number: 123,
|
|
517
|
+
action: 'review' // merge, close
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
});
|
|
521
|
+
|
|
522
|
+
// Code review with AI
|
|
523
|
+
await query({
|
|
524
|
+
mcp: {
|
|
525
|
+
server: 'claude-flow',
|
|
526
|
+
tool: 'github_code_review',
|
|
527
|
+
params: {
|
|
528
|
+
repo: 'ruvnet/agentic-flow',
|
|
529
|
+
pr: 123
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
});
|
|
533
|
+
```
|
|
534
|
+
|
|
535
|
+
#### **Issue & Project Management**
|
|
536
|
+
|
|
537
|
+
```javascript
|
|
538
|
+
// Track issues intelligently
|
|
539
|
+
await query({
|
|
540
|
+
mcp: {
|
|
541
|
+
server: 'claude-flow',
|
|
542
|
+
tool: 'github_issue_track',
|
|
543
|
+
params: {
|
|
544
|
+
repo: 'ruvnet/agentic-flow',
|
|
545
|
+
action: 'triage' // assign, label, close
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
});
|
|
549
|
+
|
|
550
|
+
// Coordinate releases
|
|
551
|
+
await query({
|
|
552
|
+
mcp: {
|
|
553
|
+
server: 'claude-flow',
|
|
554
|
+
tool: 'github_release_coord',
|
|
555
|
+
params: {
|
|
556
|
+
repo: 'ruvnet/agentic-flow',
|
|
557
|
+
version: 'v1.6.0'
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
});
|
|
561
|
+
|
|
562
|
+
// Automate workflows
|
|
563
|
+
await query({
|
|
564
|
+
mcp: {
|
|
565
|
+
server: 'claude-flow',
|
|
566
|
+
tool: 'github_workflow_auto',
|
|
567
|
+
params: {
|
|
568
|
+
repo: 'ruvnet/agentic-flow',
|
|
569
|
+
workflow: {
|
|
570
|
+
trigger: 'push',
|
|
571
|
+
actions: ['test', 'build', 'deploy']
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
});
|
|
576
|
+
```
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
|
|
580
|
+
### 6️⃣ Payment Authorization (12 tools)
|
|
581
|
+
|
|
582
|
+
AI-native payment authorization with Active Mandates.
|
|
583
|
+
|
|
584
|
+
#### **Mandate Management (Agentic Payments)**
|
|
585
|
+
|
|
586
|
+
```javascript
|
|
587
|
+
// Create payment mandate
|
|
588
|
+
await query({
|
|
589
|
+
mcp: {
|
|
590
|
+
server: 'agentic-payments',
|
|
591
|
+
tool: 'create_active_mandate',
|
|
592
|
+
params: {
|
|
593
|
+
agent: 'shopping-bot@agentics',
|
|
594
|
+
holder: 'user-123',
|
|
595
|
+
amount: 12000, // $120.00 in cents
|
|
596
|
+
currency: 'USD',
|
|
597
|
+
period: 'monthly',
|
|
598
|
+
kind: 'intent',
|
|
599
|
+
merchant_allow: ['amazon.com', 'ebay.com'],
|
|
600
|
+
expires_at: '2025-01-12T00:00:00Z'
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
});
|
|
604
|
+
|
|
605
|
+
// Sign mandate with Ed25519
|
|
606
|
+
await query({
|
|
607
|
+
mcp: {
|
|
608
|
+
server: 'agentic-payments',
|
|
609
|
+
tool: 'sign_mandate',
|
|
610
|
+
params: {
|
|
611
|
+
mandate: { ... },
|
|
612
|
+
private_key: 'ed25519-private-key-hex'
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
});
|
|
616
|
+
|
|
617
|
+
// Verify mandate signature
|
|
618
|
+
await query({
|
|
619
|
+
mcp: {
|
|
620
|
+
server: 'agentic-payments',
|
|
621
|
+
tool: 'verify_mandate',
|
|
622
|
+
params: {
|
|
623
|
+
signed_mandate: { ... },
|
|
624
|
+
check_guards: true // Check expiration, revocation
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
});
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
#### **Payment Operations**
|
|
631
|
+
|
|
632
|
+
```javascript
|
|
633
|
+
// Create intent-based mandate
|
|
634
|
+
await query({
|
|
635
|
+
mcp: {
|
|
636
|
+
server: 'agentic-payments',
|
|
637
|
+
tool: 'create_intent_mandate',
|
|
638
|
+
params: {
|
|
639
|
+
merchant_id: 'shop-456',
|
|
640
|
+
customer_id: 'user-123',
|
|
641
|
+
intent: 'Purchase office supplies under $100',
|
|
642
|
+
max_amount: 100.00,
|
|
643
|
+
currency: 'USD'
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
});
|
|
647
|
+
|
|
648
|
+
// Create cart-based mandate
|
|
649
|
+
await query({
|
|
650
|
+
mcp: {
|
|
651
|
+
server: 'agentic-payments',
|
|
652
|
+
tool: 'create_cart_mandate',
|
|
653
|
+
params: {
|
|
654
|
+
merchant_id: 'shop-456',
|
|
655
|
+
customer_id: 'user-123',
|
|
656
|
+
items: [
|
|
657
|
+
{ id: 'item-1', name: 'Laptop', quantity: 1, unit_price: 120000 },
|
|
658
|
+
{ id: 'item-2', name: 'Mouse', quantity: 2, unit_price: 2500 }
|
|
659
|
+
],
|
|
660
|
+
currency: 'USD'
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
});
|
|
664
|
+
|
|
665
|
+
// Revoke mandate
|
|
666
|
+
await query({
|
|
667
|
+
mcp: {
|
|
668
|
+
server: 'agentic-payments',
|
|
669
|
+
tool: 'revoke_mandate',
|
|
670
|
+
params: {
|
|
671
|
+
mandate_id: 'mandate-789',
|
|
672
|
+
reason: 'User cancelled subscription'
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
});
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
---
|
|
679
|
+
|
|
680
|
+
### 7️⃣ Workflow Automation (22 tools)
|
|
681
|
+
|
|
682
|
+
Event-driven workflow execution with message queues.
|
|
683
|
+
|
|
684
|
+
#### **Workflow Creation & Execution**
|
|
685
|
+
|
|
686
|
+
```javascript
|
|
687
|
+
// Create workflow
|
|
688
|
+
await query({
|
|
689
|
+
mcp: {
|
|
690
|
+
server: 'flow-nexus',
|
|
691
|
+
tool: 'workflow_create',
|
|
692
|
+
params: {
|
|
693
|
+
name: 'code-review-pipeline',
|
|
694
|
+
steps: [
|
|
695
|
+
{ type: 'checkout', params: { branch: 'main' } },
|
|
696
|
+
{ type: 'test', params: { coverage: 80 } },
|
|
697
|
+
{ type: 'review', params: { reviewers: 2 } },
|
|
698
|
+
{ type: 'merge', params: { strategy: 'squash' } }
|
|
699
|
+
],
|
|
700
|
+
triggers: ['pull_request.opened', 'push.main']
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
});
|
|
704
|
+
|
|
705
|
+
// Execute workflow
|
|
706
|
+
await query({
|
|
707
|
+
mcp: {
|
|
708
|
+
server: 'flow-nexus',
|
|
709
|
+
tool: 'workflow_execute',
|
|
710
|
+
params: {
|
|
711
|
+
workflow_id: 'workflow-456',
|
|
712
|
+
input_data: { pr_number: 123 },
|
|
713
|
+
async: true // Run via message queue
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
});
|
|
717
|
+
|
|
718
|
+
// Get workflow status
|
|
719
|
+
await query({
|
|
720
|
+
mcp: {
|
|
721
|
+
server: 'flow-nexus',
|
|
722
|
+
tool: 'workflow_status',
|
|
723
|
+
params: {
|
|
724
|
+
workflow_id: 'workflow-456',
|
|
725
|
+
include_metrics: true
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
});
|
|
729
|
+
```
|
|
730
|
+
|
|
731
|
+
#### **Advanced Workflow Features**
|
|
732
|
+
|
|
733
|
+
```javascript
|
|
734
|
+
// Assign optimal agent to task
|
|
735
|
+
await query({
|
|
736
|
+
mcp: {
|
|
737
|
+
server: 'flow-nexus',
|
|
738
|
+
tool: 'workflow_agent_assign',
|
|
739
|
+
params: {
|
|
740
|
+
task_id: 'task-789',
|
|
741
|
+
agent_type: 'coder',
|
|
742
|
+
use_vector_similarity: true
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
});
|
|
746
|
+
|
|
747
|
+
// Check message queue status
|
|
748
|
+
await query({
|
|
749
|
+
mcp: {
|
|
750
|
+
server: 'flow-nexus',
|
|
751
|
+
tool: 'workflow_queue_status',
|
|
752
|
+
params: {
|
|
753
|
+
queue_name: 'code-review-queue',
|
|
754
|
+
include_messages: true
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
});
|
|
758
|
+
|
|
759
|
+
// Get workflow audit trail
|
|
760
|
+
await query({
|
|
761
|
+
mcp: {
|
|
762
|
+
server: 'flow-nexus',
|
|
763
|
+
tool: 'workflow_audit_trail',
|
|
764
|
+
params: {
|
|
765
|
+
workflow_id: 'workflow-456',
|
|
766
|
+
start_time: '2024-10-01T00:00:00Z',
|
|
767
|
+
limit: 50
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
});
|
|
771
|
+
```
|
|
772
|
+
|
|
773
|
+
---
|
|
774
|
+
|
|
775
|
+
### 8️⃣ Performance & Monitoring (18 tools)
|
|
776
|
+
|
|
777
|
+
Real-time metrics, benchmarks, and optimization.
|
|
778
|
+
|
|
779
|
+
#### **Performance Tracking**
|
|
780
|
+
|
|
781
|
+
```javascript
|
|
782
|
+
// Generate performance report
|
|
783
|
+
await query({
|
|
784
|
+
mcp: {
|
|
785
|
+
server: 'claude-flow',
|
|
786
|
+
tool: 'performance_report',
|
|
787
|
+
params: {
|
|
788
|
+
timeframe: '24h', // 7d, 30d
|
|
789
|
+
format: 'detailed' // summary, json
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
});
|
|
793
|
+
|
|
794
|
+
// Analyze bottlenecks
|
|
795
|
+
await query({
|
|
796
|
+
mcp: {
|
|
797
|
+
server: 'claude-flow',
|
|
798
|
+
tool: 'bottleneck_analyze',
|
|
799
|
+
params: {
|
|
800
|
+
component: 'swarm-coordinator',
|
|
801
|
+
metrics: ['latency', 'throughput', 'error_rate']
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
});
|
|
805
|
+
|
|
806
|
+
// Track token usage
|
|
807
|
+
await query({
|
|
808
|
+
mcp: {
|
|
809
|
+
server: 'claude-flow',
|
|
810
|
+
tool: 'token_usage',
|
|
811
|
+
params: {
|
|
812
|
+
operation: 'code-review',
|
|
813
|
+
timeframe: '24h'
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
});
|
|
817
|
+
```
|
|
818
|
+
|
|
819
|
+
#### **Benchmarking**
|
|
820
|
+
|
|
821
|
+
```javascript
|
|
822
|
+
// Run performance benchmarks
|
|
823
|
+
await query({
|
|
824
|
+
mcp: {
|
|
825
|
+
server: 'claude-flow',
|
|
826
|
+
tool: 'benchmark_run',
|
|
827
|
+
params: {
|
|
828
|
+
suite: 'swarm', // wasm, agent, task
|
|
829
|
+
iterations: 10
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
});
|
|
833
|
+
|
|
834
|
+
// Collect system metrics
|
|
835
|
+
await query({
|
|
836
|
+
mcp: {
|
|
837
|
+
server: 'claude-flow',
|
|
838
|
+
tool: 'metrics_collect',
|
|
839
|
+
params: {
|
|
840
|
+
components: ['gateway', 'agents', 'memory']
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
});
|
|
844
|
+
|
|
845
|
+
// Analyze performance trends
|
|
846
|
+
await query({
|
|
847
|
+
mcp: {
|
|
848
|
+
server: 'claude-flow',
|
|
849
|
+
tool: 'trend_analysis',
|
|
850
|
+
params: {
|
|
851
|
+
metric: 'response_time',
|
|
852
|
+
period: '7d'
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
});
|
|
856
|
+
```
|
|
857
|
+
|
|
858
|
+
---
|
|
859
|
+
|
|
860
|
+
### 9️⃣ App Store & Templates (12 tools)
|
|
861
|
+
|
|
862
|
+
Deploy pre-built applications and templates.
|
|
863
|
+
|
|
864
|
+
#### **Template Management**
|
|
865
|
+
|
|
866
|
+
```javascript
|
|
867
|
+
// List available templates
|
|
868
|
+
await query({
|
|
869
|
+
mcp: {
|
|
870
|
+
server: 'flow-nexus',
|
|
871
|
+
tool: 'template_list',
|
|
872
|
+
params: {
|
|
873
|
+
category: 'web-apps',
|
|
874
|
+
featured: true,
|
|
875
|
+
limit: 20
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
});
|
|
879
|
+
|
|
880
|
+
// Get template details
|
|
881
|
+
await query({
|
|
882
|
+
mcp: {
|
|
883
|
+
server: 'flow-nexus',
|
|
884
|
+
tool: 'template_get',
|
|
885
|
+
params: {
|
|
886
|
+
template_id: 'template-123'
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
});
|
|
890
|
+
|
|
891
|
+
// Deploy template
|
|
892
|
+
await query({
|
|
893
|
+
mcp: {
|
|
894
|
+
server: 'flow-nexus',
|
|
895
|
+
tool: 'template_deploy',
|
|
896
|
+
params: {
|
|
897
|
+
template_id: 'template-123',
|
|
898
|
+
deployment_name: 'my-app',
|
|
899
|
+
variables: {
|
|
900
|
+
anthropic_api_key: 'sk-ant-...',
|
|
901
|
+
port: 3000
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
});
|
|
906
|
+
```
|
|
907
|
+
|
|
908
|
+
#### **App Publishing**
|
|
909
|
+
|
|
910
|
+
```javascript
|
|
911
|
+
// Publish app to store
|
|
912
|
+
await query({
|
|
913
|
+
mcp: {
|
|
914
|
+
server: 'flow-nexus',
|
|
915
|
+
tool: 'app_store_publish_app',
|
|
916
|
+
params: {
|
|
917
|
+
name: 'Code Review Bot',
|
|
918
|
+
description: 'Automated code review with AI',
|
|
919
|
+
category: 'development',
|
|
920
|
+
source_code: '...',
|
|
921
|
+
tags: ['code-review', 'ai', 'automation'],
|
|
922
|
+
version: '1.0.0'
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
});
|
|
926
|
+
|
|
927
|
+
// List user's apps
|
|
928
|
+
await query({
|
|
929
|
+
mcp: {
|
|
930
|
+
server: 'flow-nexus',
|
|
931
|
+
tool: 'app_installed',
|
|
932
|
+
params: { user_id: 'user-123' }
|
|
933
|
+
}
|
|
934
|
+
});
|
|
935
|
+
|
|
936
|
+
// Get app analytics
|
|
937
|
+
await query({
|
|
938
|
+
mcp: {
|
|
939
|
+
server: 'flow-nexus',
|
|
940
|
+
tool: 'app_analytics',
|
|
941
|
+
params: {
|
|
942
|
+
app_id: 'app-456',
|
|
943
|
+
timeframe: '30d'
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
});
|
|
947
|
+
```
|
|
948
|
+
|
|
949
|
+
---
|
|
950
|
+
|
|
951
|
+
### 🔟 User Management & Auth (16 tools)
|
|
952
|
+
|
|
953
|
+
Authentication, authorization, and user operations.
|
|
954
|
+
|
|
955
|
+
#### **Authentication (Flow Nexus)**
|
|
956
|
+
|
|
957
|
+
```javascript
|
|
958
|
+
// Register new user
|
|
959
|
+
await query({
|
|
960
|
+
mcp: {
|
|
961
|
+
server: 'flow-nexus',
|
|
962
|
+
tool: 'user_register',
|
|
963
|
+
params: {
|
|
964
|
+
email: 'user@example.com',
|
|
965
|
+
password: 'secure-password',
|
|
966
|
+
full_name: 'John Doe'
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
});
|
|
970
|
+
|
|
971
|
+
// Login user
|
|
972
|
+
await query({
|
|
973
|
+
mcp: {
|
|
974
|
+
server: 'flow-nexus',
|
|
975
|
+
tool: 'user_login',
|
|
976
|
+
params: {
|
|
977
|
+
email: 'user@example.com',
|
|
978
|
+
password: 'secure-password'
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
});
|
|
982
|
+
|
|
983
|
+
// Logout user
|
|
984
|
+
await query({
|
|
985
|
+
mcp: {
|
|
986
|
+
server: 'flow-nexus',
|
|
987
|
+
tool: 'user_logout',
|
|
988
|
+
params: {}
|
|
989
|
+
}
|
|
990
|
+
});
|
|
991
|
+
```
|
|
992
|
+
|
|
993
|
+
#### **User Profile Management**
|
|
994
|
+
|
|
995
|
+
```javascript
|
|
996
|
+
// Get user profile
|
|
997
|
+
await query({
|
|
998
|
+
mcp: {
|
|
999
|
+
server: 'flow-nexus',
|
|
1000
|
+
tool: 'user_profile',
|
|
1001
|
+
params: { user_id: 'user-123' }
|
|
1002
|
+
}
|
|
1003
|
+
});
|
|
1004
|
+
|
|
1005
|
+
// Update profile
|
|
1006
|
+
await query({
|
|
1007
|
+
mcp: {
|
|
1008
|
+
server: 'flow-nexus',
|
|
1009
|
+
tool: 'user_update_profile',
|
|
1010
|
+
params: {
|
|
1011
|
+
user_id: 'user-123',
|
|
1012
|
+
updates: {
|
|
1013
|
+
full_name: 'John Smith',
|
|
1014
|
+
avatar_url: 'https://...'
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
});
|
|
1019
|
+
|
|
1020
|
+
// Get user statistics
|
|
1021
|
+
await query({
|
|
1022
|
+
mcp: {
|
|
1023
|
+
server: 'flow-nexus',
|
|
1024
|
+
tool: 'user_stats',
|
|
1025
|
+
params: { user_id: 'user-123' }
|
|
1026
|
+
}
|
|
1027
|
+
});
|
|
1028
|
+
```
|
|
1029
|
+
|
|
1030
|
+
---
|
|
1031
|
+
|
|
1032
|
+
## 🛠️ Tool Usage Patterns
|
|
1033
|
+
|
|
1034
|
+
### Pattern 1: Sequential Task Execution
|
|
1035
|
+
|
|
1036
|
+
```javascript
|
|
1037
|
+
// Step 1: Initialize swarm
|
|
1038
|
+
const swarm = await query({ mcp: { server: 'claude-flow', tool: 'swarm_init', params: { topology: 'mesh' } }});
|
|
1039
|
+
|
|
1040
|
+
// Step 2: Spawn agents
|
|
1041
|
+
await query({ mcp: { server: 'claude-flow', tool: 'agent_spawn', params: { type: 'coder' } }});
|
|
1042
|
+
await query({ mcp: { server: 'claude-flow', tool: 'agent_spawn', params: { type: 'tester' } }});
|
|
1043
|
+
|
|
1044
|
+
// Step 3: Execute task
|
|
1045
|
+
const result = await query({ mcp: { server: 'claude-flow', tool: 'task_orchestrate', params: { task: '...' } }});
|
|
1046
|
+
|
|
1047
|
+
// Step 4: Clean up
|
|
1048
|
+
await query({ mcp: { server: 'claude-flow', tool: 'swarm_destroy', params: { swarmId: swarm.id } }});
|
|
1049
|
+
```
|
|
1050
|
+
|
|
1051
|
+
### Pattern 2: Memory-Augmented Execution
|
|
1052
|
+
|
|
1053
|
+
```javascript
|
|
1054
|
+
// Retrieve relevant memories
|
|
1055
|
+
const memories = await query({
|
|
1056
|
+
mcp: { server: 'claude-flow', tool: 'memory_search', params: { pattern: 'api-design' } }
|
|
1057
|
+
});
|
|
1058
|
+
|
|
1059
|
+
// Execute task with memory context
|
|
1060
|
+
const result = await executeTask({ context: memories });
|
|
1061
|
+
|
|
1062
|
+
// Store new experience
|
|
1063
|
+
await query({
|
|
1064
|
+
mcp: { server: 'claude-flow', tool: 'memory_usage', params: {
|
|
1065
|
+
action: 'store',
|
|
1066
|
+
key: 'new-pattern',
|
|
1067
|
+
value: JSON.stringify(result)
|
|
1068
|
+
}}
|
|
1069
|
+
});
|
|
1070
|
+
```
|
|
1071
|
+
|
|
1072
|
+
### Pattern 3: Cloud-Native Development
|
|
1073
|
+
|
|
1074
|
+
```javascript
|
|
1075
|
+
// Create sandbox
|
|
1076
|
+
const sandbox = await query({
|
|
1077
|
+
mcp: { server: 'flow-nexus', tool: 'sandbox_create', params: { template: 'node' } }
|
|
1078
|
+
});
|
|
1079
|
+
|
|
1080
|
+
// Execute code
|
|
1081
|
+
await query({
|
|
1082
|
+
mcp: { server: 'flow-nexus', tool: 'sandbox_execute', params: {
|
|
1083
|
+
sandbox_id: sandbox.id,
|
|
1084
|
+
code: 'npm install && npm test'
|
|
1085
|
+
}}
|
|
1086
|
+
});
|
|
1087
|
+
|
|
1088
|
+
// Get results
|
|
1089
|
+
const logs = await query({
|
|
1090
|
+
mcp: { server: 'flow-nexus', tool: 'sandbox_logs', params: { sandbox_id: sandbox.id } }
|
|
1091
|
+
});
|
|
1092
|
+
|
|
1093
|
+
// Cleanup
|
|
1094
|
+
await query({
|
|
1095
|
+
mcp: { server: 'flow-nexus', tool: 'sandbox_delete', params: { sandbox_id: sandbox.id } }
|
|
1096
|
+
});
|
|
1097
|
+
```
|
|
1098
|
+
|
|
1099
|
+
---
|
|
1100
|
+
|
|
1101
|
+
## 📊 Tool Performance Benchmarks
|
|
1102
|
+
|
|
1103
|
+
### Latency Comparison
|
|
1104
|
+
|
|
1105
|
+
| Tool Category | Average Latency | P99 Latency | Throughput |
|
|
1106
|
+
|---------------|----------------|-------------|------------|
|
|
1107
|
+
| **Memory Operations** | 5ms | 12ms | 10K ops/sec |
|
|
1108
|
+
| **Swarm Management** | 50ms | 120ms | 500 ops/sec |
|
|
1109
|
+
| **Neural Inference** | 15ms | 35ms | 2K ops/sec |
|
|
1110
|
+
| **Sandbox Creation** | 2s | 5s | 50 ops/min |
|
|
1111
|
+
| **GitHub Integration** | 200ms | 800ms | 100 ops/sec |
|
|
1112
|
+
|
|
1113
|
+
### Cost Optimization
|
|
1114
|
+
|
|
1115
|
+
| Operation | Without MCP | With MCP | Savings |
|
|
1116
|
+
|-----------|------------|----------|---------|
|
|
1117
|
+
| **Code Review** | $0.15 (LLM) | $0.02 (cached) | 87% |
|
|
1118
|
+
| **Memory Retrieval** | $0.05 (LLM) | $0.00 (local) | 100% |
|
|
1119
|
+
| **Task Orchestration** | $0.30 (manual) | $0.05 (auto) | 83% |
|
|
1120
|
+
|
|
1121
|
+
---
|
|
1122
|
+
|
|
1123
|
+
## 🔗 Related Documentation
|
|
1124
|
+
|
|
1125
|
+
### Core Components
|
|
1126
|
+
- [← Back to Main README](https://github.com/ruvnet/agentic-flow/blob/main/README.md)
|
|
1127
|
+
- [Agent Booster (Code Transformations)](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/AGENT-BOOSTER.md)
|
|
1128
|
+
- [ReasoningBank (Learning Memory)](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/REASONINGBANK.md)
|
|
1129
|
+
- [Multi-Model Router (Cost Optimization)](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/MULTI-MODEL-ROUTER.md)
|
|
1130
|
+
|
|
1131
|
+
### Advanced Topics
|
|
1132
|
+
- [Deployment Options →](https://github.com/ruvnet/agentic-flow/blob/main/docs/guides/DEPLOYMENT.md)
|
|
1133
|
+
- [Performance Benchmarks](https://github.com/ruvnet/agentic-flow/blob/main/docs/agentic-flow/benchmarks/README.md)
|
|
1134
|
+
- [API Reference](https://docs.rs/agentic-flow)
|
|
1135
|
+
|
|
1136
|
+
### External Resources
|
|
1137
|
+
- [MCP Specification](https://modelcontextprotocol.io)
|
|
1138
|
+
- [Claude Agent SDK](https://docs.claude.com/en/api/agent-sdk)
|
|
1139
|
+
- [Flow Nexus Platform](https://flow-nexus.ruv.io)
|
|
1140
|
+
|
|
1141
|
+
---
|
|
1142
|
+
|
|
1143
|
+
## 🤝 Contributing
|
|
1144
|
+
|
|
1145
|
+
MCP tools are part of the agentic-flow ecosystem. Contributions welcome!
|
|
1146
|
+
|
|
1147
|
+
**Areas for Contribution:**
|
|
1148
|
+
- Additional tool implementations
|
|
1149
|
+
- Performance optimizations
|
|
1150
|
+
- New MCP server integrations
|
|
1151
|
+
- Documentation improvements
|
|
1152
|
+
- Usage examples
|
|
1153
|
+
|
|
1154
|
+
See [CONTRIBUTING.md](https://github.com/ruvnet/agentic-flow/blob/main/CONTRIBUTING.md) for guidelines.
|
|
1155
|
+
|
|
1156
|
+
---
|
|
1157
|
+
|
|
1158
|
+
## 📄 License
|
|
1159
|
+
|
|
1160
|
+
MIT License - see [LICENSE](https://github.com/ruvnet/agentic-flow/blob/main/LICENSE) for details.
|
|
1161
|
+
|
|
1162
|
+
---
|
|
1163
|
+
|
|
1164
|
+
**Access 213 AI agent capabilities across 4 MCP servers. Universal integration.** 🔧
|
|
1165
|
+
|
|
1166
|
+
[← Back to Main README](https://github.com/ruvnet/agentic-flow/blob/main/README.md)
|