Releases: fetchai/uAgents
Releases · fetchai/uAgents
v0.5.0
New features:
- Python 3.11 support
- Envelopes now include protocol digest when appropriate
- Agents can now support queries for their protocol manifests
- Envelope session ID is now used to keep track of dialogues between agents
v0.4.1
Update CosmPy dependency for better compatibility with other projects.
v0.4.0
New features:
- Add mailbox support to Bureau agents
- Update and reorganize examples
v0.3.2
New features:
- Protocol manifests
- Better startup task management
- Agentverse mailbox integration
v0.3.1
Updates:
- Includes required API key in mailbox server authentication flow
v0.3.0
New features:
- support for mailbox service
- better logging output
v0.2.0
Features:
- Core framework with interval tasks, message, and event handlers
- Initial exchange protocol implementation
- Signed and unsigned message handlers
- Supports sync (wait for response) and async message exchange
- Interface with Almanac smart contract on Fetch.ai ledger
- Optional Tortoise-ORM integration
- 10 examples
- Initial docs and test cases