0.1.4 (2025-02-12)
π Introducing Maiar v0.1.4
The initial release of Maiar, a composable, plugin-based AI agent framework.
This release includes the core framework and official plugins we will support, which include:
- π§ Models
- π Integrations
- πΎ Memory Providers
π¦ Packages
- βοΈ Core
- π @maiar-ai/core - The core framework for building AI agents.
- π Official Plugins
- π§ Models
- π€ @maiar-ai/model-openai - An OpenAI model provider.
- π¦ @maiar-ai/model-ollama - An Ollama model provider.
- π Integrations
- π @maiar-ai/plugin-express - A plugin for using Maiar with Express.
- βοΈ @maiar-ai/plugin-text - A plugin for text generation capabilities.
- π₯οΈ @maiar-ai/plugin-terminal - A plugin for command-line interface interactions.
- π @maiar-ai/plugin-websocket - A plugin for WebSocket communication.
- π© @maiar-ai/plugin-telegram - A plugin for Telegram bot integration.
- β³ @maiar-ai/plugin-time - An example plugin for adding time to the agent context.
- πΌοΈ @maiar-ai/plugin-image - A plugin for image processing capabilities.
- πΎ Memory Providers
- π @maiar-ai/memory-filesystem - A filesystem-based memory provider.
- ποΈ @maiar-ai/memory-sqlite - A SQLite-based memory provider.
- π§ Models