Skip to content

Template cell: a generic 'archive to store' bridge #4

Description

@mmeyerlein

Stores are driven by tool_call args, not by headers. A common need is bridging an llm's final text turn into a store insert. Package that as a reusable code template cell: read the assistant text turn, emit a {operation: insert, table, row} tool_call, and swallow store reply echoes so nothing dead-letters.

The pattern exists inline in the example colonies; this issue lifts it into a clean, documented, reusable template.

Done when: the template drops into a tree, archives an answer into a store, and has a README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions