Skip to main content

Interface: CrewNotification

Defined in: packages/orchestration/src/crew/types.ts:174

Properties

agentName

agentName: string

Defined in: packages/orchestration/src/crew/types.ts:178


error?

optional error?: string

Defined in: packages/orchestration/src/crew/types.ts:180


result?

optional result?: unknown

Defined in: packages/orchestration/src/crew/types.ts:179


ticketId

ticketId: string

Defined in: packages/orchestration/src/crew/types.ts:176


ticketTitle

ticketTitle: string

Defined in: packages/orchestration/src/crew/types.ts:177


timestamp

timestamp: number

Defined in: packages/orchestration/src/crew/types.ts:181


type

type: "worker.completed" | "worker.failed" | "worker.started"

Defined in: packages/orchestration/src/crew/types.ts:175