Skip to main content

Module events

Module events 

Source

Structs§

AgentLifecycle
Content-free lifecycle projection. This is deliberately not a serialized thread/result: arbitrary model output and backend error text stay private.
ArtifactPayload
CitationSource
McpServerLifecycle
Secret-free lifecycle observation. IDs are random, not credential/config hashes.
MemoryItem
RagCitation
A single numbered citation marker referencing one retrieved RAG chunk.
StatePatchOp
SycophancyClassification
A single sycophancy pattern match (a compact, serializable summary of a detector HeuristicMatch). Excludes the response text; the rationale is the detector’s short explanation of why the pattern triggered.

Enums§

AgentLifecycleOutcome
Terminal classification only; no response body, prompt, or raw error.
AgentLifecycleStatus
Public state vocabulary independent of the execution implementation.
McpServerState
Observable state of one exact MCP binding generation, not an access grant.
McpStateReason
Bounded reason labels; never serialize a raw connection error or token.
NormalizedEvent

Traits§

RuntimeEventSink
Trusted-host event publication boundary. Kernels supply typed event intents; the host owns ordering, retention, and transport. No detached publication.