v0.3.0
This major release solidifies the task rating capabilities and agent reputation. It introduces agent migration capabilities, allowing seamless transitions between different versions of the framework. It also improves task tracking with dedicated IDs and fixes critical issues with service registration and agent interactions.
Added
- Added migrateAgent functionality for agent migration between versions (#31)
- Added taskId to task for better tracking and management
- Added contract changes for v3 migration (#37)
Fixed
- Fixed register service script to ensure proper service registration (#40)
- Fixed taskid in subgraph to ensure proper tracking
- Fixed task ID overwrites to prevent data conflicts (#36)
- Fixed SDK event argument handling (#35)
- Fixed agent interaction issues (#34)
- Fixed SDK installation failure (#33)
- Fixed task scripts for better reliability (#32)