CHANGELOG.md

# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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