Type Alias: AgentStarted
Makaio Framework / contracts / AgentStarted
Type Alias: AgentStarted
Section titled “Type Alias: AgentStarted”AgentStarted =
z.infer<typeofStartedSchema>
Defined in: ../../../packages/contracts/src/agent/schemas/started.ts:31
Type Composition
Section titled “Type Composition”AgentStartedz.infer<typeof StartedSchema>typeof StartedSchema
Resolved Shape
Section titled “Resolved Shape”type AgentStarted = { agentId: string; adapterId: string; adapterName: string; adapterSessionId: string; model: string | null; cwd: string | null; sessionId?: string | undefined; messageId?: string | undefined; turnId?: string | undefined; clientId?: string | undefined; providerConfigId?: string | undefined; occurredAt?: number | undefined;};