Toolnexus.Agents.Trace (toolnexus v0.12.0)

Copy Markdown View Source

The runtime's transition trace — one append-only list shared by every handle of a runtime. §0 conformance for §7D is judged on these lines: identical per-handle transition sequences against the shared examples/subagent-* fixtures.

Summary

Functions

Append one trace line.

All trace lines, in order.

Functions

add(pid, line)

@spec add(pid(), String.t()) :: :ok

Append one trace line.

all(pid)

@spec all(pid()) :: [String.t()]

All trace lines, in order.