pub enum EventKind {
Show 53 variants
RunStarted,
RunCancellationRequested,
RunCancellationResult,
ProposalReceived,
ProposalCompleted,
ActionValidated,
ActionRejected,
ActionExecuting,
ActionSucceeded,
ActionFailed,
ActionSkipped,
ActionRetrying,
ActionDeduplicated,
PolicyViolation,
StateChanged,
StateSnapshot,
StateCommitted,
StateRollback,
SkillDistilled,
SkillEvolved,
SkillDeprecated,
EvolutionTriggered,
CandidatePromoted,
CandidateRejected,
Consolidated,
ProactiveMemoryMaintained,
ProactiveMemoryIntervention,
ReplanAttempted,
ReplanProposalReceived,
ReplanRejected,
ReplanExhausted,
VoiceFastTurnStarted,
VoiceFastTurnEnded,
VoiceSidecarResolved,
VoiceSidecarFailed,
VoiceSidecarTimedOut,
VoiceTurnCancelled,
VoiceBridgePlayed,
GateAccepted,
GateRejected,
ModelFallback,
SessionScope,
PermissionDecision,
ApprovalRecorded,
BranchDecision,
AlternativeRejected,
InferenceMetered,
TransactionConflict,
AdmissionGateDecision,
ToolReceiptHallucination,
GoalEvaluated,
TurnCompleted,
RunCompleted,
}Expand description
Event kinds matching the Python EventKind enum.
Variants§
RunStarted
The authenticated runs.start bracket reached its durable boundary.
RunCancellationRequested
A body-free authenticated run cancellation request became durable.
RunCancellationResult
A deterministic run cancellation receipt became durable.
ProposalReceived
ProposalCompleted
A proposal reached its deterministic terminal result. Emitted by the CAR server after the runtime has emitted every action transition.
ActionValidated
ActionRejected
ActionExecuting
ActionSucceeded
ActionFailed
ActionSkipped
ActionRetrying
ActionDeduplicated
PolicyViolation
StateChanged
StateSnapshot
StateCommitted
Proposal-level aggregate of observed state mutations that survived the
transaction boundary. Distinct from provisional per-action
state_changed rows and from declared expected effects.
StateRollback
SkillDistilled
SkillEvolved
SkillDeprecated
EvolutionTriggered
CandidatePromoted
A provisional skill candidate passed the validation gate and was promoted
to Active, superseding its incumbent (SkillOpt-inspired — see
docs/solutions/gated-skill-optimization.md).
CandidateRejected
A provisional skill candidate failed the validation gate and was rejected (recorded in the rejected-edit buffer so it isn’t regenerated).
Consolidated
ProactiveMemoryMaintained
ProactiveMemoryIntervention
ReplanAttempted
ReplanProposalReceived
ReplanRejected
ReplanExhausted
VoiceFastTurnStarted
VoiceFastTurnEnded
VoiceSidecarResolved
VoiceSidecarFailed
VoiceSidecarTimedOut
VoiceTurnCancelled
VoiceBridgePlayed
GateAccepted
GateRejected
ModelFallback
SessionScope
PermissionDecision
ApprovalRecorded
BranchDecision
AlternativeRejected
InferenceMetered
TransactionConflict
AdmissionGateDecision
ToolReceiptHallucination
GoalEvaluated
TurnCompleted
RunCompleted
The active runs.start bracket reached one terminal state. This is
distinct from ProposalCompleted: one run can contain many proposals.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventKind
impl<'de> Deserialize<'de> for EventKind
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EventKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EventKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
impl Eq for EventKind
Source§impl JsonSchema for EventKind
impl JsonSchema for EventKind
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read moreSource§impl Serialize for EventKind
impl Serialize for EventKind
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl StructuralPartialEq for EventKind
Auto Trait Implementations§
impl Freeze for EventKind
impl RefUnwindSafe for EventKind
impl Send for EventKind
impl Sync for EventKind
impl Unpin for EventKind
impl UnsafeUnpin for EventKind
impl UnwindSafe for EventKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more