Variable: AgentCompleteEventSchema
Makaio Framework / ai-adapters-core / AgentCompleteEventSchema
Variable: AgentCompleteEventSchema
Section titled “Variable: AgentCompleteEventSchema”
constAgentCompleteEventSchema:ZodObject<{error:ZodOptional<ZodString>;eventType:ZodLiteral<"agent_complete">;message:ZodOptional<ZodString>; },$strip>
Defined in: ../../../adapters/core/src/namespaces/schemas/lifecycle.ts:17
Schema for agent complete event. Emitted when agent finishes processing (success or error).