Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@ktn1234 ktn1234 released this 24 Mar 05:44

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.