Skip to content

v0.16.0

Choose a tag to compare

@adi-wan-askui adi-wan-askui released this 12 Sep 07:30
· 536 commits to main since this release

What's Changed

🚀 Features

  • Dynamic Assistants: Replaced hard-coded agents with dynamic agents ("assistants") using hard-coded tools and tools from MCP servers for improved flexibility ⟶ Custom agent ("assistant") can be created through API
  • Workflows API: CRUD operations for basic RPA workflow management
  • Orchestrator Agent: Introduced orchestrator agent and fixed testing agent functionality

🐛 Bug Fixes

  • Computer Tool: Fixed computer tool usage inconsistency between chat (MCP) and agent (ACT) implementations
  • Android Drag & Drop: Resolved issues with Android drag and drop functionality
  • MCP Session Management: MCP client session handling with persistent connections and lazy initialization ⟶ MCP sessions are now held indefinitely after initialization and scoped to a workspace

🚨 Breaking Changes

Full Changelog: v0.15.1...v0.16.0