telexed ~ c / d1d06ab9-2b6radar:50 · agent_toolLIVE
← back
NO.
#d1d06ab9
Topic
AGENTS & TOOLS
Source
Simon Willison
Published
2026-05-24 23:19:34
Importance
★ 5/10 — radar 50

`datasette-agent` `0.1a4` adds chat launch from Jump menu

Agent chat now sits behind the / shortcut inside Datasette. Nice pattern for making data tools conversational without adding another heavy UI surface.

[ KEY POINTS ]
  1. Uses Datasette 1.0a30's new makeJumpSections() JavaScript plugin hook, so the agent entry point lives inside the existing Jump menu.
  2. Typing a request like count entries starts an agent conversation and returns a database answer; the demo result was 3300 entries.
  3. Available on agent.datasette.io with GitHub sign-in. Worth copying as a lightweight command-palette pattern for internal tools.
Originalsimonwillison.net/2026/May/24/datasette-agent/#atom-everythingRead original →

// related