Type Alias: AgentStartedEvent
Makaio Framework / ai-adapters-core / AgentStartedEvent
Type Alias: AgentStartedEvent
Section titled “Type Alias: AgentStartedEvent”AgentStartedEvent =
z.infer<typeofAgentStartedEventSchema>
Defined in: ../../../adapters/core/src/namespaces/schemas/lifecycle.ts:39
Type Composition
Section titled “Type Composition”AgentStartedEventz.infer<typeof AgentStartedEventSchema>typeof AgentStartedEventSchema
Resolved Shape
Section titled “Resolved Shape”type AgentStartedEvent = { eventType: 'agent_started'; model?: string | undefined;};