pub enum EventKind {
Show 30 variants
ProposalReceived,
ActionValidated,
ActionRejected,
ActionExecuting,
ActionSucceeded,
ActionFailed,
ActionSkipped,
ActionRetrying,
ActionDeduplicated,
PolicyViolation,
StateChanged,
StateSnapshot,
StateRollback,
SkillDistilled,
SkillEvolved,
SkillDeprecated,
EvolutionTriggered,
Consolidated,
ReplanAttempted,
ReplanProposalReceived,
ReplanRejected,
ReplanExhausted,
VoiceFastTurnStarted,
VoiceFastTurnEnded,
VoiceSidecarResolved,
VoiceSidecarFailed,
VoiceSidecarTimedOut,
VoiceTurnCancelled,
VoiceBridgePlayed,
SessionScope,
}Expand description
Event kinds matching the Python EventKind enum.
Variants§
ProposalReceived
ActionValidated
ActionRejected
ActionExecuting
ActionSucceeded
ActionFailed
ActionSkipped
ActionRetrying
ActionDeduplicated
PolicyViolation
StateChanged
StateSnapshot
StateRollback
SkillDistilled
SkillEvolved
SkillDeprecated
EvolutionTriggered
Consolidated
ReplanAttempted
ReplanProposalReceived
ReplanRejected
ReplanExhausted
VoiceFastTurnStarted
VoiceFastTurnEnded
VoiceSidecarResolved
VoiceSidecarFailed
VoiceSidecarTimedOut
VoiceTurnCancelled
VoiceBridgePlayed
SessionScope
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventKind
impl<'de> Deserialize<'de> for EventKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EventKind
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
Mutably borrows from an owned value. Read more