Skip to main content

Module events

Module events 

Source
Expand description

Re-exports structured execution events from the standalone crate.

Modules§

atif
Agent Trajectory Interchange Format (ATIF) types and builder.
json
JSON helper utilities for serializing and deserializing thread events.
trace
Agent Trace specification types for AI code attribution.

Structs§

AgentMessageItem
CommandExecutionItem
ErrorItem
FileChangeItem
FileUpdateChange
HarnessEventItem
ItemCompletedEvent
ItemStartedEvent
ItemUpdatedEvent
McpToolCallItem
PlanDeltaEvent
PlanItem
ReasoningItem
ThreadCompactBoundaryEvent
ThreadCompletedEvent
ThreadErrorEvent
ThreadItem
ThreadStartedEvent
ToolInvocationItem
ToolOutputItem
TurnCompletedEvent
TurnFailedEvent
TurnStartedEvent
Usage
VersionedThreadEvent
Wraps a ThreadEvent with schema metadata so downstream consumers can negotiate compatibility before processing an event stream.
WebSearchItem

Enums§

CommandExecutionStatus
CompactionMode
CompactionTrigger
HarnessEventKind
McpToolCallStatus
PatchApplyStatus
PatchChangeKind
ThreadCompletionSubtype
ThreadEvent
Structured events emitted during autonomous execution.
ThreadItemDetails
ToolCallStatus

Constants§

EVENT_SCHEMA_VERSION
Semantic version of the serialized event schema exported by this crate.

Traits§

EventEmitter
Sink for processing ThreadEvent instances.