Skip to main content

Overview

Durable work is explicit. Initialize a project-local workspace, select a named conversation, and use the conversation handle for sending turns and inspecting its canonical history. The harness returns bounded SDK DTOs rather than arena or canonical storage records.

Example

Key Points

  • initialize() is idempotent and creates a local .tell/arena only for this project.
  • history(), transcript(), and context() are read-only and do not invoke inference.
  • A named Tell conversation is a durable selector, not an in-memory chat object.