Releases: askui/python-sdk
Releases · askui/python-sdk
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat(click): #ML-684 Add button and repeat parameter to click command by @programminx-askui in #14
- #17 Add -L for redirects in curl command by @programminx-askui in #19
- #ML-705 agent commands keyboard key up down by @programminx-askui in #20
- Ml 702 agent commands explicit wait commands for a time by @programminx-askui in #16
- feat: #ML-701 Add click without instruction by @programminx-askui in #15
- Integrate UI-TARS by @maxi-askui in #25
- feat: #ML-718 add support for new RemoteDeviceController by @programminx-askui in #26
- Ml 685 agent commands move mouse to target without click by @programminx-askui in #28
- Ml 649 ask UI integration add ai element command via askui inference by @programminx-askui in #29
Full Changelog: v0.1.11...v0.2.0
v0.1.11
What's Changed
- feat: add hub tool by @adi-wan-askui in #12
New Contributors
- @adi-wan-askui made their first contribution in #12
Full Changelog: v0.1.9...v0.1.11
Reporting
- Feature to generate HTML report of an automation run
Integrate ShowUI HF Model
showlab/ShowUI-2Bnow available as click model via HF Spaces
Hugging Face Integration
- Integrate Hugging Face Spaces models for click command
Bugfixes
- add missing requests dependency
- fix agent.keyboard and add type hints for keyboard commands
AskUI Integration
- Integrates with AskUI as a model provider
- Adds AskUI PTA and OCR models
- Adds model routing to execute click commands with different models from different model providers
- Checks token availability for model providers and raises AutomationError on missing auth
Direct Tool Use Docs and Clipboard
- integrated pyperclip for clipboard access
- agent os controlls now behind tools interface
agent.tools.os... - improved docs on tools
Keyboard Fixes
- Map keysym key names to agent os names -> fixes issues with keyboard use in act()