AgentProcessEmbeddingEvent

Re-dispatches an EmbeddingEvent on the AgenticEventListener.onProcessEvent channel when an AgentProcess is active.

timestamp marks the process-notification time and is intentionally distinct from embeddingEvent.timestamp (the embedding call time). Correlate across pipelines via embeddingEvent.id, not timestamps.

Constructors

Link copied to clipboard
constructor(agentProcess: AgentProcess, embeddingEvent: EmbeddingEvent)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant