Changelog¶
See the full CHANGELOG.md on GitHub for a complete list of changes.
Latest Release: v0.2.0-alpha¶
🌊 Streaming Support¶
- Native streaming for all providers (OpenAI, Anthropic, Ollama)
- Real-time token-by-token responses
- Visual progress indicators
🧠Advanced Reasoning Patterns¶
- Chain of Thought (CoT) - Step-by-step reasoning
- Tree of Thoughts (ToT) - Multi-path exploration
- ReAct Pattern - Reasoning with tool actions
🔌 Model Context Protocol (MCP)¶
- First-class MCP support
- WebSocket-based client and server
- Tool interoperability
📊 Production Telemetry¶
- OpenTelemetry integration
- Distributed tracing
- Prometheus metrics
💾 Advanced Memory Systems¶
- Vector memory with ChromaDB
- Knowledge graph memory
- Hybrid memory approaches