Agent Process Embedding Event
class AgentProcessEmbeddingEvent(val agentProcess: AgentProcess, val embeddingEvent: EmbeddingEvent) : AbstractAgentProcessEvent
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.