Datasette Agent 0.4a0: New Browser Task Tool for Plugins
Datasette Agent 0.4a0 introduces a new `await context.browser_task()` mechanism that allows agent tools to run code directly in the user's browser. This enables plugins to provide tools that execute custom JavaScript in the browser.
The release of Datasette Agent 0.4a0 adds a new capability: the `await context.browser_task()` mechanism, which enables agent tools to execute code directly in the user's browser. This feature simplifies the creation of Datasette Agent plugins that provide tools for running custom JavaScript in the browser, opening up new possibilities for interactive automation.
Source: Simon Willison —
original
