Documentation
¶
Overview ¶
Example: drive an autonomous run via the AutonomousHandle API. Demonstrates Pause / Resume / Inject / Stop without LLM credentials by using the echo mock provider as the model.
The "agent" just echoes whatever prompt it sees, so the trace shows: - Initial turn with the goal - Pause + Resume (visible as a gap in the activity log) - Inject() arriving on the post-pause turn as an [Inbox] block - Stop tearing the goroutine down
go run ./examples/autonomous-handle
Click to show internal directories.
Click to hide internal directories.