Release And Versioning
Sources: 1 • Confidence: Medium • Updated: 2026-04-02 03:46
Key takeaways
- datasette-enrichments-llm version 0.2a1 has been released.
- When an enrichment is triggered, the triggering actor is passed through to the LLM call as the actor argument to llm.mode(...).
Sections
Release And Versioning
- datasette-enrichments-llm version 0.2a1 has been released.
Actor Context Propagation Into Llm Calls
- When an enrichment is triggered, the triggering actor is passed through to the LLM call as the actor argument to llm.mode(...).
Unknowns
- What other functional, API, or compatibility changes (if any) are included in datasette-enrichments-llm 0.2a1 besides actor passthrough?
- What is the exact type/structure and provenance of the "actor" value being passed to llm.mode(...) in this integration?
- Does passing actor into llm.mode(...) change default behavior for existing deployments (e.g., different model selection, logging, access control), or is it inert unless user code consumes it?
- Are there documented expectations about how enrichments should handle actor-based authorization, auditing, or rate limiting after this change?
- Is there any direct operator/product/investor decision read-through in this corpus beyond "a new version exists" (e.g., recommended upgrade timing, deprecation timelines, or operational constraints)?