ai.Journal

The COMPLETE record. Repair attempts, feedback, failures — everything that happened is an event.

Reference version

Signature

class ai.Journal

The COMPLETE record. Repair attempts, feedback, failures — everything that happened is an event.

Source:<builtin>/ai/journal.bamlbytes 4471058

Fields

Static methods

function

new

<Out>(spec: ai.FunctionSpec<Out>) -> ai.Journal

A journal for one run of a spec, with RunStarted appended.

Instance methods

function

append_all

(self, events: ai.events.Event[]) -> void

The driving runner is the only writer; clients and tools never append.