Expand description
Structured execution telemetry events shared across VTCode crates.
This crate exposes the serialized schema for thread lifecycle updates,
command execution results, and other timeline artifacts emitted by the
automation runtime. Downstream applications can deserialize these
structures to drive dashboards, logging, or auditing pipelines without
depending on the full vtcode-core crate.
Modules§
- json
- JSON helper utilities for serializing and deserializing thread events.
Structs§
- Agent
Message Item - Command
Execution Item - Error
Item - File
Change Item - File
Update Change - Item
Completed Event - Item
Started Event - Item
Updated Event - McpTool
Call Item - Reasoning
Item - Thread
Error Event - Thread
Item - Thread
Started Event - Turn
Completed Event - Turn
Failed Event - Turn
Started Event - Usage
- Versioned
Thread Event - Wraps a
ThreadEventwith schema metadata so downstream consumers can negotiate compatibility before processing an event stream. - WebSearch
Item
Enums§
- Command
Execution Status - McpTool
Call Status - Patch
Apply Status - Patch
Change Kind - Thread
Event - Structured events emitted during autonomous execution.
- Thread
Item Details
Constants§
- EVENT_
SCHEMA_ VERSION - Semantic version of the serialized event schema exported by this crate.
Traits§
- Event
Emitter - Sink for processing
ThreadEventinstances.