Expand description
Golden-transcript testkit.
Scripted completions drive the real actor/turn/persistence stack; tests assert on the normalized persisted transcript — the log is the canon, so the log is what gets golden-checked. Determinism comes from the commit protocol: the log fixes exactly one order for every interleaving the harness can produce.
Structs§
- Harness
- Scripted
- The honest “second impl” (D9): a scripted provider driving the real engine
in tests. Each
stream()call pops the next script.
Enums§
- Trajectory
Match - How
assert_trajectoryrelates the expected names to the actual sequence.
Functions§
- tool_
batch - A one-sample script whose assistant turn calls several tools in one batch.