Skip to content

Roadmap

Maticlib is actively developed. Below is the current progress and planned features for the library.

Core Library

  • [x] Google Gemini integration
  • [x] Mistral AI integration
  • [x] OpenAI Responses API integration
  • [x] Graph-based workflow engine
  • [x] Parallel node execution
  • [x] Automated documentation system
  • [x] Native Tool/Function calling system
  • [ ] Anthropic Claude integration
  • [ ] Ollama (Local LLM) integration
  • [ ] Streaming support for all providers

Advanced Features

  • [ ] Agent Tooling: Built-in tools for Playwright, Selenium, Code Execution, and Bash/CLI scripting.
  • [ ] RAG & Context: Add Embeddings support and Chunker functions for Context Engineering.
  • [ ] MCP Support: Tools to both host MCP servers and consume MCP clients.
  • [ ] Agent Integration: Higher-level Agent abstractions for complex task decomposition.
  • [ ] Multi-agent collaboration protocols
  • [ ] Full Telemetry & Observability (OpenTelemetry, Logging)
  • [ ] Workflow persistence & checkpointing
  • [x] Detailed Token Usage Tracking

Deployment & Ecosystem

  • [ ] FastAPI Integration: One-line utility to expose any MaticGraph or Agent as a streaming REST API.
  • [ ] MaticUI: A professional-grade interface for testing and production-ready agent interactions (with future support for authentication).