datasette-agent 0.2a0 Released with Interactive User Questions

Version 0.2a0 of datasette-agent has been released, introducing a key new feature: tools can now prompt users with questions mid-execution. Tools declaring a ‚context‘ parameter will receive a ToolContext object, enabling them to await user input for yes/no, multiple-choice, or free-text responses. This enhances the interactivity and flexibility of automated processes.

Source: Simon Willison