Documentation
¶
Overview ¶
Example: drive the agent loop offline by replaying a recorded JSONL transcript through the mock "scripted" provider — no LLM credentials required.
go run ./examples/replay
In real usage the transcript is captured from a live provider with the bundled CLI's --record-to flag (or models/mock.NewRecorder from library code). Here it's inlined as a constant so the example runs standalone.
Click to show internal directories.
Click to hide internal directories.