This roadmap outlines our development priorities and future features. For current feature status, see FEATURES.md.
- Core AI model integrations (OpenAI, Claude, Ollama)
- RAG pipelines with FAISS and Chroma
- Basic AI agents with tools (keyword-based tool routing)
- Non-transformer inference: Mamba and RWKV (HuggingFace-backed)
- CLI interface
- Basic memory management
- Compliance policy modeling (GDPR/HIPAA) with audit trails
- Additional LLM providers via OpenAI-compatible APIs
- Enhanced RAG features
- Advanced memory systems
- Fine-tuning improvements
A July 2026 audit found ~44 of the ~60 vector-store backends are real client-library-backed implementations; the 11 remaining stubs now raise NotImplementedError instead of silently failing (see FEATURES.md for the full breakdown).
- Goal: Implement the most popular vector databases; carried over from 2025, still unimplemented
- Priority Backends:
- MongoDB Atlas (vector search)
- Neo4j Vector
- OpenSearch Vector Search
- Supabase Vector
- LanceDB (full implementation)
- DeepLake
- Azure Cognitive Search
- AWS OpenSearch
- Google Vertex AI Matching Engine
- Milvus (advanced features)
- Weaviate (advanced features)
- Qdrant (full feature set)
- Pinecone (full feature set)
- Hybrid search (vector + keyword/BM25)
- Knowledge graph integration
- Multi-modal document processing
- Advanced chunking strategies
- Query optimization and reranking
- Real-time indexing
- Multi-agent orchestration improvements
- Advanced tool integration
- Agent-to-agent communication
- Hierarchical agent systems
- Graph-based memory (knowledge graphs)
- Temporal memory with timestamps
- Memory deduplication
- Memory merging and conflict resolution
- Memory scoring and relevance ranking
- QLoRA implementation
- Advanced optimization techniques
- RAG fine-tuning with synthetic data
- Hyperparameter optimization
- Multi-task fine-tuning
- Differential privacy implementation
- Homomorphic encryption (current code is a placeholder; not working today)
- Zero-knowledge proofs (current code is a placeholder; when dependencies available)
- Regulatory change detection
- Advanced audit logging
- Self-healing compliance systems
- Real-time performance tracking
- Cost optimization engine
- AI-powered anomaly detection
- Predictive maintenance
- Advanced analytics dashboard
- Visual workflow builder
- Event-driven architecture
- Advanced error recovery
- Workflow templates
- YAML/JSON workflow definitions
- Quantum Memory (real quantum hardware integration)
- Note: Current implementation is classical simulation only
- Requires access to quantum computing hardware
- Research phase
- Self-evolving agents with learning mechanisms
- Federated learning support
- Advanced model compression
- Model watermarking
- Multi-modal fusion improvements
- Enterprise integration hub
- Plugin system (Slack, Notion, Salesforce)
- Database connectors
- Real-time data integration (Kafka, MQTT)
- Edge deployment toolkit
- No-code visual builder
- Agent marketplace
- Enhanced documentation
- Interactive tutorials
- Developer tools and debuggers
These features were claimed in the README but are not feasible or will not be implemented:
- ❌ 60+ Vector Databases - Original claim retracted; a 2026 audit confirmed ~44 working client-backed backends, with the core ~18 recommended for production
- ❌ Quantum Memory (Hardware) - Requires quantum hardware access. Keeping simulation only for educational purposes
- ❌ 100+ AI Models - Focusing on quality over quantity. Supporting major providers and popular models
- ❌ Self-Evolving Agents (Fully Autonomous) - Research phase, not production-ready
- ❌ Zero-Knowledge Proofs (Full Implementation) - Dependent on external library support
- Truthful docs and honest feature status
- Stabilize the core: providers, RAG pipeline, agents
- Improve test coverage
- Fix bugs and improve error handling
- Additional providers and vector database backends
- Enhance agent framework
- Improve memory systems
- Advanced fine-tuning features
- Compliance enhancements
- Monitoring and observability
- Workflow automation
- Enterprise integrations
- Experimental features
- Research integrations
- Advanced capabilities
- Developer experience improvements
The Phase 2-4 items were originally scheduled for 2025 and did not ship on that timeline. Phases are now sequenced by dependency, not by calendar quarter.
We welcome contributions! If you'd like to work on any of these features:
- Check FEATURES.md for current status
- Review CONTRIBUTING.md for guidelines
- Open an issue or discussion to coordinate
- Submit a pull request
- Realistic Timeline: We're committed to honest, realistic timelines
- Quality Over Quantity: Better to have fewer, well-implemented features
- Community Driven: Roadmap evolves based on community needs
- Transparency: We'll update this roadmap as priorities change
Last Updated: July 2026
Next Review: Quarterly