datasette-llm 0.1a5

Simon Willison's Blog / 4/1/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • datasette-llm version 0.1a5 was released as an LLM integration plugin designed for other plugins to depend on.
  • The `llm_prompt_context()` hook wrapper now tracks prompts executed within a chain, not only single prompts.
  • This enhancement enables better monitoring and visibility into tool call loops by capturing the full chain execution context.
  • The update is presented as a targeted improvement to prompt/tool-call instrumentation for developers building on Datasette and LLM integrations.
Sponsored by: WorkOS — Ready to sell to Enterprise clients? Build and ship securely with WorkOS.

1st April 2026

Release datasette-llm 0.1a5 — LLM integration plugin for other plugins to depend on
  • The llm_prompt_context() plugin hook wrapper mechanism now tracks prompts executed within a chain as well as one-off prompts, which means it can be used to track tool call loops. #5
Posted 1st April 2026 at 3:11 am

This is a beat by Simon Willison, posted on 1st April 2026.

datasette 1467 llm 579

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe

datasette-llm 0.1a5 | AI Navigate