Changelog

View Source

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

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

[Unreleased]

Added

  • Comprehensive documentation structure with guides
  • Examples demonstrating various agent patterns
  • CI/CD workflows for automated testing and releases
  • Enhanced mix.exs configuration for better docs

Fixed

  • Compilation errors in AgentForge flow functions
  • Undefined variable 'i' in doctest examples
  • Refactored task_flow and batch_processing functions

[0.0.1] - 2025-03-27

Added

  • Initial release of redesigned LLMAgent library
  • Signal-based architecture built on AgentForge
  • Tool integration system
  • Handlers for various signal types
  • Store for managing conversation state
  • Flow compositions for different agent patterns