# The Changelog ## [Unreleased] ## Released ### [0.0.4] 2024-12-14 - This is a [breaking change](docs/breaking_change_v0.0.4.md) - Replaced the capabilities method with the info method so that lots of stuff can be incorporated into an agent's information packet maintained by the registry. ### [0.0.3] - 2024-12-08 - Document advanced features and update examples - Add AgentWatcher and ExampleAgent implementations - Update control actions documentation for Agent99 - Add request flow diagram and update messaging docs - Update schema documentation for improved clarity - Reorganize documentation and update architecture details - Update API reference with detailed implementation guidelines - Extend agent lifecycle documentation - Enhance agent discovery documentation and registry logic - Add KaosSpy example agent - Update README links to lowercase for consistency - Add documentation for Agent99 framework - Add Sinatra dependency and document registry processes ### [0.0.2] - 2024-12-07 - Added examples/control.rb - request status from all agents - other control messages not worked on yet ### [0.0.1] - 2024-11-28 - Initial release