Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 18-10-2025

Added

  • Multi-provider model support (OpenAI, Anthropic, and more)
  • Phoenix observability integration for enhanced monitoring
  • Simplified Python agent class architecture
  • Agent multi-modal support (text/audio/image/video)
  • Include advanced demo with a RAG example.

Changed

  • Updated all dependencies to their latest stable versions

Fixed

  • Resolved input validation edge cases
  • Enhanced error handling with more descriptive messages

[0.1.0] - 11-09-2025

Added

  • Basic AI agent functionality
  • Multiagent ecosystem support
  • MCP server integration
  • Custom and 3rd parties tool support
  • Basic logging and monitoring
  • Configuration via YAML/JSON files
  • Initial documentation and quick start guides
  • Basic usage examples

Types of changes

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities