CHANGELOG.md

# Changelog

All notable changes to AgentForge 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]

## [0.1.1] - 2025-03-26
### Added
- Implement Time-Based Flow Limits for Signal Processing
- Add Execution Limits and Statistics Tracking

## [0.1.0] - 2025-03-23
### Added
- Initial release
- Core signal-driven framework
- Store implementation for state management
- Flow composition utilities
- Primitive system implementation
  - Branch primitive
  - Transform primitive
  - Loop primitive
  - Sequence primitive
  - Wait primitive
  - Notify primitive
- Configuration-based workflow definition (YAML/JSON)
- Dynamic flow selection and composition
- Tool registry for extensible command execution
- Comprehensive documentation and examples

[Unreleased]: https://github.com/USERNAME/agent_forge/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/USERNAME/agent_forge/releases/tag/v0.1.0