v0.7.0
What's Changed
- CLI Example for Windows by @programminx-askui in #68
- Experimental: Chat Web App by @adi-wan-askui in #76
- Refactor tool integration with models by @adi-wan-askui in #77
- Feat/add android agent by @adi-wan-askui in #79
- Fix android agent by @mlikasam-askui in #80
- refactor: OpenRouter model integration and settings by @onur-askui in #75
🚀 Features
- OpenRouter Improvements: Response schema support and enhanced, more flexible configuration through
OpenRouterSettings(corresponding environment variables withOPEN_ROUTER_prefix) - Android Agent Support: New
AndroidVisionAgentclass for Android device automation with corresponding tools using Pure Python ADB - Exception Tool:
act()raises exceptions and fails tests automatically if it runs into issues
🐞 Bug Fixes
- Fix nested and recursive schema handling with
get() - Fix telemetry flushing by removing it to prevent hanging up within test or experimental chat api
🚨 Breaking Changes
- OpenRouter Model Naming:
OpenRouterGetModelrenamed toOpenRouterModel
Full Changelog: v0.6.0...v0.7.0