Version: v1.10.3 | AgentDB: v3.0.0-alpha.10
Production-ready AI agents that learn, optimize, and scale Up to 7x faster β’ Up to 90% cheaper β’ Self-learning β’ Enterprise-ready* Powered by native Rust performance + distributed consensus
*Performance varies by workload. See benchmarks for details.
The Problem: Traditional AI agents are slow, expensive, forget everything on restart, don't learn from experience, and lack fault tolerance.
The Solution: Agentic Flow combines self-learning AI agents with native Rust performance, persistent memory, and distributed consensus to create agents that get smarter, faster, and more reliable with every execution.
What You Get: A complete transformation from basic AI to intelligent agents that:
- β‘ Run up to 7x faster and cost up to 90% less (in optimal scenarios)
- π§ Learn from experience and get smarter over time
- β±οΈ Deliver real-time responses in under 1 second
- π’ Scale with enterprise-grade fault tolerance
The Problem β The Solution
graph LR
subgraph P[" "]
direction TB
PH["<b>β TYPICAL AI AGENTS</b>"]
P1["πΎ Forgets Everything<br/><i>When you restart</i>"]
P2["π Really Slow<br/><i>Takes 30+ seconds</i>"]
P3["π€ Never Improves<br/><i>Same mistakes forever</i>"]
P4["πΈ Very Expensive<br/><i>$240/month</i>"]
end
subgraph S[" "]
direction TB
SH["<b>β
AGENTIC FLOW</b>"]
S1["π§ Remembers Forever<br/><b>Persistent memory</b>"]
S2["β‘ Lightning Fast<br/><b>350x faster</b>"]
S3["π Gets Smarter<br/><b>Learns from experience</b>"]
S4["π Much Cheaper<br/><b>$0-12/month</b>"]
end
P1 -->|Fixed by| S1
P2 -->|Fixed by| S2
P3 -->|Fixed by| S3
P4 -->|Fixed by| S4
style P fill:#ffebee,stroke:#ef5350,stroke-width:3px
style S fill:#e8f5e9,stroke:#66bb6a,stroke-width:3px
style PH fill:#ef5350,color:#fff,stroke:#c62828,font-size:16px
style SH fill:#66bb6a,color:#fff,stroke:#2e7d32,font-size:16px
style P1 fill:#ef5350,color:#fff,stroke:#c62828
style P2 fill:#ef5350,color:#fff,stroke:#c62828
style P3 fill:#ef5350,color:#fff,stroke:#c62828
style P4 fill:#ef5350,color:#fff,stroke:#c62828
style S1 fill:#66bb6a,color:#fff,stroke:#2e7d32
style S2 fill:#66bb6a,color:#fff,stroke:#2e7d32
style S3 fill:#66bb6a,color:#fff,stroke:#2e7d32
style S4 fill:#66bb6a,color:#fff,stroke:#2e7d32
| Category | Features | Impact |
|---|---|---|
| π Performance | Flash Attention, Native Vector Search, QUIC Protocol, Cost Optimization | Up to 7x faster, 90% cheaper, 75% lower latency* |
| π§ Intelligence | Graph Neural Networks, Reinforcement Learning, Real-time Streaming, 4-bit Compression | Self-learning, <1s responses, 8x memory efficiency |
| π’ Enterprise | Distributed Consensus, Model Quantization, Hierarchical Memory, Full Explainability | 99.9% availability, local models, complete transparency |
*Performance varies by workload and configuration. See benchmarks for methodology.
See how Agentic Flow transforms real workflows:
π Production Use Cases (Estimated Scenarios)
| Use Case | Traditional | Agentic Flow | Improvement |
|---|---|---|---|
| Code Reviews (100/day) | 35 sec $240/mo 70% accuracy |
0.1 sec $0/mo 90% accuracy |
Up to 350x faster 100% savings +20% better |
| API Development | 2 hours Manual coding No memory |
10 minutes AI-assisted Learns patterns |
12x faster Auto-complete Gets better |
| Bug Fixing | 45 min average Repeat mistakes Manual search |
5 min average Learns fixes Auto-suggest |
9x faster No repeats Smart search |
| Documentation | 1 hour/doc $180/mo Manual updates |
5 min/doc $27/mo Auto-sync |
12x faster 85% savings Always current |
Annual Savings (Estimated for Medium Team):
Traditional: $720/month Γ 12 = $8,640/year
Agentic Flow: $69/month Γ 12 = $828/year
βββββββββββββββββββββββββββββββββββ
π° Potential savings: $7,812/year (90% reduction)*
β‘ Up to 350x faster execution*
π― Up to 20% better accuracy*
*Results vary by use case. These are optimized scenarios.
π― Success Story: Code Review Agent
Before Agentic Flow:
- β±οΈ Latency: 35 seconds per review
- π° Cost: $240/month for 100 reviews/day
- π― Accuracy: 70% (missed 30% of issues)
- π€ Manual Work: Developer review required
- π Learning: Repeated same mistakes
After Agentic Flow:
- β‘ Latency: 0.1 seconds (Agent Booster)
- π° Cost: $0/month (free local processing)
- π― Accuracy: 90% (catches 90% of issues)
- β Manual Work: Zero intervention needed
- π§ Learning: Improves with every review
ROI Calculation:
Time Saved: 35s β 0.1s = 34.9s per review
Daily Savings: 34.9s Γ 100 = 3,490s = 58 minutes
Monthly Savings: 58 min Γ 22 days = 21 hours
Annual Savings: 21 hours Γ 12 = 252 hours
Developer Time Value: $100/hour
Annual Value: 252 hours Γ $100 = $25,200
Annual Cost: $0
βββββββββββββββββββββββββββββββββ
Net Benefit: $25,200/year + infinite scale
| Getting Started | Core Features | Advanced | Resources |
|---|---|---|---|
| Installation | Architecture | Agent Types | API Docs |
| Basic Usage | Performance | MCP Tools | Examples |
| CLI Guide | What's New | Enterprise | Contributing |
β‘ Performance Features β 7x Faster, 90% Cheaper, 75% Lower Latency
Four breakthrough features that deliver unprecedented performance:
| Feature | Benefit |
|---|---|
| β‘ Flash Attention | Up to 7.47x faster searches* |
| π Native Vector Search | 2,400 ops/sec with SIMD |
| π QUIC Protocol | 75% lower latency |
| π° Cost Optimizer | 90% cost savings |
Transform your search performance from 6.2s β 0.83s with native attention mechanisms:
// Before: Slow O(nΒ²) attention
// After: Lightning-fast O(n log n) Flash Attention
const results = await agentDB.search(query, k);
// 1000 sequences: 6.2s β 0.83s (7.47x faster) β
5 Attention Mechanisms:
- β‘ Flash Attention: Up to 7.47x faster (sub-linear complexity)
- π― Multi-Head: 5x better relevance (parallel attention heads)
- π§ Mixture of Experts (MoE): Dynamic routing to specialized models
- π Sparse Attention: 100x faster on long sequences
- π Cross Attention: Better context understanding
Upgraded from 0.1.24 (76 versions) with native SIMD acceleration:
const stats = backend.getExtendedStats();
// {
// nativeVersion: "0.1.100",
// isNative: true,
// simdEnabled: true β
// }
// Performance gains:
// Insert: 450 ops/sec β 2,400 ops/sec (5.3x faster)
// Search: 320 ops/sec β 1,800 ops/sec (5.6x faster)
// Batch: 2.1K/sec β 12.5K/sec (6x faster)Key Features:
- Native SIMD instructions for vector operations
- Parallel batch search (
searchBatch()) - Async API with fire-and-forget inserts
- Extended stats with native version info
Complete QUIC implementation with 0-RTT fast reconnect:
// Before: 200ms (150ms setup + 50ms transfer)
// After: 50ms (0ms 0-RTT + 50ms transfer)
// Latency reduction: 75% β
const pool = new QUICConnectionPool();
const conn = await pool.acquire('api.example.com');
// Reuses existing connection (0ms setup)
// 0-RTT hit rate: 85% β
Features:
- π 0-RTT Reconnect: Instant reconnection (0ms handshake)
- β»οΈ Connection Pooling: 82% reuse rate
- π‘ Stream Multiplexing: 100 concurrent streams
- π― Priority Scheduling: 5-tier priority system
- π Connection Migration: Seamless failover (<45ms)
- π BBR Congestion Control: Optimal throughput
Intelligent model routing that cuts costs by 90% through Agent Booster prioritization:
const optimizer = CostOptimizerService.getInstance();
const selection = optimizer.selectOptimalModel({
complexity: 25, // Simple task
inputTokens: 100,
outputTokens: 50
});
// β Agent Booster (free, 1ms) β
// β Estimated cost: $0.00
// Monthly savings (1000 operations):
// Before: $146 (all Sonnet/Opus)
// After: $14 (74% Agent Booster, 23% Haiku, 3% Sonnet)
// Savings: 90.4% β
Smart Routing:
- Agent Booster (free + 1ms): Simple tasks <30% complexity
- Haiku ($0.0002): Medium tasks 30-60% complexity
- Sonnet ($0.003): Complex tasks 60-90% complexity
- Opus ($0.015): Expert-level tasks >90% complexity
Features:
- Real-time cost tracking
- Budget enforcement (alerts at 80%)
- Spending reports with breakdown by model
- Custom model pricing support
βββββββββββββββββββββββββββββββββββββββββββββββ
BEFORE β AFTER
βββββββββββββββββββββββββββββββββββββββββββββββ
Search: 6.2s β 0.83s (7.47x faster)
Vector Ops: 450/sec β 2,400/sec (5.3x faster)
Latency: 200ms β 50ms (75% faster)
Cost: $146/mo β $14/mo (90% savings)
Memory: 2.8GB β 1.3GB (52% less)
βββββββββββββββββββββββββββββββββββββββββββββββ
- β‘ 7.47x faster searches
- π° 90.4% cost savings
- π 75% latency reduction
Learn more: Performance Report
π§ Intelligence Features β Self-Learning & Real-Time
Four features that make agents self-learning and real-time:
| Feature | Benefit | Impact |
|---|---|---|
| π§ GNN Routing | 92% accuracy | Smarter routing, pattern matching |
| π Reinforcement Learning | 20%+ improvement/100 iterations | Learns from every execution |
| β‘ Real-time Streaming | <1s responses (95th percentile) | Instant processing |
| ποΈ 4-bit Compression | 8x memory savings | Double efficiency |
Graph Neural Networks for intelligent routing and pattern matching:
// Smart skill matching with GNN
const match = await gnnRouter.matchSkills({
task: "Implement OAuth2 authentication",
context: { language: "TypeScript", framework: "Express" }
});
// β Skills: ["auth-patterns", "jwt-handling", "express-middleware"]
// β Confidence: 92% (vs 75% with basic routing)Features:
- Graph Convolutional Networks (GCN) for skill matching
- Graph Attention Networks (GAT) for context understanding
- Heterogeneous graph processing for multi-type relationships
- Node classification for task categorization
- Link prediction for workflow optimization
Agents that improve with every execution through reinforcement learning:
// Agent learns from experience
const agent = await flow.spawnAgent('coder', {
task: 'Refactor authentication module',
enableRL: true
});
// First execution: 45 seconds, 70% quality
await agent.execute();
// After 100 executions: 12 seconds, 92% quality
// Agent has learned optimal patterns β
Features:
- Policy gradient methods (PPO, A3C)
- Value function approximation (Q-learning)
- Experience replay with priority sampling
- Multi-agent reinforcement learning
- Transfer learning between tasks
Real-time processing with sub-second latency:
// Stream embeddings in real-time
const stream = await agentDB.streamEmbedding({
text: longDocument,
chunkSize: 512
});
for await (const chunk of stream) {
console.log(`Progress: ${chunk.progress}%`);
// Update UI in real-time
}
// Total time: <1s vs 5s batch processingFeatures:
- Streaming embeddings (incremental generation)
- WebSocket support for real-time updates
- Server-Sent Events (SSE) for progress tracking
- Incremental vector updates
- Backpressure handling
Double the compression with minimal quality loss:
// Before: 8-bit compression (4x savings)
// After: 4-bit compression (8x savings)
const optimizer = await agentDB.getRVFOptimizer();
await optimizer.enableQuantization('4-bit');
// 10,000 embeddings:
// 8-bit: 15MB β 3.75MB (4x)
// 4-bit: 15MB β 1.87MB (8x) β
// Quality loss: <5%Features:
- 4-bit quantization (INT4)
- Adaptive quantization based on importance
- Progressive compression (4/8/16-bit)
- Multi-level caching
Performance Validated:
- GNN routing: 92% accuracy (vs 75% baseline)
- SONA RL: 20% improvement over 100 iterations
- Streaming: <1s latency (95th percentile)
- RVF 4-bit: 8x compression with minimal quality loss
Learn more: ADR-065 Specification
π’ Enterprise Features β Enterprise Ready
Four features for fault tolerance and transparency:
| Feature | Benefit | Impact |
| Feature | Benefit | Impact |
|---|---|---|
| π Distributed Consensus | 99.9% availability | Fault-tolerant, <1s failover |
| π¦ Model Quantization | Run Llama-13B locally | 4x memory reduction, 2.7x faster |
| π§ Hierarchical Memory | 80% retention after 30 days | Better long-term memory |
| π Full Explainability | Complete audit trails | Trust + compliance |
Fault-tolerant multi-agent coordination:
// Automatic leader election + failover
const consensus = await ConsensusService.initialize({
nodes: ['agent-1', 'agent-2', 'agent-3'],
protocol: 'raft'
});
// Leader fails β New leader elected in <1s
await consensus.electLeader();
// β agent-2 elected (was follower)
// β All agents synchronized
// β Zero data loss β
Features:
- Raft leader election (automatic failover <1s)
- Log replication with strong consistency
- Byzantine fault tolerance (BFT) for malicious actors
- Distributed locks with deadlock detection
Run larger models locally with INT8/INT4:
// Quantize models for local inference
const quantizer = await QuantizationService.getInstance();
// INT8: 4x memory reduction, 2-4x faster
await quantizer.quantizeModel('llama-13b', { precision: 'int8' });
// Memory: 26GB β 6.5GB (4x reduction)
// Speed: 45 tokens/sec β 120 tokens/sec (2.7x faster)
// INT4: 8x memory reduction (embeddings)
await quantizer.quantizeEmbeddings({ precision: 'int4' });
// Memory: 1.5KB β 192 bytes per embedding (8x)Features:
- INT8 quantization (4x reduction)
- INT4 quantization (8x reduction)
- Knowledge distillation
- Dynamic quantization
- Pruning/sparsification
Advanced memory with episodic β semantic consolidation:
// 3-tier memory hierarchy
const memory = await HierarchicalMemory.getInstance();
// Working Memory: Fast access, 1MB limit
await memory.working.store(activeContext);
// Episodic Memory: Recent experiences (hours-days)
await memory.episodic.store(recentTask);
// Semantic Memory: Long-term knowledge (consolidated)
// Automatic nightly consolidation:
// episodic β semantic (80% retention after 30 days)Features:
- Working memory (active context, <100ms access)
- Episodic memory (recent experiences)
- Semantic memory (long-term knowledge)
- Automatic consolidation (nightly)
- Forgetting curves (Ebbinghaus-style)
- Spaced repetition
Complete audit trails for trust and compliance:
// Trace every decision
const explain = await ExplainabilityService.getInstance();
// Attention visualization
const attention = await explain.visualizeAttention(query);
// Shows: "Model focused on keywords: auth, security, JWT"
// Decision trees
const decision = await explain.explainDecision(routing);
// Shows: "Routed to security-expert because:
// 1. Task contains 'authentication' (80% weight)
// 2. Historical success rate: 92%
// 3. Expert availability: immediate"
// Counterfactuals
const whatIf = await explain.counterfactual({
change: { complexity: 'low' },
original: taskResult
});
// Shows: "If complexity was 'low', would use Haiku (90% faster, $0.14 cheaper)"Features:
- Attention visualization
- Decision trees
- Counterfactual explanations
- Feature importance
- Trace debugging
- Performance profiling
- Compliance reports
Performance Validated:
- Raft: <1s leader election, 99.9% availability under fault injection
- Quantization: Llama-13B (26GB β 6.5GB, 2.7x faster inference)
- Memory: 80% retention after 30 days for important memories
- Explainability: Complete audit trails with minimal overhead
Learn more: ADR-066 Specification
π Complete v3.1 Transformation Summary
| Metric | Before | After | Improvement |
|---|---|---|---|
| Search Speed | 6.2s | 0.83s | Up to 7.47x faster* |
| Vector Operations | 450/sec | 2,400/sec | Up to 5.3x faster* |
| Response Latency | 200ms | 50ms | Up to 75% lower* |
| Monthly Cost | $146 | $14 | Up to 90% savings* |
| Memory Usage | 2.8GB | 350MB | 88% reduction |
| Routing Accuracy | 75% | 92% | +17 percentage points* |
| Agent Learning | Manual | Automatic | Self-improving |
| Real-time Support | No | <1s latency | Enabled |
| Fault Tolerance | None | 99.9% | <1s failover |
*Performance varies by workload, configuration, and use case. Measurements based on specific benchmark scenarios. | Explainability | Limited | Full | Complete audit trails |
Small Team (5 developers):
Traditional AI Stack:
- Claude API: $240/month
- Vector DB: $50/month
- Monitoring: $30/month
- No learning, no optimization
ββββββββββββββββββββββββββ
Total: $320/month = $3,840/year
Agentic Flow v3.1:
- Agent Booster: $0/month (local, free)
- Haiku calls: $14/month (90% cheaper)
- Vector DB: Included (built-in)
- Monitoring: Included (explainability)
- Self-learning, fault-tolerant
ββββββββββββββββββββββββββ
Total: $14/month = $168/year
Annual Savings: $3,672 (95.6% reduction)
Medium Team (20 developers):
Traditional: $1,280/month = $15,360/year
Agentic Flow: $56/month = $672/year
Annual Savings: $14,688 (95.6% reduction)
Enterprise (100 developers):
Traditional: $6,400/month = $76,800/year
Agentic Flow: $280/month = $3,360/year
Annual Savings: $73,440 (95.6% reduction)
- Performance: 7x faster, 90% cheaper
- Intelligence: Self-learning, real-time responses
- Enterprise: Fault-tolerant, transparent operations
- Documentation: Comprehensive guides and API docs
- Security: Input validation, memory isolation
- Monitoring: Real-time metrics, explainability
- Deployment: Docker, Kubernetes, cloud-ready
- Compliance: Full audit trails, GDPR-ready
v3.1.0 β Complete intelligent agent platform with performance, intelligence, and enterprise features
π RVF Optimizer β Memory & Speed Optimization (2-100x faster, 75% smaller)
RVF (RuVector Format) is an intelligent embedding optimization layer that makes your AI agents faster and more efficient by compressing, caching, and deduplicating vector embeddings automatically.
Think of it as:
- ποΈ ZIP compression for AI memory (75% smaller)
- β‘ CDN caching for embeddings (sub-millisecond retrieval)
- π§Ή Garbage collection for old memories (automatic cleanup)
- π¦ Batch processing for efficiency (32x parallelism)
| Feature | What It Does | Benefit |
|---|---|---|
| ποΈ Compression | Reduces embeddings from 1.5KB to 192-768 bytes | 2-8x memory savings |
| β‘ Batching | Processes 32 embeddings at once | 10-100x faster |
| π Deduplication | Removes duplicate memories (98% similarity) | 20-50% storage reduction |
| πΎ Caching | LRU cache with 1-hour TTL | Sub-ms retrieval (45% hit rate) |
| π§Ή Auto-Pruning | Nightly cleanup (confidence <30%, age >30 days) | Self-maintaining |
ββββββββββββββββββββββββββββββββββββββββββββ
WITHOUT RVF β WITH RVF
ββββββββββββββββββββββββββββββββββββββββββββ
Storage: 15 MB β 3.75 MB (4x smaller)
Time: 16.7 min β 52 sec (19x faster)
Duplicates: 2,000 β 400 (80% removed)
Cache Hits: 0% β 45% (sub-ms)
Memory Cost: $15/month β $3.75/month (75% savings)
ββββββββββββββββββββββββββββββββββββββββββββ
// Enable RVF in your config
const agentDB = await AgentDBService.getInstance();
const flow = new AgentFlow({
agentDB,
enableRVF: true // That's it!
});
// Check statistics
const stats = agentDB.getRVFStats();
console.log(`Memory saved: ${stats.compression.estimatedSavings}`);
console.log(`Cache hit rate: ${stats.cache.utilizationPercent}%`);Learn more: RVF Optimization Guide
π₯ Agent Booster β Zero-Cost Code Transforms (up to 352x faster, 100% free)
Agent Booster uses local Rust/WASM to handle simple code transformations without calling expensive LLM APIs. Think of it as having a local intern that handles the boring stuff instantly and for free.
Perfect for:
- π Variable renaming (
varβconst,snake_caseβcamelCase) - π Adding type annotations
- π¨ Code formatting and linting
- π¦ Import sorting and cleanup
- π§ Simple refactoring operations
ββββββββββββββββββββββββββββββββββββββββββββ
OPERATION TRADITIONAL β AGENT BOOSTER
ββββββββββββββββββββββββββββββββββββββββββββ
Single edit: 352ms β 1ms (352x)
100 edits: 35 seconds β 0.1 seconds (350x)
1,000 files: 5.87 min β 1 second (352x)
ββββββββββββββββββββββββββββββββββββββββββββ
Cost per edit: $0.01 β $0.00 (FREE)
Monthly cost: $240 β $0 (100% savings)
ββββββββββββββββββββββββββββββββββββββββββββ
// Agent Booster detects simple patterns and handles them locally
const agent = await flow.spawnAgent('coder', {
task: 'Rename all var to const',
enableBooster: true // Automatic by default
});
// β‘ Bypasses LLM β Instant result β $0 cost
await agent.execute();
// Completed in 1ms instead of 352msWhen does it activate?
- β Simple, deterministic transformations
- β Pattern-based changes (regex + AST)
- β No complex logic required
- β Falls back to LLM for complex tasks
Result: Your team saves $240/month on simple tasks while keeping full LLM power for complex work.
π§ AgentDB v3 β Production-Ready Memory System (up to 150x faster, 97% smaller)
AgentDB is a proof-gated graph database designed specifically for AI agents. It gives your agents a persistent, secure, and lightning-fast memory system that survives restarts and learns over time.
Think of it as:
- π§ Long-term memory for AI agents (like human memory)
- π Cryptographically secure (every change is verified)
- β‘ Up to 150x faster than SQLite (native Rust performance on vector operations)
- π¦ 97% smaller package (50.1MB β 1.4MB)
| Feature | Description | Benefit |
|---|---|---|
| π Proof-Gated Mutations | Cryptographic validation for every change | Can't be tampered with |
| β‘ RuVector Backend | Native Rust vector operations | Up to 150x faster (10ΞΌs inserts) |
| π§ 21 Controllers | All cognitive patterns available | Full intelligence |
| π¦ Zero-Native Regression | No native dependencies required | 1.4MB package |
| π Sub-100ΞΌs Search | HNSW vector search | <100 microseconds |
View all controllers β
Memory & Learning:
ReasoningBank- Store reasoning patternsReflexionMemory- Self-reflection and improvementSkillLibrary- Reusable skill storageLearningSystem- Online learningNightlyLearner- Batch learning and consolidation
Graph & Causal:
CausalGraph- Causal relationship trackingCausalRecall- Cause-effect queriesExplainableRecall- Explainable decisions
Performance:
WASMVectorSearch- Ultra-fast vector searchMMRDiversityRanker- Diverse result rankingHNSWIndex- Fast approximate searchQueryOptimizer- Automatic query optimization
Coordination:
SyncCoordinator- Multi-agent syncQUICServer/QUICClient- Low-latency communication
Advanced:
EnhancedEmbeddingService- Smart embeddingsAttentionService- Attention mechanismsMetadataFilter- Advanced filteringContextSynthesizer- Context assemblySemanticRouter- Intelligent routingSonaTrajectoryService- Self-learning trajectoriesGraphTransformerService- Graph neural networks
ββββββββββββββββββββββββββββββββββββββββββββ
OPERATION SQLITE β AGENTDB V3
ββββββββββββββββββββββββββββββββββββββββββββ
Insert: 1.5ms β 10ΞΌs (150x)
Search: 5ms β 61ΞΌs (82x)
Pattern search: 10ms β 3ΞΌs (cached) (3,333x)
Proof gen: N/A β 50ΞΌs (native)
Package size: 50.1MB β 1.4MB (97% smaller)
ββββββββββββββββββββββββββββββββββββββββββββ
import { AgentDBService } from 'agentic-flow';
// Initialize with all controllers
const agentDB = await AgentDBService.getInstance();
// Access any controller
const patterns = await agentDB.reasoningBank.search('authentication');
const skills = await agentDB.skillLibrary.find('api-design');
const causal = await agentDB.causalGraph.query('cause', 'effect');
// All operations are proof-gated and lightning-fastLearn more: AgentDB Documentation
π 184+ MCP Tools β Most Comprehensive Toolkit (14 categories)
MCP (Model Context Protocol) tools give AI agents superpowers by providing access to specialized capabilities through a standardized interface. Agentic Flow provides the most comprehensive MCP toolkit available.
Think of MCP tools as:
- π API endpoints for AI agents
- π§° Power tools for specialized tasks
- π― Skills agents can learn and use
- π¦ Plugins that extend capabilities
| Category | Count | What It Does | Key Tools |
|---|---|---|---|
| π RVF Optimizer | 5 | Memory optimization | rvf_stats, rvf_prune, rvf_benchmark |
| πΎ Core | 23 | Memory & patterns | memory_store, episode_recall, pattern_search |
| π§ AgentDB | 12 | 21 controllers | reasoning_bank, skill_library, causal_graph |
| π GitHub | 8 | Repository ops | pr_create, code_review, issue_track |
| π€ Neural | 6 | ML operations | neural_train, embeddings_generate |
| β‘ RuVector | 11 | Vector ops | vector_search, index_optimize |
| ποΈ Infrastructure | 13 | System ops | daemon_start, hive_mind_init |
| π€ Autopilot | 10 | Self-learning | drift_detect, checkpoint_save |
| π Performance | 15 | Optimization | benchmark_run, bottleneck_analyze |
| βοΈ Workflow | 11 | Automation | smart_spawn, self_healing |
| π DAA | 10 | Adaptive agents | agent_adapt, workflow_execute |
| ποΈ Attention | 3 | Attention layers | multi_head, flash_attention |
| π Hidden | 17 | Advanced | wasm_search, mmr_ranking |
| π QUIC | 4 | Ultra-fast comms | quic_connect, quic_stream |
# Memory Operations (23 tools)
npx agentic-flow mcp memory_store --key="pattern" --value="auth-flow"
npx agentic-flow mcp episode_recall --query="login issues"
npx agentic-flow mcp pattern_search --pattern="api-design"
# RVF Optimization (5 tools) β NEW
npx agentic-flow mcp rvf_stats
npx agentic-flow mcp rvf_benchmark --sample-size=20
npx agentic-flow mcp rvf_prune --dry-run
# GitHub Integration (8 tools)
npx agentic-flow mcp github_pr_create --title="Fix auth"
npx agentic-flow mcp github_code_review --pr=123
npx agentic-flow mcp github_metrics --team="backend"
# Performance (15 tools)
npx agentic-flow mcp benchmark_run --target="vector-search"
npx agentic-flow mcp bottleneck_analyze --workflow="api-calls"Comparison with other frameworks:
LangChain: ~20 tools (basic coverage)
AutoGPT: ~10 tools (limited)
CrewAI: ~15 tools (minimal)
Agentic Flow: 168+ tools (comprehensive) β
Coverage breakdown:
- β Memory & Learning: 40+ tools (ReasoningBank, episodes, patterns)
- β Performance: 30+ tools (benchmarks, optimization, profiling)
- β Integration: 20+ tools (GitHub, workflows, webhooks)
- β Infrastructure: 25+ tools (daemon, coordination, QUIC)
- β Neural: 20+ tools (GNN, embeddings, attention)
- β Advanced: 33+ tools (hidden controllers, DAA, autopilot)
Result: Your agents can do everything without custom code.
Browse all tools: MCP Tools Reference
# Install latest stable
npm install agentic-flow@latest
# Or install v3 alpha (recommended)
npm install agentic-flow@alpha
# With AgentDB v3
npm install agentic-flow@alpha agentdb@v3import { AgentFlow } from 'agentic-flow';
import { AgentDBService } from 'agentic-flow/services/agentdb-service';
// Initialize with AgentDB v3 + RVF Optimizer
const agentDB = await AgentDBService.getInstance();
const flow = new AgentFlow({
agentDB,
enableLearning: true,
enableRVF: true // Enable 2-100x optimization
});
// Spawn an agent
const agent = await flow.spawnAgent('coder', {
task: 'Build a REST API with authentication'
});
// Agent learns from every execution
await agent.execute();
// Check optimization statistics
const stats = agentDB.getRVFStats();
console.log(`Cache hit rate: ${stats.cache.utilizationPercent}%`);
console.log(`Storage savings: ${stats.compression.estimatedSavings}`);# Initialize with wizard
npx agentic-flow init --wizard
# Run optimized agent
npx agentic-flow --agent coder --task "Build REST API" --optimize
# RVF operations
npx agentic-flow mcp rvf_stats
npx agentic-flow mcp rvf_benchmark --sample-size=20
npx agentic-flow mcp rvf_prune --dry-run
# Memory operations
npx agentic-flow memory store --key "auth-pattern" --value "JWT"
npx agentic-flow memory search --query "authentication"
# Swarm operations
npx agentic-flow swarm init --topology hierarchical --max-agents 8
npx agentic-flow swarm status
# Diagnostics
npx agentic-flow doctor --fixSystem Overview, Component Stack, and Data Flow
graph TB
subgraph "Application Layer"
A[CLI] --> B[AgentFlow]
B --> C[SwarmService]
B --> D[HookService]
end
subgraph "Intelligence Layer"
C --> E[AgentDB v3]
D --> E
E --> F[RVF Optimizer]
E --> G[ReasoningBank]
E --> H[GNN Learning]
end
subgraph "Native Layer"
F --> I[RuVector Rust]
H --> I
I --> J[WASM Bindings]
J --> K[Agent Booster]
end
subgraph "External"
B --> L[MCP Tools 168+]
L --> M[GitHub API]
L --> N[LLM Routers]
end
style E fill:#4CAF50
style F fill:#FFC107
style I fill:#FF5722
style L fill:#2196F3
graph LR
A[Agent Types<br/>60+ Specialists] --> B[Orchestration<br/>AgentFlow, Swarms]
B --> C[Intelligence<br/>AgentDB v3, RVF]
C --> D[Native<br/>Rust, WASM]
style A fill:#E1BEE7
style B fill:#B2DFDB
style C fill:#FFCC80
style D fill:#FFAB91
sequenceDiagram
participant U as User
participant AF as AgentFlow
participant S as SwarmService
participant ADB as AgentDB v3
participant RVF as RVF Optimizer
participant RV as RuVector
U->>AF: Execute Task
AF->>S: Spawn Agent
S->>ADB: Load Memory
ADB->>RVF: Get Embedding
RVF->>RVF: Check Cache (45% hit)
alt Cache Hit
RVF-->>ADB: Return Cached (<1ms)
else Cache Miss
RVF->>RV: Generate Embedding
RV-->>RVF: Native Vector (10ΞΌs)
RVF->>RVF: Compress (8-bit)
RVF-->>ADB: Return Optimized
end
ADB-->>S: Context Retrieved
S->>S: Execute Task
S->>ADB: Store Learning
ADB->>RVF: Store with Dedup
RVF->>RV: Persist (150x faster)
S-->>AF: Result
AF-->>U: Success + Stats
Core Development (5 agents)
coder- Implementation specialist for clean, efficient codereviewer- Code review and quality assurancetester- Comprehensive testing with TDDplanner- Strategic planning and task decompositionresearcher- Deep research and information gathering
Specialized (10 agents)
security-architect- Security system designsecurity-auditor- Vulnerability scanning and remediationmemory-specialist- AgentDB v3 optimizationperformance-engineer- Performance tuning and profilingapi-docs- OpenAPI/Swagger documentationml-developer- Machine learning model developmentmobile-dev- React Native cross-platform appsbackend-dev- REST/GraphQL API developmentcicd-engineer- GitHub Actions automationsystem-architect- Architecture patterns and decisions
Swarm Coordination (3 agents)
hierarchical-coordinator- Leader-based swarms with queen coordinationmesh-coordinator- Peer-to-peer distributed swarmsadaptive-coordinator- Dynamic topology switching
GitHub & Repository (5 agents)
pr-manager- Pull request lifecycle automationcode-review-swarm- Multi-agent code reviewsissue-tracker- Issue management and trackingrelease-manager- Release automation and changelogssync-coordinator- Multi-repository synchronization
SPARC Methodology (5 agents)
sparc-coord- SPARC workflow orchestratorsparc-coder- TDD implementation with SPARCspecification- Requirements analysispseudocode- Algorithm designarchitecture- System architecture design
Reasoning & Intelligence (5 agents)
adaptive-learner- ReasoningBank-powered self-learningpattern-matcher- Pattern recognition across tasksmemory-optimizer- Memory consolidation and pruningcontext-synthesizer- Multi-source context synthesisexperience-curator- Experience quality gatekeeper
Consensus & Coordination (7 agents)
byzantine-coordinator- Byzantine fault tolerance with malicious detectiongossip-coordinator- Gossip-based eventual consistencycrdt-synchronizer- Conflict-free replicated data typesraft-manager- Raft consensus with leader electionquorum-manager- Dynamic quorum adjustmentperformance-benchmarker- Distributed consensus benchmarkingsecurity-manager- Security protocols and validation
Specialized Workflows (20+ agents)
release-swarm- Complex release orchestrationrepo-architect- Multi-repo managementtrading-predictor- Financial trading with temporal advantagepagerank-analyzer- Graph analysis and PageRankmatrix-optimizer- Matrix operations optimizationconsensus-coordinator- Fast agreement protocolsml-developer- Model training and deploymentworkflow-automation- GitHub Actions workflowsproduction-validator- Deployment readiness validationsafla-neural- Self-aware feedback loop agents- And 10+ more...
Full Documentation: Agent Types Guide
β RVF Optimizer (5 tools) β NEW
| Tool | Description | Example |
|---|---|---|
rvf_stats |
Get compression, cache, batch statistics | npx agentic-flow mcp rvf_stats |
rvf_prune |
Manual pruning with dry-run support | npx agentic-flow mcp rvf_prune --dry-run |
rvf_cache_clear |
Force cache refresh | npx agentic-flow mcp rvf_cache_clear |
rvf_config |
Update RVF configuration | npx agentic-flow mcp rvf_config --bits=4 |
rvf_benchmark |
Performance testing | npx agentic-flow mcp rvf_benchmark --size=20 |
Core Tools (23 tools)
Memory: memory_store, memory_retrieve, memory_search, memory_list
Episodes: episode_store, episode_recall, episode_recall_diverse
Patterns: pattern_store, pattern_search
Skills: skill_publish, skill_find
Causal: causal_edge_record, causal_path_query
Graph: graph_store, graph_query
Trajectory: trajectory_record, action_predict
Router: route_semantic, explain_decision
Metrics: get_metrics, attention_stats, context_synthesize
AgentDB Controllers (12 tools)
- ReasoningBank: Store and retrieve reasoning patterns
- ReflexionMemory: Self-reflection and improvement
- SkillLibrary: Reusable skill storage
- CausalGraph: Causal relationship tracking
- LearningSystem: Online learning and adaptation
- NightlyLearner: Batch learning and consolidation
- And 6 more controllers...
GitHub Integration (8 tools)
| Tool | Description |
|---|---|
github_pr_create |
Create pull requests with templates |
github_pr_list |
List PRs with filters |
github_pr_merge |
Merge PRs with validation |
github_issue_create |
Create issues with labels |
github_issue_list |
List issues with search |
github_repo_analyze |
Repository metrics |
github_code_review |
Automated code review |
github_metrics |
Team productivity metrics |
Neural & Embeddings (6 tools)
neural_train- Train GNN modelsneural_predict- Neural predictionsneural_status- Training statusembeddings_generate- Generate embeddingsembeddings_compare- Similarity comparisonembeddings_search- Semantic search
Other Categories (114 tools)
- RuVector Operations (11 tools): Vector insert, search, remove, optimization
- Infrastructure (13 tools): Daemon, hive-mind, hooks coordination
- Autopilot (10 tools): Drift detection, learning, checkpoints
- Performance (15 tools): Benchmarking, profiling, load balancing
- Workflow Automation (11 tools): Smart spawning, session memory, self-healing
- DAA (10 tools): Dynamic adaptive agents and workflows
- Attention Mechanisms (3 tools): Multi-head, flash, MoE
- Hidden Controllers (17 tools): WASM search, MMR ranking, filtering
- QUIC Protocol (4 tools): Ultra-low latency communication
Complete Reference: MCP Tools Documentation
RVF Optimizer Impact
| Metric | Without RVF | With RVF | Improvement |
|---|---|---|---|
| Storage | 15MB | 3.75MB | 4x reduction |
| Time | 16.7 min | 52 sec | 19x faster |
| Duplicates | 2,000 stored | 400 stored | 80% dedup |
| Cache Hits | 0% | 45% | Sub-ms retrieval |
| Memory Cleanup | Manual | Automatic | Nightly pruning |
graph LR
A[Single Embedding] -->|Without RVF| B[100ms]
A -->|With RVF Cached| C[0.5ms]
A -->|With RVF Batched| D[3ms avg]
style C fill:#4CAF50
style D fill:#8BC34A
style B fill:#FF5252
Agent Booster Performance
| Operation | Traditional | Agentic Flow | Speedup |
|---|---|---|---|
| Single edit | 352ms | 1ms | 352x |
| 100 edits | 35 sec | 0.1 sec | 350x |
| 1000 files | 5.87 min | 1 sec | 352x |
| Cost/edit | $0.01 | $0.00 | Free |
Use Cases:
- Variable renaming (var β const)
- Type annotations
- Import sorting
- Code formatting
AgentDB v3 Benchmarks
| Operation | SQLite | AgentDB v3 | Speedup |
|---|---|---|---|
| Insert | 1.5ms | 10ΞΌs | 150x |
| Search | 5ms | 61ΞΌs | 82x |
| Pattern search | 10ms | 3ΞΌs (cached) | 3,333x |
| Proof generation | N/A | 50ΞΌs | Native |
Multi-Model Router Savings
| Workload | Traditional | Agentic Flow | Savings |
|---|---|---|---|
| Code review (100/day) | $240/mo | $12/mo | 95% |
| Documentation | $180/mo | $27/mo | 85% |
| Testing | $300/mo | $30/mo | 90% |
| Combined | $720/mo | $69/mo | 90% |
vs Traditional AI Agents
| Feature | Traditional Agents | Agentic Flow | Advantage |
|---|---|---|---|
| Memory | Ephemeral (lost on restart) | Persistent (AgentDB v3) | β Never forgets |
| Learning | Static behavior | Self-improving (ReasoningBank) | β Gets smarter |
| Performance | Slow (500ms latency) | Fast (Agent Booster <1ms) | β 352x faster |
| Cost | $240/month (Claude) | $0-12/month (optimized) | β 95% savings |
| Embeddings | 1.5KB/vector | 192-768 bytes (RVF) | β 2-8x compression |
| Batching | Sequential (slow) | Parallel 32x (RVF) | β 10-100x throughput |
| Caching | None | LRU cache (RVF) | β Sub-ms retrieval |
| Pruning | Manual | Automatic (RVF) | β Self-maintaining |
| MCP Tools | 10-20 tools | 168+ tools | β Most comprehensive |
| Native Performance | JavaScript | Rust (NAPI-RS) | β Up to 150x faster |
| Proof Validation | None | Cryptographic proofs | β Secure by design |
vs Popular Frameworks
| Framework | Language | Memory | Learning | Native | MCP | Swarms |
|---|---|---|---|---|---|---|
| Agentic Flow | TypeScript | β AgentDB v3 | β ReasoningBank | β Rust | β 168+ | β Yes |
| LangChain | Python/TS | β None | β No | β Python | ||
| AutoGPT | Python | β No | β Python | β No | β No | |
| CrewAI | Python | β Python | β No | β Yes | ||
| Semantic Kernel | C# | β No | β No | |||
| LlamaIndex | Python | β VectorDB | β No | β Python | β No | β No |
Performance Head-to-Head
| Metric | LangChain | AutoGPT | CrewAI | Agentic Flow |
|---|---|---|---|---|
| Code Edit Latency | 500ms | 800ms | 600ms | 1ms |
| Search Latency | 5ms | 10ms | 8ms | 61ΞΌs |
| Memory Persistence | β None | β Vector DB | ||
| Self-Learning | β No | β No | β Full | |
| Cost/Month | $240 | $300 | $180 | $12 |
| Native Bindings | β No | β No | β No | β Rust |
| MCP Tools | ~20 | ~10 | ~15 | 168+ |
Core Classes
import {
AgentFlow,
AgentDBService,
SwarmService,
HookService,
DirectCallBridge
} from 'agentic-flow';
// Initialize services
const agentDB = await AgentDBService.getInstance();
const hooks = new HookService(agentDB);
const swarm = new SwarmService(agentDB, hooks);
const bridge = new DirectCallBridge(agentDB, swarm);
// Create AgentFlow
const flow = new AgentFlow({
agentDB,
swarm,
hooks,
enableLearning: true,
enableRVF: true
});RVF Optimizer Methods
// Generate single embedding (with cache)
const embedding = await agentDB.generateEmbedding('query text');
// Batch embeddings (10-100x faster)
const embeddings = await agentDB.generateEmbeddings([
'query 1',
'query 2',
'query 3'
]);
// Store with deduplication (20-50% savings)
const ids = await agentDB.storeEpisodesWithDedup(episodes);
// Prune stale memories
const result = await agentDB.pruneStaleMemories();
// Preview: const preview = await agentDB.previewPruning();
// Get statistics
const stats = agentDB.getRVFStats();
console.log(stats);
// {
// compression: { enabled: true, quantizeBits: 8, estimatedSavings: "75%" },
// cache: { size: 3247, maxSize: 10000, utilizationPercent: "32.5" },
// batching: { enabled: true, queueSize: 5, batchSize: 32 },
// pruning: { enabled: true, minConfidence: 0.3, maxAgeDays: "30" }
// }
// Clear cache
agentDB.clearEmbeddingCache();Swarm Operations
// Initialize swarm
await swarm.initialize('hierarchical', 8, {
strategy: 'specialized',
healthCheckInterval: 5000
});
// Spawn agents
const agentId = await swarm.spawnAgent('coder', ['typescript', 'node.js']);
// Orchestrate tasks
const results = await swarm.orchestrateTasks(tasks, 'parallel');
// Get status
const status = await swarm.getStatus();
// Shutdown
await swarm.shutdown();Hook Service
// Register custom hook
hooks.on('PostToolUse', async (ctx) => {
console.log(`Tool ${ctx.data.toolName} completed`);
await agentDB.storePattern({
name: `tool-${ctx.data.toolName}`,
pattern: JSON.stringify(ctx.data),
success: true
});
});
// Trigger hook
await hooks.trigger('PreToolUse', { toolName: 'test' });
// Get statistics
const stats = hooks.getStats();Direct Call Bridge
// Memory operations (no CLI spawning, 100-200x faster)
await bridge.memoryStore('key', 'value', 'namespace');
const results = await bridge.memorySearch('query');
// Swarm operations
await bridge.swarmInit('hierarchical', 8);
const id = await bridge.agentSpawn('coder');
// Task orchestration
const results = await bridge.taskOrchestrate(tasks, 'parallel');Complete Documentation: API Reference
Kubernetes GitOps Controller
Production-ready Kubernetes operator powered by Jujutsu VCS:
# Install via Helm
helm repo add agentic-jujutsu https://agentic-jujutsu.io/helm
helm install agentic-jujutsu agentic-jujutsu/controller \
--set jujutsu.reconciler.interval=5s \
--set e2b.enabled=true
# Monitor reconciliation
kubectl get jjmanifests -A --watchFeatures:
- β‘ <100ms reconciliation (5s target, ~100ms achieved)
- π Change-centric (vs commit-centric) for granular rollbacks
- π‘οΈ Policy-first validation (Kyverno + OPA)
- π― Progressive delivery (Argo Rollouts, Flagger)
- π E2B validation (100% success rate)
Documentation: K8s Controller Guide
Billing & Economic System
Sophisticated credit system with dynamic pricing:
import { CreditSystem } from 'agentic-flow/billing';
const credits = new CreditSystem({
tiers: ['free', 'pro', 'enterprise'],
pricing: 'usage-based',
integrations: ['stripe', 'paypal']
});
// Track usage
await credits.chargeForOperation('swarm_execution', {
agents: 5,
duration: 300000
});Features:
- π³ Tiered pricing (Free, Pro, Enterprise)
- π Real-time usage tracking
- π Automatic credit refills
- π Analytics dashboard
Documentation: Billing System Guide
Deployment Patterns
Supported Patterns:
- Single-node: All-in-one deployment
- Multi-node: Distributed swarms
- Kubernetes: Cloud-native with operator
- Serverless: AWS Lambda, Vercel Edge
- Edge: Cloudflare Workers, Deno Deploy
Infrastructure as Code:
- Terraform modules
- Pulumi templates
- CloudFormation stacks
- Kubernetes manifests
Documentation: Deployment Guide
agentic-jujutsu Native Rust Package
Native Rust/WASM bindings for Jujutsu VCS:
# Install native package
cargo add agentic-jujutsu
# Or via NPM with WASM
npm install agentic-jujutsuFeatures:
- π 10-50x faster than Git
- π Change-centric (not commit-centric)
- π‘οΈ Conflict-free merging
- π Better UX for code review
Documentation: agentic-jujutsu Guide
Environment Variables
# AgentDB
AGENTDB_PATH=./agent-memory.db
AGENTDB_DIMENSION=384
AGENTDB_BACKEND=ruvector # or 'hnswlib' | 'sqlite'
# RVF Optimizer
RVF_COMPRESSION_BITS=8 # 4 | 8 | 16 | 32
RVF_BATCH_SIZE=32
RVF_CACHE_SIZE=10000
RVF_CACHE_TTL=3600000 # 1 hour
# Swarm
SWARM_TOPOLOGY=hierarchical # or 'mesh' | 'ring'
SWARM_MAX_AGENTS=8
# Performance
ENABLE_AGENT_BOOSTER=true
ENABLE_RVF=true
ENABLE_LEARNING=true
# API Keys
ANTHROPIC_API_KEY=your_key
OPENROUTER_API_KEY=your_key
OPENAI_API_KEY=your_keyConfiguration File (agentic-flow.config.json)
{
"agentdb": {
"path": "./agent-memory.db",
"dimension": 384,
"backend": "ruvector",
"enableProofGate": true
},
"rvf": {
"compression": {
"enabled": true,
"quantizeBits": 8,
"deduplicationThreshold": 0.98
},
"batching": {
"enabled": true,
"batchSize": 32,
"maxWaitMs": 10
},
"caching": {
"enabled": true,
"maxSize": 10000,
"ttl": 3600000
},
"pruning": {
"enabled": true,
"minConfidence": 0.3,
"maxAge": 2592000000
}
},
"swarm": {
"topology": "hierarchical",
"maxAgents": 8,
"strategy": "specialized",
"healthCheckInterval": 5000
}
}AGENTIC_FLOW_MEMORY_BACKEND=agentdb
Basic Agent Execution
import { AgentFlow } from 'agentic-flow';
const flow = new AgentFlow({ enableLearning: true });
const agent = await flow.spawnAgent('coder', {
task: 'Build a REST API with authentication'
});
const result = await agent.execute();
console.log(result);Swarm Coordination
import { SwarmService, HookService } from 'agentic-flow';
const hooks = new HookService(agentDB);
const swarm = new SwarmService(agentDB, hooks);
await swarm.initialize('hierarchical', 8);
const tasks = [
{ id: '1', description: 'Design API' },
{ id: '2', description: 'Implement auth' },
{ id: '3', description: 'Write tests' }
];
const results = await swarm.orchestrateTasks(tasks, 'parallel');RVF Optimization
import { AgentDBService } from 'agentic-flow';
const agentDB = await AgentDBService.getInstance();
// Batch embeddings (10-100x faster)
const queries = ['query1', 'query2', 'query3'];
const embeddings = await agentDB.generateEmbeddings(queries);
// Store with deduplication (20-50% savings)
const episodes = [...]; // Your episodes
const ids = await agentDB.storeEpisodesWithDedup(episodes);
// Get statistics
const stats = agentDB.getRVFStats();
console.log(`Cache hit rate: ${stats.cache.utilizationPercent}%`);
console.log(`Storage savings: ${stats.compression.estimatedSavings}`);Learning and Adaptation
import { AgentFlow, AgentDBService } from 'agentic-flow';
const agentDB = await AgentDBService.getInstance();
const flow = new AgentFlow({ agentDB, enableLearning: true });
// Agent learns from execution
const agent = await flow.spawnAgent('coder', {
task: 'Refactor authentication logic',
learningEnabled: true
});
await agent.execute();
// Check what it learned
const patterns = await agentDB.searchPatterns('authentication');
console.log('Learned patterns:', patterns);More Examples: Examples Directory
Getting Started Guides
Core Concepts
API Reference
Architecture
ADRs (Architecture Decision Records)
We welcome contributions! Please see:
# Clone repository
git clone https://github.com/ruvnet/agentic-flow.git
cd agentic-flow
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Run linter
npm run lintMIT OR Apache-2.0
- Documentation: Full Docs
- Issues: GitHub Issues
- Discord: Join Community
- Email: support@ruvnet.com
Built with β€οΈ by rUv
Powered by:
- Claude Agent SDK by Anthropic
- Claude Flow (101 MCP tools)
- RuVector (Native Rust vector operations)
- AgentDB (Proof-gated graph intelligence)
- OpenRouter (100+ LLM models)
- ONNX Runtime (Local inference)
Made with π by the agentic engineering community