README.md in agent99-0.0.2 vs README.md in agent99-0.0.3
- old
+ new
@@ -1,8 +1,8 @@
# Agent99 Framework (AFW)
-**Under Development** Initial release has no AI components - its just a generic client-server / request-response micro-services system using a peer-to-peer messaging broker and a centralized agent registry.
+**Under Development** Initial release has no AI components - its just a generic client-server / request-response micro-services system using a peer-to-peer messaging broker and a centralized agent registry. To keep up with the version changes review [The Changelog](./CHANGELOG.md) file.
Agent99 is a Ruby-based framework for building and managing AI agents in a distributed system. It provides a robust foundation for creating intelligent agents that can communicate, discover each other, and perform various tasks.
## Hype!
@@ -53,10 +53,12 @@
- Agent Discovery: Find other agents based on capabilities
- Flexible Communication: Support for both AMQP and NATS messaging systems
- Registry Integration: Register and discover agents through a central registry
- Error Handling and Logging: Built-in error management and logging capabilities
- Control Actions: Pause, resume, update configuration, and request status of agents
+- Dynamic Agent Loading: Support for runtime loading and deployment of new agents
+- Multi-Agent Processing: Run multiple agents within the same process using thread isolation
## Installation
Add this line to your application's Gemfile:
@@ -136,6 +138,6 @@
- Add AgentRequest schema to agent's info in the registry.
- Add AgentResponse schema to define the `result` element in the response JSON payload
## License
-The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
\ No newline at end of file
+The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).