v0.18.0
What's Changed
- feat(chat): continuing to stream events of run by @adi-wan-askui in #153
- Integrate static ADB documentation tool for better agent responses by @mlikasam-askui in #151
- Chore/prepare cesar android by @mlikasam-askui in #149
🚀 Features
- Streaming Run Events: Extended
retrieve_runendpoint to enable streaming events for better real-time interaction - Enhanced Run Filtering: Extended
list_runsendpoint functionality to allow filtering runs by status and thread - Android Device Management: Added comprehensive Android device and display management tools to the agent
- ADB Documentation Tool: Integrated static ADB documentation tool for improved agent responses on Android operations
🚨 Breaking Changes
- API Endpoint Change: The
list_runsendpoint/threads/{thread_id}/runshas been replaced by the new endpoint/runs. Please update your API calls accordingly.
Full Changelog: v0.17.2...v0.18.0