Skip to main content

Interface: TicketConfig

Defined in: packages/orchestration/src/types.ts:10

Extended by

Properties

assignee?

optional assignee?: string

Defined in: packages/orchestration/src/types.ts:15

Agent name to assign (optional — scheduler can auto-assign)


deadline?

optional deadline?: Date

Defined in: packages/orchestration/src/types.ts:23

Deadline (optional)


dependsOn?

optional dependsOn?: string[]

Defined in: packages/orchestration/src/types.ts:17

Ticket IDs this depends on (must complete first)


description

description: string

Defined in: packages/orchestration/src/types.ts:12


groupChatId?

optional groupChatId?: string

Defined in: packages/orchestration/src/types.ts:25

Group chat ID for Realtime filtering (injected by session manager, not the LLM)


metadata?

optional metadata?: Record<string, unknown>

Defined in: packages/orchestration/src/types.ts:19

Arbitrary metadata


priority?

optional priority?: TicketPriority

Defined in: packages/orchestration/src/types.ts:13


tags?

optional tags?: string[]

Defined in: packages/orchestration/src/types.ts:21

Tags for filtering and capability matching


title

title: string

Defined in: packages/orchestration/src/types.ts:11