Skip to content

Type Alias: AgentStartedEvent

Makaio Framework


Makaio Framework / ai-adapters-core / AgentStartedEvent

AgentStartedEvent = z.infer<typeof AgentStartedEventSchema>

Defined in: ../../../adapters/core/src/namespaces/schemas/lifecycle.ts:39

  • AgentStartedEvent
    • z.infer<typeof AgentStartedEventSchema>
      • typeof AgentStartedEventSchema
type AgentStartedEvent = {
eventType: 'agent_started';
model?: string | undefined;
};