├── .claude ├── agents │ ├── AIMDS │ │ └── AIMDS.md │ ├── analysis │ │ ├── code-analyzer.md │ │ └── code-review │ │ │ └── analyze-code-quality.md │ ├── architecture │ │ └── system-design │ │ │ └── arch-system-design.md │ ├── base-template-generator.md │ ├── consensus │ │ ├── byzantine-coordinator.md │ │ ├── crdt-synchronizer.md │ │ ├── gossip-coordinator.md │ │ ├── performance-benchmarker.md │ │ ├── quorum-manager.md │ │ ├── raft-manager.md │ │ └── security-manager.md │ ├── core │ │ ├── coder.md │ │ ├── planner.md │ │ ├── researcher.md │ │ ├── reviewer.md │ │ └── tester.md │ ├── data │ │ └── ml │ │ │ └── data-ml-model.md │ ├── development │ │ └── backend │ │ │ └── dev-backend-api.md │ ├── devops │ │ └── ci-cd │ │ │ └── ops-cicd-github.md │ ├── documentation │ │ └── api-docs │ │ │ └── docs-api-openapi.md │ ├── flow-nexus │ │ ├── app-store.md │ │ ├── authentication.md │ │ ├── challenges.md │ │ ├── neural-network.md │ │ ├── payments.md │ │ ├── sandbox.md │ │ ├── swarm.md │ │ ├── user-tools.md │ │ └── workflow.md │ ├── github │ │ ├── code-review-swarm.md │ │ ├── github-modes.md │ │ ├── issue-tracker.md │ │ ├── multi-repo-swarm.md │ │ ├── pr-manager.md │ │ ├── project-board-sync.md │ │ ├── release-manager.md │ │ ├── release-swarm.md │ │ ├── repo-architect.md │ │ ├── swarm-issue.md │ │ ├── swarm-pr.md │ │ ├── sync-coordinator.md │ │ └── workflow-automation.md │ ├── goal │ │ ├── code-goal-planner.md │ │ └── goal-planner.md │ ├── hive-mind │ │ ├── collective-intelligence-coordinator.md │ │ ├── queen-coordinator.md │ │ ├── scout-explorer.md │ │ ├── swarm-memory-manager.md │ │ └── worker-specialist.md │ ├── neural │ │ └── safla-neural.md │ ├── optimization │ │ ├── benchmark-suite.md │ │ ├── load-balancer.md │ │ ├── performance-monitor.md │ │ ├── resource-allocator.md │ │ └── topology-optimizer.md │ ├── reasoning │ │ ├── agent.md │ │ └── goal-planner.md │ ├── sparc │ │ ├── architecture.md │ │ ├── pseudocode.md │ │ ├── refinement.md │ │ └── specification.md │ ├── specialized │ │ └── mobile │ │ │ └── spec-mobile-react-native.md │ ├── swarm │ │ ├── adaptive-coordinator.md │ │ ├── hierarchical-coordinator.md │ │ └── mesh-coordinator.md │ ├── templates │ │ ├── automation-smart-agent.md │ │ ├── coordinator-swarm-init.md │ │ ├── github-pr-manager.md │ │ ├── implementer-sparc-coder.md │ │ ├── memory-coordinator.md │ │ ├── migration-plan.md │ │ ├── orchestrator-task.md │ │ ├── performance-analyzer.md │ │ └── sparc-coordinator.md │ └── testing │ │ ├── unit │ │ └── tdd-london-swarm.md │ │ └── validation │ │ └── production-validator.md ├── commands │ ├── agents │ │ ├── README.md │ │ ├── agent-capabilities.md │ │ ├── agent-coordination.md │ │ ├── agent-spawning.md │ │ └── agent-types.md │ ├── analysis │ │ ├── README.md │ │ ├── bottleneck-detect.md │ │ ├── performance-report.md │ │ ├── token-efficiency.md │ │ └── token-usage.md │ ├── automation │ │ ├── README.md │ │ ├── auto-agent.md │ │ ├── self-healing.md │ │ ├── session-memory.md │ │ ├── smart-agents.md │ │ ├── smart-spawn.md │ │ └── workflow-select.md │ ├── github │ │ ├── README.md │ │ ├── code-review.md │ │ ├── github-swarm.md │ │ ├── issue-triage.md │ │ ├── pr-enhance.md │ │ └── repo-analyze.md │ ├── hive-mind │ │ ├── README.md │ │ ├── hive-mind-consensus.md │ │ ├── hive-mind-init.md │ │ ├── hive-mind-memory.md │ │ ├── hive-mind-metrics.md │ │ ├── hive-mind-resume.md │ │ ├── hive-mind-sessions.md │ │ ├── hive-mind-spawn.md │ │ ├── hive-mind-status.md │ │ ├── hive-mind-stop.md │ │ ├── hive-mind-wizard.md │ │ └── hive-mind.md │ ├── hooks │ │ ├── README.md │ │ ├── post-edit.md │ │ ├── post-task.md │ │ ├── pre-edit.md │ │ ├── pre-task.md │ │ ├── session-end.md │ │ └── setup.md │ ├── monitoring │ │ ├── README.md │ │ ├── agent-metrics.md │ │ ├── agents.md │ │ ├── real-time-view.md │ │ ├── status.md │ │ └── swarm-monitor.md │ ├── optimization │ │ ├── README.md │ │ ├── auto-topology.md │ │ ├── cache-manage.md │ │ ├── parallel-execute.md │ │ ├── parallel-execution.md │ │ └── topology-optimize.md │ ├── sparc │ │ ├── analyzer.md │ │ ├── architect.md │ │ ├── batch-executor.md │ │ ├── coder.md │ │ ├── debugger.md │ │ ├── designer.md │ │ ├── documenter.md │ │ ├── innovator.md │ │ ├── memory-manager.md │ │ ├── optimizer.md │ │ ├── researcher.md │ │ ├── reviewer.md │ │ ├── swarm-coordinator.md │ │ ├── tdd.md │ │ ├── tester.md │ │ └── workflow-manager.md │ ├── swarm │ │ ├── README.md │ │ ├── swarm-analysis.md │ │ ├── swarm-background.md │ │ ├── swarm-init.md │ │ ├── swarm-modes.md │ │ ├── swarm-monitor.md │ │ ├── swarm-spawn.md │ │ ├── swarm-status.md │ │ ├── swarm-strategies.md │ │ └── swarm.md │ ├── training │ │ ├── README.md │ │ ├── model-update.md │ │ ├── neural-patterns.md │ │ ├── neural-train.md │ │ ├── pattern-learn.md │ │ └── specialization.md │ └── workflows │ │ ├── README.md │ │ ├── development.md │ │ ├── research.md │ │ ├── workflow-create.md │ │ ├── workflow-execute.md │ │ └── workflow-export.md ├── helpers │ ├── checkpoint-manager.sh │ ├── github-safe.js │ ├── github-setup.sh │ ├── quick-start.sh │ ├── setup-mcp.sh │ └── standard-checkpoint-hooks.sh ├── settings.json ├── skills │ ├── AIMDS │ │ └── SKILL.md │ ├── agentdb-advanced │ │ └── SKILL.md │ ├── agentdb-learning │ │ └── SKILL.md │ ├── agentdb-memory-patterns │ │ └── SKILL.md │ ├── agentdb-optimization │ │ └── SKILL.md │ ├── agentdb-vector-search │ │ └── SKILL.md │ ├── flow-nexus-neural │ │ └── SKILL.md │ ├── flow-nexus-platform │ │ └── SKILL.md │ ├── flow-nexus-swarm │ │ └── SKILL.md │ ├── github-code-review │ │ └── SKILL.md │ ├── github-multi-repo │ │ └── SKILL.md │ ├── github-project-management │ │ └── SKILL.md │ ├── github-release-management │ │ └── SKILL.md │ ├── github-workflow-automation │ │ └── SKILL.md │ ├── hive-mind-advanced │ │ └── SKILL.md │ ├── hooks-automation │ │ └── SKILL.md │ ├── pair-programming │ │ └── SKILL.md │ ├── performance-analysis │ │ └── SKILL.md │ ├── reasoningbank-agentdb │ │ └── SKILL.md │ ├── reasoningbank-intelligence │ │ └── SKILL.md │ ├── skill-builder │ │ └── SKILL.md │ ├── sparc-methodology │ │ └── SKILL.md │ ├── stream-chain │ │ └── SKILL.md │ ├── swarm-advanced │ │ └── SKILL.md │ ├── swarm-orchestration │ │ └── SKILL.md │ └── verification-quality │ │ └── SKILL.md └── statusline-command.sh ├── .env.example ├── .github └── workflows │ ├── release.yml │ └── rust-ci.yml ├── .gitignore ├── AIMDS ├── .dockerignore ├── .env.example ├── .gitignore ├── Cargo.toml ├── README.md ├── benches │ ├── analysis_bench.rs │ ├── detection_bench.rs │ ├── response_bench.rs │ ├── simple_analysis_bench.rs │ ├── simple_detection_bench.rs │ └── simple_response_bench.rs ├── crates │ ├── aimds-analysis │ │ ├── Cargo.toml │ │ ├── IMPLEMENTATION_SUMMARY.md │ │ ├── README.md │ │ ├── benches │ │ │ └── analysis_bench.rs │ │ ├── src │ │ │ ├── behavioral.rs │ │ │ ├── errors.rs │ │ │ ├── lib.rs │ │ │ ├── ltl_checker.rs │ │ │ ├── metrics.rs │ │ │ └── policy_verifier.rs │ │ └── tests │ │ │ └── integration_tests.rs │ ├── aimds-core │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src │ │ │ ├── config.rs │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ └── types.rs │ ├── aimds-detection │ │ ├── Cargo.toml │ │ ├── IMPLEMENTATION.md │ │ ├── README.md │ │ ├── benches │ │ │ └── detection_bench.rs │ │ ├── src │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ ├── pattern_matcher.rs │ │ │ ├── sanitizer.rs │ │ │ └── scheduler.rs │ │ └── tests │ │ │ └── detection_tests.rs │ └── aimds-response │ │ ├── Cargo.toml │ │ ├── IMPLEMENTATION.md │ │ ├── README.md │ │ ├── benches │ │ ├── meta_learning_bench.rs │ │ └── mitigation_bench.rs │ │ ├── examples │ │ ├── advanced_pipeline.rs │ │ └── basic_usage.rs │ │ ├── src │ │ ├── adaptive.rs │ │ ├── audit.rs │ │ ├── error.rs │ │ ├── lib.rs │ │ ├── meta_learning.rs │ │ ├── mitigations.rs │ │ └── rollback.rs │ │ └── tests │ │ ├── common │ │ └── mod.rs │ │ └── integration_tests.rs ├── docker-compose.yml ├── docker │ ├── Dockerfile.gateway │ ├── Dockerfile.node │ ├── Dockerfile.rust │ └── prometheus.yml ├── docs │ ├── ARCHITECTURE.md │ ├── CHANGELOG.md │ ├── IMPLEMENTATION_SUMMARY.md │ ├── INDEX.md │ ├── PROJECT_SUMMARY.md │ ├── README.md │ ├── guides │ │ ├── ARCHITECTURE.md │ │ ├── QUICK_START.md │ │ └── README.md │ └── status │ │ ├── BUILD_STATUS.md │ │ ├── COMPILATION_FIXES.md │ │ ├── CRATES_PUBLICATION_STATUS.md │ │ ├── FINAL_STATUS.md │ │ └── PROJECT_STATUS.md ├── examples │ └── basic-usage.ts ├── k8s │ ├── configmap.yaml │ ├── deployment.yaml │ └── service.yaml ├── package-lock.json ├── package.json ├── reports │ ├── CRITICAL_FIXES_REQUIRED.md │ ├── INTEGRATION_TEST_REPORT.md │ ├── INTEGRATION_VERIFICATION.md │ ├── RUST_TEST_REPORT.md │ ├── SECURITY_AUDIT_REPORT.md │ ├── TEST_RESULTS.md │ ├── TYPESCRIPT_TEST_REPORT.md │ └── VERIFICATION.md ├── scripts │ ├── load_test.ts │ ├── setup.sh │ └── verify-security-fixes.sh ├── src │ ├── agentdb │ │ ├── client.ts │ │ ├── reflexion.ts │ │ └── vector-search.ts │ ├── gateway │ │ ├── middleware.ts │ │ ├── router.ts │ │ └── server.ts │ ├── index.ts │ ├── lean-agentic │ │ ├── hash-cons.ts │ │ ├── theorem-prover.ts │ │ └── verifier.ts │ ├── monitoring │ │ ├── metrics.ts │ │ └── telemetry.ts │ ├── types │ │ └── index.ts │ └── utils │ │ ├── config.ts │ │ └── logger.ts ├── tests │ ├── benchmarks │ │ └── performance.bench.ts │ ├── e2e │ │ └── comprehensive.test.ts │ ├── integration │ │ └── gateway.test.ts │ └── unit │ │ └── agentdb.test.ts ├── tsconfig.json └── vitest.config.ts ├── BENCHMARKS_SUMMARY.md ├── CLAUDE.md ├── Cargo.toml ├── Cargo.toml.backup ├── FINAL_SESSION_SUMMARY.md ├── IMPLEMENTATION_COMPLETE.md ├── LICENSE ├── MIDSTREAMER_RENAME_STATUS.md ├── PUBLISHED_CRATES_ANNOUNCEMENT.md ├── README.md ├── TEST_RESULTS.md ├── VALIDATION_STATUS.md ├── benches ├── QUICK_REFERENCE.md ├── README.md ├── attractor_bench.rs ├── lean_agentic_bench.rs ├── meta_bench.rs ├── meta_bench.rs.backup ├── quic_bench.rs ├── scheduler_bench.rs ├── solver_bench.rs └── temporal_bench.rs ├── config └── default.toml ├── crates ├── nanosecond-scheduler │ ├── Cargo.toml │ └── src │ │ └── lib.rs ├── quic-multistream │ ├── BENCHMARK_IMPLEMENTATION.md │ ├── Cargo.toml │ ├── TEST_SUITE_SUMMARY.md │ ├── benches │ │ ├── README.md │ │ └── quic_bench.rs │ └── src │ │ ├── lib.rs │ │ ├── native.rs │ │ └── wasm.rs ├── strange-loop │ ├── Cargo.toml │ ├── benches │ │ └── meta_bench.rs │ └── src │ │ └── lib.rs ├── temporal-attractor-studio │ ├── Cargo.toml │ └── src │ │ └── lib.rs ├── temporal-compare │ ├── Cargo.toml │ └── src │ │ └── lib.rs └── temporal-neural-solver │ ├── Cargo.toml │ └── src │ └── lib.rs ├── docs ├── AIMDS_PUBLICATION_STATUS.md ├── ARCHITECTURE_CHECKLIST.md ├── ARCHITECTURE_SUMMARY.md ├── ARCHITECTURE_VALIDATION.md ├── ARCHITECTURE_VALIDATION_REPORT.md ├── BENCHMARK_EXECUTION_REPORT.md ├── BENCHMARK_GUIDE.md ├── BENCHMARK_RESULTS.md ├── BENCHMARK_SUMMARY.md ├── BUILD_SUMMARY.md ├── BUILD_VERIFICATION_REPORT.md ├── COMPILATION_FIXES_SUMMARY.md ├── COMPLETE_IMPLEMENTATION_SUCCESS_REPORT.md ├── COMPREHENSIVE_BENCHMARK_ANALYSIS.md ├── COORDINATION_REPORT.md ├── CRATES_IO_NAMING_CONFLICT.md ├── CRATE_STATUS.md ├── DEEP_CODE_ANALYSIS.md ├── DEPENDENCY_GRAPH.md ├── DOCUMENTATION_UPDATE_SUMMARY.md ├── EXECUTIVE_SUMMARY.md ├── FINAL_IMPLEMENTATION_STATUS.md ├── FINAL_VALIDATION.md ├── FINAL_VALIDATION_REPORT.md ├── FUNCTIONALITY_VERIFICATION.md ├── GAP_ANALYSIS.md ├── IMPLEMENTATION_COMPLETE_SUMMARY.md ├── IMPLEMENTATION_FINAL_REPORT.md ├── INTEGRATION_TESTS_SUMMARY.md ├── INTEGRATION_TEST_GUIDE.md ├── NAN_PANIC_FIX_SUMMARY.md ├── NPM_WASM_OPTIMIZATION.md ├── PATTERN_DETECTION_IMPLEMENTATION.md ├── PATTERN_DETECTION_README.md ├── PERFORMANCE_VALIDATION.md ├── PERFORMANCE_VALIDATION_SUMMARY.md ├── PUBLISHED_CRATES_GUIDE.md ├── QUALITY_REVIEW_REPORT.md ├── QUICK_BENCHMARK_GUIDE.md ├── QUICK_FIX_CHECKLIST.md ├── QUICK_START.md ├── QUICK_TEST_GUIDE.md ├── SECURITY_ANALYSIS_REPORT.md ├── SECURITY_AUDIT_SUMMARY.md ├── SECURITY_VULNERABILITY_REPORT.md ├── TEST_SUMMARY.md ├── TEST_VERIFICATION_REPORT.md ├── VALIDATION_EXECUTIVE_SUMMARY.md ├── WASM_TEST_RESULTS.md ├── WASM_VALIDATION_REPORT.md ├── WASM_VALIDATION_SUMMARY.md ├── api-reference.md ├── crates-io-integration-review.md ├── crates-quality-report.md ├── quic-architecture.md └── temporal_compare_api_verification.md ├── examples ├── lean_agentic_streaming.rs ├── openrouter.rs ├── pattern_detection_demo.rs └── quic_server.rs ├── hyprstream-main ├── Cargo.toml ├── LICENSE ├── README.md ├── config │ └── default.toml ├── examples │ └── client │ │ └── python │ │ ├── README.md │ │ ├── hyprstream_client │ │ ├── __init__.py │ │ ├── cli.py │ │ ├── client.py │ │ └── types.py │ │ ├── poetry.lock │ │ ├── pyproject.toml │ │ └── tests │ │ └── test_client.py └── src │ ├── aggregation.rs │ ├── bin │ └── main.rs │ ├── config.rs │ ├── lib.rs │ ├── metrics │ ├── aggregation.rs │ └── mod.rs │ ├── service.rs │ └── storage │ ├── adbc.rs │ ├── cache.rs │ ├── cached.rs │ ├── duckdb.rs │ ├── mod.rs │ └── table_manager.rs ├── install.sh ├── integrations └── agentic_flow_bridge.ts ├── lean-agentic-js ├── README.md ├── package.json ├── src │ ├── agent.ts │ ├── client.ts │ ├── index.ts │ ├── knowledge.ts │ ├── stream.ts │ └── types.ts └── tsconfig.json ├── npm-wasm ├── .gitignore ├── Cargo.toml ├── PACKAGE_SUMMARY.md ├── QUICK_START.md ├── README.md ├── examples │ └── demo.html ├── index.js ├── package-lock.json ├── package.json ├── src │ └── lib.rs ├── tests │ ├── browser_test.html │ ├── comprehensive_test.js │ └── wasm-test.js ├── types │ └── index.d.ts └── webpack.config.js ├── npm ├── .env.example ├── .gitignore ├── README.md ├── examples │ ├── agentic-flow-integration.ts │ ├── conversation1.json │ ├── dashboard-demo.ts │ ├── openai-realtime-audio.ts │ ├── openai-realtime-text.ts │ ├── quic-demo.ts │ ├── sequence1.json │ └── sequence2.json ├── jest.config.js ├── package.json ├── scripts │ └── security-check.ts ├── src │ ├── __tests__ │ │ ├── agent.test.ts │ │ ├── integration.test.ts │ │ ├── openai-realtime.test.ts │ │ └── quic-integration.test.ts │ ├── agent.ts │ ├── cli.ts │ ├── dashboard.ts │ ├── index.ts │ ├── mcp-server.ts │ ├── openai-realtime.ts │ ├── quic-integration.ts │ ├── restream-integration.ts │ └── streaming.ts └── tsconfig.json ├── plans ├── 00-MASTER-INTEGRATION-PLAN.md ├── 01-temporal-compare-integration.md ├── 02-temporal-attractor-studio-integration.md ├── 03-strange-loop-integration.md ├── 04-nanosecond-scheduler-integration.md ├── 05-temporal-neural-solver-integration.md ├── 06-quic-multistream-integration.md ├── AIMDS │ ├── AGENTDB-LEAN-AGENTIC-INTEGRATION.md │ ├── AIMDS-IMPLEMENTATION-PLAN.md │ ├── AIMDS-research.md │ ├── LEAN-RAG-GATEWAY-ANALYSIS.md │ ├── claude-code-implementation.md │ └── claude-code.md ├── BENCHMARKS_AND_OPTIMIZATIONS.md ├── CRATE_STATUS_OLD.md ├── DASHBOARD_README.md ├── IMPLEMENTATION_SUMMARY.md ├── INTEGRATION_COMPLETE.md ├── LEAN_AGENTIC_GUIDE.md ├── MIDSTREAM_CLI_MCP_IMPLEMENTATION.md ├── QUICK_START_OLD.md ├── TEMPORAL_INTEGRATION_SUMMARY.md ├── VERIFICATION_REPORT.md └── WASM_PERFORMANCE_GUIDE.md ├── publish_aimds.sh ├── publish_aimds_crates.sh ├── publish_midstream_crates.sh ├── publish_midstreamer_crates.sh ├── scripts ├── benchmark_comparison.sh ├── run_benchmarks.sh └── validate_integration.sh ├── security-report.json ├── setup.sh ├── src ├── bin │ └── main.rs ├── config.rs ├── hypr_service.rs ├── lean_agentic │ ├── agent.rs │ ├── attractor.rs │ ├── knowledge.rs │ ├── learning.rs │ ├── mod.rs │ ├── optimized.rs │ ├── reasoning.rs │ ├── scheduler.rs │ ├── strange_loop.rs │ ├── temporal.rs │ ├── temporal_neural.rs │ └── types.rs ├── lib.rs ├── midstream.rs └── tests │ └── mod.rs ├── test_exports ├── tests ├── integration_tests.rs ├── simulation_tests.rs ├── temporal_compare_api_test.rs ├── temporal_scheduler_tests.rs └── wasm_integration_test.rs ├── wasm-bindings ├── Cargo.toml └── src │ └── lib.rs └── wasm ├── Cargo.toml ├── README.md ├── src └── lib.rs └── www ├── index.html ├── index.js └── package.json /.claude/agents/AIMDS/AIMDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/AIMDS/AIMDS.md -------------------------------------------------------------------------------- /.claude/agents/analysis/code-analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/analysis/code-analyzer.md -------------------------------------------------------------------------------- /.claude/agents/analysis/code-review/analyze-code-quality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/analysis/code-review/analyze-code-quality.md -------------------------------------------------------------------------------- /.claude/agents/architecture/system-design/arch-system-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/architecture/system-design/arch-system-design.md -------------------------------------------------------------------------------- /.claude/agents/base-template-generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/base-template-generator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/byzantine-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/byzantine-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/crdt-synchronizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/crdt-synchronizer.md -------------------------------------------------------------------------------- /.claude/agents/consensus/gossip-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/gossip-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/consensus/performance-benchmarker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/performance-benchmarker.md -------------------------------------------------------------------------------- /.claude/agents/consensus/quorum-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/quorum-manager.md -------------------------------------------------------------------------------- /.claude/agents/consensus/raft-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/raft-manager.md -------------------------------------------------------------------------------- /.claude/agents/consensus/security-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/consensus/security-manager.md -------------------------------------------------------------------------------- /.claude/agents/core/coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/core/coder.md -------------------------------------------------------------------------------- /.claude/agents/core/planner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/core/planner.md -------------------------------------------------------------------------------- /.claude/agents/core/researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/core/researcher.md -------------------------------------------------------------------------------- /.claude/agents/core/reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/core/reviewer.md -------------------------------------------------------------------------------- /.claude/agents/core/tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/core/tester.md -------------------------------------------------------------------------------- /.claude/agents/data/ml/data-ml-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/data/ml/data-ml-model.md -------------------------------------------------------------------------------- /.claude/agents/development/backend/dev-backend-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/development/backend/dev-backend-api.md -------------------------------------------------------------------------------- /.claude/agents/devops/ci-cd/ops-cicd-github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/devops/ci-cd/ops-cicd-github.md -------------------------------------------------------------------------------- /.claude/agents/documentation/api-docs/docs-api-openapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/documentation/api-docs/docs-api-openapi.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/app-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/app-store.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/authentication.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/challenges.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/neural-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/neural-network.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/payments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/payments.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/sandbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/sandbox.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/swarm.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/user-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/user-tools.md -------------------------------------------------------------------------------- /.claude/agents/flow-nexus/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/flow-nexus/workflow.md -------------------------------------------------------------------------------- /.claude/agents/github/code-review-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/code-review-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/github-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/github-modes.md -------------------------------------------------------------------------------- /.claude/agents/github/issue-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/issue-tracker.md -------------------------------------------------------------------------------- /.claude/agents/github/multi-repo-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/multi-repo-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/pr-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/pr-manager.md -------------------------------------------------------------------------------- /.claude/agents/github/project-board-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/project-board-sync.md -------------------------------------------------------------------------------- /.claude/agents/github/release-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/release-manager.md -------------------------------------------------------------------------------- /.claude/agents/github/release-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/release-swarm.md -------------------------------------------------------------------------------- /.claude/agents/github/repo-architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/repo-architect.md -------------------------------------------------------------------------------- /.claude/agents/github/swarm-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/swarm-issue.md -------------------------------------------------------------------------------- /.claude/agents/github/swarm-pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/swarm-pr.md -------------------------------------------------------------------------------- /.claude/agents/github/sync-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/sync-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/github/workflow-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/github/workflow-automation.md -------------------------------------------------------------------------------- /.claude/agents/goal/code-goal-planner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/goal/code-goal-planner.md -------------------------------------------------------------------------------- /.claude/agents/goal/goal-planner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/goal/goal-planner.md -------------------------------------------------------------------------------- /.claude/agents/hive-mind/collective-intelligence-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/hive-mind/collective-intelligence-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/hive-mind/queen-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/hive-mind/queen-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/hive-mind/scout-explorer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/hive-mind/scout-explorer.md -------------------------------------------------------------------------------- /.claude/agents/hive-mind/swarm-memory-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/hive-mind/swarm-memory-manager.md -------------------------------------------------------------------------------- /.claude/agents/hive-mind/worker-specialist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/hive-mind/worker-specialist.md -------------------------------------------------------------------------------- /.claude/agents/neural/safla-neural.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/neural/safla-neural.md -------------------------------------------------------------------------------- /.claude/agents/optimization/benchmark-suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/optimization/benchmark-suite.md -------------------------------------------------------------------------------- /.claude/agents/optimization/load-balancer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/optimization/load-balancer.md -------------------------------------------------------------------------------- /.claude/agents/optimization/performance-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/optimization/performance-monitor.md -------------------------------------------------------------------------------- /.claude/agents/optimization/resource-allocator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/optimization/resource-allocator.md -------------------------------------------------------------------------------- /.claude/agents/optimization/topology-optimizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/optimization/topology-optimizer.md -------------------------------------------------------------------------------- /.claude/agents/reasoning/agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/reasoning/agent.md -------------------------------------------------------------------------------- /.claude/agents/reasoning/goal-planner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/reasoning/goal-planner.md -------------------------------------------------------------------------------- /.claude/agents/sparc/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/sparc/architecture.md -------------------------------------------------------------------------------- /.claude/agents/sparc/pseudocode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/sparc/pseudocode.md -------------------------------------------------------------------------------- /.claude/agents/sparc/refinement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/sparc/refinement.md -------------------------------------------------------------------------------- /.claude/agents/sparc/specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/sparc/specification.md -------------------------------------------------------------------------------- /.claude/agents/specialized/mobile/spec-mobile-react-native.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/specialized/mobile/spec-mobile-react-native.md -------------------------------------------------------------------------------- /.claude/agents/swarm/adaptive-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/swarm/adaptive-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/swarm/hierarchical-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/swarm/hierarchical-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/swarm/mesh-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/swarm/mesh-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/templates/automation-smart-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/automation-smart-agent.md -------------------------------------------------------------------------------- /.claude/agents/templates/coordinator-swarm-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/coordinator-swarm-init.md -------------------------------------------------------------------------------- /.claude/agents/templates/github-pr-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/github-pr-manager.md -------------------------------------------------------------------------------- /.claude/agents/templates/implementer-sparc-coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/implementer-sparc-coder.md -------------------------------------------------------------------------------- /.claude/agents/templates/memory-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/memory-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/templates/migration-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/migration-plan.md -------------------------------------------------------------------------------- /.claude/agents/templates/orchestrator-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/orchestrator-task.md -------------------------------------------------------------------------------- /.claude/agents/templates/performance-analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/performance-analyzer.md -------------------------------------------------------------------------------- /.claude/agents/templates/sparc-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/templates/sparc-coordinator.md -------------------------------------------------------------------------------- /.claude/agents/testing/unit/tdd-london-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/testing/unit/tdd-london-swarm.md -------------------------------------------------------------------------------- /.claude/agents/testing/validation/production-validator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/agents/testing/validation/production-validator.md -------------------------------------------------------------------------------- /.claude/commands/agents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/agents/README.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/agents/agent-capabilities.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-coordination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/agents/agent-coordination.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-spawning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/agents/agent-spawning.md -------------------------------------------------------------------------------- /.claude/commands/agents/agent-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/agents/agent-types.md -------------------------------------------------------------------------------- /.claude/commands/analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/analysis/README.md -------------------------------------------------------------------------------- /.claude/commands/analysis/bottleneck-detect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/analysis/bottleneck-detect.md -------------------------------------------------------------------------------- /.claude/commands/analysis/performance-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/analysis/performance-report.md -------------------------------------------------------------------------------- /.claude/commands/analysis/token-efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/analysis/token-efficiency.md -------------------------------------------------------------------------------- /.claude/commands/analysis/token-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/analysis/token-usage.md -------------------------------------------------------------------------------- /.claude/commands/automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/README.md -------------------------------------------------------------------------------- /.claude/commands/automation/auto-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/auto-agent.md -------------------------------------------------------------------------------- /.claude/commands/automation/self-healing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/self-healing.md -------------------------------------------------------------------------------- /.claude/commands/automation/session-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/session-memory.md -------------------------------------------------------------------------------- /.claude/commands/automation/smart-agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/smart-agents.md -------------------------------------------------------------------------------- /.claude/commands/automation/smart-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/smart-spawn.md -------------------------------------------------------------------------------- /.claude/commands/automation/workflow-select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/automation/workflow-select.md -------------------------------------------------------------------------------- /.claude/commands/github/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/README.md -------------------------------------------------------------------------------- /.claude/commands/github/code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/code-review.md -------------------------------------------------------------------------------- /.claude/commands/github/github-swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/github-swarm.md -------------------------------------------------------------------------------- /.claude/commands/github/issue-triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/issue-triage.md -------------------------------------------------------------------------------- /.claude/commands/github/pr-enhance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/pr-enhance.md -------------------------------------------------------------------------------- /.claude/commands/github/repo-analyze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/github/repo-analyze.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/README.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-consensus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-consensus.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-init.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-memory.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-metrics.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-resume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-resume.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-sessions.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-spawn.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-status.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-stop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-stop.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind-wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind-wizard.md -------------------------------------------------------------------------------- /.claude/commands/hive-mind/hive-mind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hive-mind/hive-mind.md -------------------------------------------------------------------------------- /.claude/commands/hooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/README.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/post-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/post-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/post-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/pre-edit.md -------------------------------------------------------------------------------- /.claude/commands/hooks/pre-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/pre-task.md -------------------------------------------------------------------------------- /.claude/commands/hooks/session-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/session-end.md -------------------------------------------------------------------------------- /.claude/commands/hooks/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/hooks/setup.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/README.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/agent-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/agent-metrics.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/agents.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/real-time-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/real-time-view.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/status.md -------------------------------------------------------------------------------- /.claude/commands/monitoring/swarm-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/monitoring/swarm-monitor.md -------------------------------------------------------------------------------- /.claude/commands/optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/README.md -------------------------------------------------------------------------------- /.claude/commands/optimization/auto-topology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/auto-topology.md -------------------------------------------------------------------------------- /.claude/commands/optimization/cache-manage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/cache-manage.md -------------------------------------------------------------------------------- /.claude/commands/optimization/parallel-execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/parallel-execute.md -------------------------------------------------------------------------------- /.claude/commands/optimization/parallel-execution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/parallel-execution.md -------------------------------------------------------------------------------- /.claude/commands/optimization/topology-optimize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/optimization/topology-optimize.md -------------------------------------------------------------------------------- /.claude/commands/sparc/analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/analyzer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/architect.md -------------------------------------------------------------------------------- /.claude/commands/sparc/batch-executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/batch-executor.md -------------------------------------------------------------------------------- /.claude/commands/sparc/coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/coder.md -------------------------------------------------------------------------------- /.claude/commands/sparc/debugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/debugger.md -------------------------------------------------------------------------------- /.claude/commands/sparc/designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/designer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/documenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/documenter.md -------------------------------------------------------------------------------- /.claude/commands/sparc/innovator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/innovator.md -------------------------------------------------------------------------------- /.claude/commands/sparc/memory-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/memory-manager.md -------------------------------------------------------------------------------- /.claude/commands/sparc/optimizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/optimizer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/researcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/researcher.md -------------------------------------------------------------------------------- /.claude/commands/sparc/reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/reviewer.md -------------------------------------------------------------------------------- /.claude/commands/sparc/swarm-coordinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/swarm-coordinator.md -------------------------------------------------------------------------------- /.claude/commands/sparc/tdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/tdd.md -------------------------------------------------------------------------------- /.claude/commands/sparc/tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/tester.md -------------------------------------------------------------------------------- /.claude/commands/sparc/workflow-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/sparc/workflow-manager.md -------------------------------------------------------------------------------- /.claude/commands/swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/README.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-analysis.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-background.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-init.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-modes.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-monitor.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-spawn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-spawn.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-status.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm-strategies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm-strategies.md -------------------------------------------------------------------------------- /.claude/commands/swarm/swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/swarm/swarm.md -------------------------------------------------------------------------------- /.claude/commands/training/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/README.md -------------------------------------------------------------------------------- /.claude/commands/training/model-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/model-update.md -------------------------------------------------------------------------------- /.claude/commands/training/neural-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/neural-patterns.md -------------------------------------------------------------------------------- /.claude/commands/training/neural-train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/neural-train.md -------------------------------------------------------------------------------- /.claude/commands/training/pattern-learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/pattern-learn.md -------------------------------------------------------------------------------- /.claude/commands/training/specialization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/training/specialization.md -------------------------------------------------------------------------------- /.claude/commands/workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/README.md -------------------------------------------------------------------------------- /.claude/commands/workflows/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/development.md -------------------------------------------------------------------------------- /.claude/commands/workflows/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/research.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-create.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/workflow-create.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/workflow-execute.md -------------------------------------------------------------------------------- /.claude/commands/workflows/workflow-export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/commands/workflows/workflow-export.md -------------------------------------------------------------------------------- /.claude/helpers/checkpoint-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/checkpoint-manager.sh -------------------------------------------------------------------------------- /.claude/helpers/github-safe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/github-safe.js -------------------------------------------------------------------------------- /.claude/helpers/github-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/github-setup.sh -------------------------------------------------------------------------------- /.claude/helpers/quick-start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/quick-start.sh -------------------------------------------------------------------------------- /.claude/helpers/setup-mcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/setup-mcp.sh -------------------------------------------------------------------------------- /.claude/helpers/standard-checkpoint-hooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/helpers/standard-checkpoint-hooks.sh -------------------------------------------------------------------------------- /.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/settings.json -------------------------------------------------------------------------------- /.claude/skills/AIMDS/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/AIMDS/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/agentdb-advanced/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/agentdb-advanced/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/agentdb-learning/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/agentdb-learning/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/agentdb-memory-patterns/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/agentdb-memory-patterns/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/agentdb-optimization/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/agentdb-optimization/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/agentdb-vector-search/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/agentdb-vector-search/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/flow-nexus-neural/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/flow-nexus-neural/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/flow-nexus-platform/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/flow-nexus-platform/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/flow-nexus-swarm/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/flow-nexus-swarm/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/github-code-review/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/github-code-review/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/github-multi-repo/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/github-multi-repo/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/github-project-management/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/github-project-management/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/github-release-management/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/github-release-management/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/github-workflow-automation/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/github-workflow-automation/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/hive-mind-advanced/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/hive-mind-advanced/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/hooks-automation/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/hooks-automation/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/pair-programming/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/pair-programming/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/performance-analysis/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/performance-analysis/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/reasoningbank-agentdb/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/reasoningbank-agentdb/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/reasoningbank-intelligence/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/reasoningbank-intelligence/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/skill-builder/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/skill-builder/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/sparc-methodology/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/sparc-methodology/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/stream-chain/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/stream-chain/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/swarm-advanced/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/swarm-advanced/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/swarm-orchestration/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/swarm-orchestration/SKILL.md -------------------------------------------------------------------------------- /.claude/skills/verification-quality/SKILL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/skills/verification-quality/SKILL.md -------------------------------------------------------------------------------- /.claude/statusline-command.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.claude/statusline-command.sh -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.env.example -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/rust-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.github/workflows/rust-ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/.gitignore -------------------------------------------------------------------------------- /AIMDS/.dockerignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/.env.example -------------------------------------------------------------------------------- /AIMDS/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/.gitignore -------------------------------------------------------------------------------- /AIMDS/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/Cargo.toml -------------------------------------------------------------------------------- /AIMDS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/README.md -------------------------------------------------------------------------------- /AIMDS/benches/analysis_bench.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/benches/detection_bench.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/benches/response_bench.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/benches/simple_analysis_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/benches/simple_analysis_bench.rs -------------------------------------------------------------------------------- /AIMDS/benches/simple_detection_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/benches/simple_detection_bench.rs -------------------------------------------------------------------------------- /AIMDS/benches/simple_response_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/benches/simple_response_bench.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/Cargo.toml -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/README.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/benches/analysis_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/benches/analysis_bench.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/behavioral.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/behavioral.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/errors.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/lib.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/ltl_checker.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/ltl_checker.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/metrics.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/metrics.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/src/policy_verifier.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/src/policy_verifier.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-analysis/tests/integration_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-analysis/tests/integration_tests.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/Cargo.toml -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/README.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/src/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/src/config.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/src/error.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/src/lib.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-core/src/types.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-core/src/types.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/Cargo.toml -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/IMPLEMENTATION.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/README.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/benches/detection_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/benches/detection_bench.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/src/error.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/src/lib.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/src/pattern_matcher.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/src/pattern_matcher.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/src/sanitizer.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/src/sanitizer.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/src/scheduler.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/src/scheduler.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-detection/tests/detection_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-detection/tests/detection_tests.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/Cargo.toml -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/IMPLEMENTATION.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/README.md -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/benches/meta_learning_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/benches/meta_learning_bench.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/benches/mitigation_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/benches/mitigation_bench.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/examples/advanced_pipeline.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/examples/advanced_pipeline.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/examples/basic_usage.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/examples/basic_usage.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/adaptive.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/adaptive.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/audit.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/audit.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/error.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/lib.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/meta_learning.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/meta_learning.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/mitigations.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/mitigations.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/src/rollback.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/src/rollback.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/tests/common/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/tests/common/mod.rs -------------------------------------------------------------------------------- /AIMDS/crates/aimds-response/tests/integration_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/crates/aimds-response/tests/integration_tests.rs -------------------------------------------------------------------------------- /AIMDS/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docker-compose.yml -------------------------------------------------------------------------------- /AIMDS/docker/Dockerfile.gateway: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/docker/Dockerfile.node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docker/Dockerfile.node -------------------------------------------------------------------------------- /AIMDS/docker/Dockerfile.rust: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docker/Dockerfile.rust -------------------------------------------------------------------------------- /AIMDS/docker/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docker/prometheus.yml -------------------------------------------------------------------------------- /AIMDS/docs/ARCHITECTURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/ARCHITECTURE.md -------------------------------------------------------------------------------- /AIMDS/docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/CHANGELOG.md -------------------------------------------------------------------------------- /AIMDS/docs/IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /AIMDS/docs/INDEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/INDEX.md -------------------------------------------------------------------------------- /AIMDS/docs/PROJECT_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/PROJECT_SUMMARY.md -------------------------------------------------------------------------------- /AIMDS/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/README.md -------------------------------------------------------------------------------- /AIMDS/docs/guides/ARCHITECTURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/guides/ARCHITECTURE.md -------------------------------------------------------------------------------- /AIMDS/docs/guides/QUICK_START.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/guides/QUICK_START.md -------------------------------------------------------------------------------- /AIMDS/docs/guides/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/guides/README.md -------------------------------------------------------------------------------- /AIMDS/docs/status/BUILD_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/status/BUILD_STATUS.md -------------------------------------------------------------------------------- /AIMDS/docs/status/COMPILATION_FIXES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/status/COMPILATION_FIXES.md -------------------------------------------------------------------------------- /AIMDS/docs/status/CRATES_PUBLICATION_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/status/CRATES_PUBLICATION_STATUS.md -------------------------------------------------------------------------------- /AIMDS/docs/status/FINAL_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/status/FINAL_STATUS.md -------------------------------------------------------------------------------- /AIMDS/docs/status/PROJECT_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/docs/status/PROJECT_STATUS.md -------------------------------------------------------------------------------- /AIMDS/examples/basic-usage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/examples/basic-usage.ts -------------------------------------------------------------------------------- /AIMDS/k8s/configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/k8s/configmap.yaml -------------------------------------------------------------------------------- /AIMDS/k8s/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/k8s/deployment.yaml -------------------------------------------------------------------------------- /AIMDS/k8s/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/k8s/service.yaml -------------------------------------------------------------------------------- /AIMDS/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/package-lock.json -------------------------------------------------------------------------------- /AIMDS/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/package.json -------------------------------------------------------------------------------- /AIMDS/reports/CRITICAL_FIXES_REQUIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/CRITICAL_FIXES_REQUIRED.md -------------------------------------------------------------------------------- /AIMDS/reports/INTEGRATION_TEST_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/INTEGRATION_TEST_REPORT.md -------------------------------------------------------------------------------- /AIMDS/reports/INTEGRATION_VERIFICATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/INTEGRATION_VERIFICATION.md -------------------------------------------------------------------------------- /AIMDS/reports/RUST_TEST_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/RUST_TEST_REPORT.md -------------------------------------------------------------------------------- /AIMDS/reports/SECURITY_AUDIT_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/SECURITY_AUDIT_REPORT.md -------------------------------------------------------------------------------- /AIMDS/reports/TEST_RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/TEST_RESULTS.md -------------------------------------------------------------------------------- /AIMDS/reports/TYPESCRIPT_TEST_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/TYPESCRIPT_TEST_REPORT.md -------------------------------------------------------------------------------- /AIMDS/reports/VERIFICATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/reports/VERIFICATION.md -------------------------------------------------------------------------------- /AIMDS/scripts/load_test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/scripts/load_test.ts -------------------------------------------------------------------------------- /AIMDS/scripts/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/scripts/setup.sh -------------------------------------------------------------------------------- /AIMDS/scripts/verify-security-fixes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/scripts/verify-security-fixes.sh -------------------------------------------------------------------------------- /AIMDS/src/agentdb/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/agentdb/client.ts -------------------------------------------------------------------------------- /AIMDS/src/agentdb/reflexion.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/agentdb/vector-search.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/gateway/middleware.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/gateway/router.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/gateway/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/gateway/server.ts -------------------------------------------------------------------------------- /AIMDS/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/index.ts -------------------------------------------------------------------------------- /AIMDS/src/lean-agentic/hash-cons.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/lean-agentic/theorem-prover.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AIMDS/src/lean-agentic/verifier.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/lean-agentic/verifier.ts -------------------------------------------------------------------------------- /AIMDS/src/monitoring/metrics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/monitoring/metrics.ts -------------------------------------------------------------------------------- /AIMDS/src/monitoring/telemetry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/monitoring/telemetry.ts -------------------------------------------------------------------------------- /AIMDS/src/types/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/types/index.ts -------------------------------------------------------------------------------- /AIMDS/src/utils/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/utils/config.ts -------------------------------------------------------------------------------- /AIMDS/src/utils/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/src/utils/logger.ts -------------------------------------------------------------------------------- /AIMDS/tests/benchmarks/performance.bench.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/tests/benchmarks/performance.bench.ts -------------------------------------------------------------------------------- /AIMDS/tests/e2e/comprehensive.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/tests/e2e/comprehensive.test.ts -------------------------------------------------------------------------------- /AIMDS/tests/integration/gateway.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/tests/integration/gateway.test.ts -------------------------------------------------------------------------------- /AIMDS/tests/unit/agentdb.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/tests/unit/agentdb.test.ts -------------------------------------------------------------------------------- /AIMDS/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/tsconfig.json -------------------------------------------------------------------------------- /AIMDS/vitest.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/AIMDS/vitest.config.ts -------------------------------------------------------------------------------- /BENCHMARKS_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/BENCHMARKS_SUMMARY.md -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/Cargo.toml -------------------------------------------------------------------------------- /Cargo.toml.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/Cargo.toml.backup -------------------------------------------------------------------------------- /FINAL_SESSION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/FINAL_SESSION_SUMMARY.md -------------------------------------------------------------------------------- /IMPLEMENTATION_COMPLETE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/IMPLEMENTATION_COMPLETE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/LICENSE -------------------------------------------------------------------------------- /MIDSTREAMER_RENAME_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/MIDSTREAMER_RENAME_STATUS.md -------------------------------------------------------------------------------- /PUBLISHED_CRATES_ANNOUNCEMENT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/PUBLISHED_CRATES_ANNOUNCEMENT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/README.md -------------------------------------------------------------------------------- /TEST_RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/TEST_RESULTS.md -------------------------------------------------------------------------------- /VALIDATION_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/VALIDATION_STATUS.md -------------------------------------------------------------------------------- /benches/QUICK_REFERENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/QUICK_REFERENCE.md -------------------------------------------------------------------------------- /benches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/README.md -------------------------------------------------------------------------------- /benches/attractor_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/attractor_bench.rs -------------------------------------------------------------------------------- /benches/lean_agentic_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/lean_agentic_bench.rs -------------------------------------------------------------------------------- /benches/meta_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/meta_bench.rs -------------------------------------------------------------------------------- /benches/meta_bench.rs.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/meta_bench.rs.backup -------------------------------------------------------------------------------- /benches/quic_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/quic_bench.rs -------------------------------------------------------------------------------- /benches/scheduler_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/scheduler_bench.rs -------------------------------------------------------------------------------- /benches/solver_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/solver_bench.rs -------------------------------------------------------------------------------- /benches/temporal_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/benches/temporal_bench.rs -------------------------------------------------------------------------------- /config/default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/config/default.toml -------------------------------------------------------------------------------- /crates/nanosecond-scheduler/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/nanosecond-scheduler/Cargo.toml -------------------------------------------------------------------------------- /crates/nanosecond-scheduler/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/nanosecond-scheduler/src/lib.rs -------------------------------------------------------------------------------- /crates/quic-multistream/BENCHMARK_IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/BENCHMARK_IMPLEMENTATION.md -------------------------------------------------------------------------------- /crates/quic-multistream/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/Cargo.toml -------------------------------------------------------------------------------- /crates/quic-multistream/TEST_SUITE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/TEST_SUITE_SUMMARY.md -------------------------------------------------------------------------------- /crates/quic-multistream/benches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/benches/README.md -------------------------------------------------------------------------------- /crates/quic-multistream/benches/quic_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/benches/quic_bench.rs -------------------------------------------------------------------------------- /crates/quic-multistream/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/src/lib.rs -------------------------------------------------------------------------------- /crates/quic-multistream/src/native.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/src/native.rs -------------------------------------------------------------------------------- /crates/quic-multistream/src/wasm.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/quic-multistream/src/wasm.rs -------------------------------------------------------------------------------- /crates/strange-loop/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/strange-loop/Cargo.toml -------------------------------------------------------------------------------- /crates/strange-loop/benches/meta_bench.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/strange-loop/benches/meta_bench.rs -------------------------------------------------------------------------------- /crates/strange-loop/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/strange-loop/src/lib.rs -------------------------------------------------------------------------------- /crates/temporal-attractor-studio/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-attractor-studio/Cargo.toml -------------------------------------------------------------------------------- /crates/temporal-attractor-studio/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-attractor-studio/src/lib.rs -------------------------------------------------------------------------------- /crates/temporal-compare/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-compare/Cargo.toml -------------------------------------------------------------------------------- /crates/temporal-compare/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-compare/src/lib.rs -------------------------------------------------------------------------------- /crates/temporal-neural-solver/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-neural-solver/Cargo.toml -------------------------------------------------------------------------------- /crates/temporal-neural-solver/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/crates/temporal-neural-solver/src/lib.rs -------------------------------------------------------------------------------- /docs/AIMDS_PUBLICATION_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/AIMDS_PUBLICATION_STATUS.md -------------------------------------------------------------------------------- /docs/ARCHITECTURE_CHECKLIST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/ARCHITECTURE_CHECKLIST.md -------------------------------------------------------------------------------- /docs/ARCHITECTURE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/ARCHITECTURE_SUMMARY.md -------------------------------------------------------------------------------- /docs/ARCHITECTURE_VALIDATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/ARCHITECTURE_VALIDATION.md -------------------------------------------------------------------------------- /docs/ARCHITECTURE_VALIDATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/ARCHITECTURE_VALIDATION_REPORT.md -------------------------------------------------------------------------------- /docs/BENCHMARK_EXECUTION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BENCHMARK_EXECUTION_REPORT.md -------------------------------------------------------------------------------- /docs/BENCHMARK_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BENCHMARK_GUIDE.md -------------------------------------------------------------------------------- /docs/BENCHMARK_RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BENCHMARK_RESULTS.md -------------------------------------------------------------------------------- /docs/BENCHMARK_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BENCHMARK_SUMMARY.md -------------------------------------------------------------------------------- /docs/BUILD_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BUILD_SUMMARY.md -------------------------------------------------------------------------------- /docs/BUILD_VERIFICATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/BUILD_VERIFICATION_REPORT.md -------------------------------------------------------------------------------- /docs/COMPILATION_FIXES_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/COMPILATION_FIXES_SUMMARY.md -------------------------------------------------------------------------------- /docs/COMPLETE_IMPLEMENTATION_SUCCESS_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/COMPLETE_IMPLEMENTATION_SUCCESS_REPORT.md -------------------------------------------------------------------------------- /docs/COMPREHENSIVE_BENCHMARK_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/COMPREHENSIVE_BENCHMARK_ANALYSIS.md -------------------------------------------------------------------------------- /docs/COORDINATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/COORDINATION_REPORT.md -------------------------------------------------------------------------------- /docs/CRATES_IO_NAMING_CONFLICT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/CRATES_IO_NAMING_CONFLICT.md -------------------------------------------------------------------------------- /docs/CRATE_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/CRATE_STATUS.md -------------------------------------------------------------------------------- /docs/DEEP_CODE_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/DEEP_CODE_ANALYSIS.md -------------------------------------------------------------------------------- /docs/DEPENDENCY_GRAPH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/DEPENDENCY_GRAPH.md -------------------------------------------------------------------------------- /docs/DOCUMENTATION_UPDATE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/DOCUMENTATION_UPDATE_SUMMARY.md -------------------------------------------------------------------------------- /docs/EXECUTIVE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/EXECUTIVE_SUMMARY.md -------------------------------------------------------------------------------- /docs/FINAL_IMPLEMENTATION_STATUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/FINAL_IMPLEMENTATION_STATUS.md -------------------------------------------------------------------------------- /docs/FINAL_VALIDATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/FINAL_VALIDATION.md -------------------------------------------------------------------------------- /docs/FINAL_VALIDATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/FINAL_VALIDATION_REPORT.md -------------------------------------------------------------------------------- /docs/FUNCTIONALITY_VERIFICATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/FUNCTIONALITY_VERIFICATION.md -------------------------------------------------------------------------------- /docs/GAP_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/GAP_ANALYSIS.md -------------------------------------------------------------------------------- /docs/IMPLEMENTATION_COMPLETE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/IMPLEMENTATION_COMPLETE_SUMMARY.md -------------------------------------------------------------------------------- /docs/IMPLEMENTATION_FINAL_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/IMPLEMENTATION_FINAL_REPORT.md -------------------------------------------------------------------------------- /docs/INTEGRATION_TESTS_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/INTEGRATION_TESTS_SUMMARY.md -------------------------------------------------------------------------------- /docs/INTEGRATION_TEST_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/INTEGRATION_TEST_GUIDE.md -------------------------------------------------------------------------------- /docs/NAN_PANIC_FIX_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/NAN_PANIC_FIX_SUMMARY.md -------------------------------------------------------------------------------- /docs/NPM_WASM_OPTIMIZATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/NPM_WASM_OPTIMIZATION.md -------------------------------------------------------------------------------- /docs/PATTERN_DETECTION_IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/PATTERN_DETECTION_IMPLEMENTATION.md -------------------------------------------------------------------------------- /docs/PATTERN_DETECTION_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/PATTERN_DETECTION_README.md -------------------------------------------------------------------------------- /docs/PERFORMANCE_VALIDATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/PERFORMANCE_VALIDATION.md -------------------------------------------------------------------------------- /docs/PERFORMANCE_VALIDATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/PERFORMANCE_VALIDATION_SUMMARY.md -------------------------------------------------------------------------------- /docs/PUBLISHED_CRATES_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/PUBLISHED_CRATES_GUIDE.md -------------------------------------------------------------------------------- /docs/QUALITY_REVIEW_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/QUALITY_REVIEW_REPORT.md -------------------------------------------------------------------------------- /docs/QUICK_BENCHMARK_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/QUICK_BENCHMARK_GUIDE.md -------------------------------------------------------------------------------- /docs/QUICK_FIX_CHECKLIST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/QUICK_FIX_CHECKLIST.md -------------------------------------------------------------------------------- /docs/QUICK_START.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/QUICK_START.md -------------------------------------------------------------------------------- /docs/QUICK_TEST_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/QUICK_TEST_GUIDE.md -------------------------------------------------------------------------------- /docs/SECURITY_ANALYSIS_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/SECURITY_ANALYSIS_REPORT.md -------------------------------------------------------------------------------- /docs/SECURITY_AUDIT_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/SECURITY_AUDIT_SUMMARY.md -------------------------------------------------------------------------------- /docs/SECURITY_VULNERABILITY_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/SECURITY_VULNERABILITY_REPORT.md -------------------------------------------------------------------------------- /docs/TEST_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/TEST_SUMMARY.md -------------------------------------------------------------------------------- /docs/TEST_VERIFICATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/TEST_VERIFICATION_REPORT.md -------------------------------------------------------------------------------- /docs/VALIDATION_EXECUTIVE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/VALIDATION_EXECUTIVE_SUMMARY.md -------------------------------------------------------------------------------- /docs/WASM_TEST_RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/WASM_TEST_RESULTS.md -------------------------------------------------------------------------------- /docs/WASM_VALIDATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/WASM_VALIDATION_REPORT.md -------------------------------------------------------------------------------- /docs/WASM_VALIDATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/WASM_VALIDATION_SUMMARY.md -------------------------------------------------------------------------------- /docs/api-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/api-reference.md -------------------------------------------------------------------------------- /docs/crates-io-integration-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/crates-io-integration-review.md -------------------------------------------------------------------------------- /docs/crates-quality-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/crates-quality-report.md -------------------------------------------------------------------------------- /docs/quic-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/quic-architecture.md -------------------------------------------------------------------------------- /docs/temporal_compare_api_verification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/docs/temporal_compare_api_verification.md -------------------------------------------------------------------------------- /examples/lean_agentic_streaming.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/examples/lean_agentic_streaming.rs -------------------------------------------------------------------------------- /examples/openrouter.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/examples/openrouter.rs -------------------------------------------------------------------------------- /examples/pattern_detection_demo.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/examples/pattern_detection_demo.rs -------------------------------------------------------------------------------- /examples/quic_server.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/examples/quic_server.rs -------------------------------------------------------------------------------- /hyprstream-main/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/Cargo.toml -------------------------------------------------------------------------------- /hyprstream-main/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/LICENSE -------------------------------------------------------------------------------- /hyprstream-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/README.md -------------------------------------------------------------------------------- /hyprstream-main/config/default.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/config/default.toml -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/README.md -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/hyprstream_client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/hyprstream_client/__init__.py -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/hyprstream_client/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/hyprstream_client/cli.py -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/hyprstream_client/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/hyprstream_client/client.py -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/hyprstream_client/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/hyprstream_client/types.py -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/poetry.lock -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/pyproject.toml -------------------------------------------------------------------------------- /hyprstream-main/examples/client/python/tests/test_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/examples/client/python/tests/test_client.py -------------------------------------------------------------------------------- /hyprstream-main/src/aggregation.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/aggregation.rs -------------------------------------------------------------------------------- /hyprstream-main/src/bin/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/bin/main.rs -------------------------------------------------------------------------------- /hyprstream-main/src/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/config.rs -------------------------------------------------------------------------------- /hyprstream-main/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/lib.rs -------------------------------------------------------------------------------- /hyprstream-main/src/metrics/aggregation.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/metrics/aggregation.rs -------------------------------------------------------------------------------- /hyprstream-main/src/metrics/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/metrics/mod.rs -------------------------------------------------------------------------------- /hyprstream-main/src/service.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/service.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/adbc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/adbc.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/cache.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/cache.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/cached.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/cached.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/duckdb.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/duckdb.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/mod.rs -------------------------------------------------------------------------------- /hyprstream-main/src/storage/table_manager.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/hyprstream-main/src/storage/table_manager.rs -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/install.sh -------------------------------------------------------------------------------- /integrations/agentic_flow_bridge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/integrations/agentic_flow_bridge.ts -------------------------------------------------------------------------------- /lean-agentic-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/README.md -------------------------------------------------------------------------------- /lean-agentic-js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/package.json -------------------------------------------------------------------------------- /lean-agentic-js/src/agent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/agent.ts -------------------------------------------------------------------------------- /lean-agentic-js/src/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/client.ts -------------------------------------------------------------------------------- /lean-agentic-js/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/index.ts -------------------------------------------------------------------------------- /lean-agentic-js/src/knowledge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/knowledge.ts -------------------------------------------------------------------------------- /lean-agentic-js/src/stream.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/stream.ts -------------------------------------------------------------------------------- /lean-agentic-js/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/src/types.ts -------------------------------------------------------------------------------- /lean-agentic-js/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/lean-agentic-js/tsconfig.json -------------------------------------------------------------------------------- /npm-wasm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/.gitignore -------------------------------------------------------------------------------- /npm-wasm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/Cargo.toml -------------------------------------------------------------------------------- /npm-wasm/PACKAGE_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/PACKAGE_SUMMARY.md -------------------------------------------------------------------------------- /npm-wasm/QUICK_START.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/QUICK_START.md -------------------------------------------------------------------------------- /npm-wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/README.md -------------------------------------------------------------------------------- /npm-wasm/examples/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/examples/demo.html -------------------------------------------------------------------------------- /npm-wasm/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/index.js -------------------------------------------------------------------------------- /npm-wasm/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/package-lock.json -------------------------------------------------------------------------------- /npm-wasm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/package.json -------------------------------------------------------------------------------- /npm-wasm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/src/lib.rs -------------------------------------------------------------------------------- /npm-wasm/tests/browser_test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/tests/browser_test.html -------------------------------------------------------------------------------- /npm-wasm/tests/comprehensive_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/tests/comprehensive_test.js -------------------------------------------------------------------------------- /npm-wasm/tests/wasm-test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/tests/wasm-test.js -------------------------------------------------------------------------------- /npm-wasm/types/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/types/index.d.ts -------------------------------------------------------------------------------- /npm-wasm/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm-wasm/webpack.config.js -------------------------------------------------------------------------------- /npm/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/.env.example -------------------------------------------------------------------------------- /npm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/.gitignore -------------------------------------------------------------------------------- /npm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/README.md -------------------------------------------------------------------------------- /npm/examples/agentic-flow-integration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/agentic-flow-integration.ts -------------------------------------------------------------------------------- /npm/examples/conversation1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/conversation1.json -------------------------------------------------------------------------------- /npm/examples/dashboard-demo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/dashboard-demo.ts -------------------------------------------------------------------------------- /npm/examples/openai-realtime-audio.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/openai-realtime-audio.ts -------------------------------------------------------------------------------- /npm/examples/openai-realtime-text.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/openai-realtime-text.ts -------------------------------------------------------------------------------- /npm/examples/quic-demo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/quic-demo.ts -------------------------------------------------------------------------------- /npm/examples/sequence1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/sequence1.json -------------------------------------------------------------------------------- /npm/examples/sequence2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/examples/sequence2.json -------------------------------------------------------------------------------- /npm/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/jest.config.js -------------------------------------------------------------------------------- /npm/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/package.json -------------------------------------------------------------------------------- /npm/scripts/security-check.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/scripts/security-check.ts -------------------------------------------------------------------------------- /npm/src/__tests__/agent.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/__tests__/agent.test.ts -------------------------------------------------------------------------------- /npm/src/__tests__/integration.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/__tests__/integration.test.ts -------------------------------------------------------------------------------- /npm/src/__tests__/openai-realtime.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/__tests__/openai-realtime.test.ts -------------------------------------------------------------------------------- /npm/src/__tests__/quic-integration.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/__tests__/quic-integration.test.ts -------------------------------------------------------------------------------- /npm/src/agent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/agent.ts -------------------------------------------------------------------------------- /npm/src/cli.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/cli.ts -------------------------------------------------------------------------------- /npm/src/dashboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/dashboard.ts -------------------------------------------------------------------------------- /npm/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/index.ts -------------------------------------------------------------------------------- /npm/src/mcp-server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/mcp-server.ts -------------------------------------------------------------------------------- /npm/src/openai-realtime.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/openai-realtime.ts -------------------------------------------------------------------------------- /npm/src/quic-integration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/quic-integration.ts -------------------------------------------------------------------------------- /npm/src/restream-integration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/restream-integration.ts -------------------------------------------------------------------------------- /npm/src/streaming.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/src/streaming.ts -------------------------------------------------------------------------------- /npm/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/npm/tsconfig.json -------------------------------------------------------------------------------- /plans/00-MASTER-INTEGRATION-PLAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/00-MASTER-INTEGRATION-PLAN.md -------------------------------------------------------------------------------- /plans/01-temporal-compare-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/01-temporal-compare-integration.md -------------------------------------------------------------------------------- /plans/02-temporal-attractor-studio-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/02-temporal-attractor-studio-integration.md -------------------------------------------------------------------------------- /plans/03-strange-loop-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/03-strange-loop-integration.md -------------------------------------------------------------------------------- /plans/04-nanosecond-scheduler-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/04-nanosecond-scheduler-integration.md -------------------------------------------------------------------------------- /plans/05-temporal-neural-solver-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/05-temporal-neural-solver-integration.md -------------------------------------------------------------------------------- /plans/06-quic-multistream-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/06-quic-multistream-integration.md -------------------------------------------------------------------------------- /plans/AIMDS/AGENTDB-LEAN-AGENTIC-INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/AGENTDB-LEAN-AGENTIC-INTEGRATION.md -------------------------------------------------------------------------------- /plans/AIMDS/AIMDS-IMPLEMENTATION-PLAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/AIMDS-IMPLEMENTATION-PLAN.md -------------------------------------------------------------------------------- /plans/AIMDS/AIMDS-research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/AIMDS-research.md -------------------------------------------------------------------------------- /plans/AIMDS/LEAN-RAG-GATEWAY-ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/LEAN-RAG-GATEWAY-ANALYSIS.md -------------------------------------------------------------------------------- /plans/AIMDS/claude-code-implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/claude-code-implementation.md -------------------------------------------------------------------------------- /plans/AIMDS/claude-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/AIMDS/claude-code.md -------------------------------------------------------------------------------- /plans/BENCHMARKS_AND_OPTIMIZATIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/BENCHMARKS_AND_OPTIMIZATIONS.md -------------------------------------------------------------------------------- /plans/CRATE_STATUS_OLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/CRATE_STATUS_OLD.md -------------------------------------------------------------------------------- /plans/DASHBOARD_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/DASHBOARD_README.md -------------------------------------------------------------------------------- /plans/IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /plans/INTEGRATION_COMPLETE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/INTEGRATION_COMPLETE.md -------------------------------------------------------------------------------- /plans/LEAN_AGENTIC_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/LEAN_AGENTIC_GUIDE.md -------------------------------------------------------------------------------- /plans/MIDSTREAM_CLI_MCP_IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/MIDSTREAM_CLI_MCP_IMPLEMENTATION.md -------------------------------------------------------------------------------- /plans/QUICK_START_OLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/QUICK_START_OLD.md -------------------------------------------------------------------------------- /plans/TEMPORAL_INTEGRATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/TEMPORAL_INTEGRATION_SUMMARY.md -------------------------------------------------------------------------------- /plans/VERIFICATION_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/VERIFICATION_REPORT.md -------------------------------------------------------------------------------- /plans/WASM_PERFORMANCE_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/plans/WASM_PERFORMANCE_GUIDE.md -------------------------------------------------------------------------------- /publish_aimds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/publish_aimds.sh -------------------------------------------------------------------------------- /publish_aimds_crates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/publish_aimds_crates.sh -------------------------------------------------------------------------------- /publish_midstream_crates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/publish_midstream_crates.sh -------------------------------------------------------------------------------- /publish_midstreamer_crates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/publish_midstreamer_crates.sh -------------------------------------------------------------------------------- /scripts/benchmark_comparison.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/scripts/benchmark_comparison.sh -------------------------------------------------------------------------------- /scripts/run_benchmarks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/scripts/run_benchmarks.sh -------------------------------------------------------------------------------- /scripts/validate_integration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/scripts/validate_integration.sh -------------------------------------------------------------------------------- /security-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/security-report.json -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/setup.sh -------------------------------------------------------------------------------- /src/bin/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/bin/main.rs -------------------------------------------------------------------------------- /src/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/config.rs -------------------------------------------------------------------------------- /src/hypr_service.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/hypr_service.rs -------------------------------------------------------------------------------- /src/lean_agentic/agent.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/agent.rs -------------------------------------------------------------------------------- /src/lean_agentic/attractor.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/attractor.rs -------------------------------------------------------------------------------- /src/lean_agentic/knowledge.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/knowledge.rs -------------------------------------------------------------------------------- /src/lean_agentic/learning.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/learning.rs -------------------------------------------------------------------------------- /src/lean_agentic/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/mod.rs -------------------------------------------------------------------------------- /src/lean_agentic/optimized.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/optimized.rs -------------------------------------------------------------------------------- /src/lean_agentic/reasoning.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/reasoning.rs -------------------------------------------------------------------------------- /src/lean_agentic/scheduler.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/scheduler.rs -------------------------------------------------------------------------------- /src/lean_agentic/strange_loop.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/strange_loop.rs -------------------------------------------------------------------------------- /src/lean_agentic/temporal.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/temporal.rs -------------------------------------------------------------------------------- /src/lean_agentic/temporal_neural.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/temporal_neural.rs -------------------------------------------------------------------------------- /src/lean_agentic/types.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lean_agentic/types.rs -------------------------------------------------------------------------------- /src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/lib.rs -------------------------------------------------------------------------------- /src/midstream.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/midstream.rs -------------------------------------------------------------------------------- /src/tests/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/src/tests/mod.rs -------------------------------------------------------------------------------- /test_exports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/test_exports -------------------------------------------------------------------------------- /tests/integration_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/tests/integration_tests.rs -------------------------------------------------------------------------------- /tests/simulation_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/tests/simulation_tests.rs -------------------------------------------------------------------------------- /tests/temporal_compare_api_test.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/tests/temporal_compare_api_test.rs -------------------------------------------------------------------------------- /tests/temporal_scheduler_tests.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/tests/temporal_scheduler_tests.rs -------------------------------------------------------------------------------- /tests/wasm_integration_test.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/tests/wasm_integration_test.rs -------------------------------------------------------------------------------- /wasm-bindings/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm-bindings/Cargo.toml -------------------------------------------------------------------------------- /wasm-bindings/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm-bindings/src/lib.rs -------------------------------------------------------------------------------- /wasm/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/Cargo.toml -------------------------------------------------------------------------------- /wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/README.md -------------------------------------------------------------------------------- /wasm/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/src/lib.rs -------------------------------------------------------------------------------- /wasm/www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/www/index.html -------------------------------------------------------------------------------- /wasm/www/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/www/index.js -------------------------------------------------------------------------------- /wasm/www/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/midstream/HEAD/wasm/www/package.json --------------------------------------------------------------------------------