Interface: SupabaseConfig
Defined in: packages/orchestration/src/orchestrator.ts:47
Provide Supabase credentials and stores are created automatically
Extends
BaseConfig
Properties
customPricing?
optionalcustomPricing?:Record<string, {input:number;output:number; }>
Defined in: packages/orchestration/src/orchestrator.ts:29
Custom per-model pricing overrides
Inherited from
BaseConfig.customPricing
defaultModel?
optionaldefaultModel?:string
Defined in: packages/orchestration/src/orchestrator.ts:27
Default model ID for cost estimation (e.g. 'gpt-4o', 'claude-sonnet-5')
Inherited from
BaseConfig.defaultModel
registryOptions?
optionalregistryOptions?:AgentRegistryOptions
Defined in: packages/orchestration/src/orchestrator.ts:35
Options for the agent registry (e.g. DB-backed concurrency counting)
Inherited from
BaseConfig.registryOptions
schedulerIntervalMs?
optionalschedulerIntervalMs?:number
Defined in: packages/orchestration/src/orchestrator.ts:31
Scheduler heartbeat interval in ms (default: 30000)
Inherited from
BaseConfig.schedulerIntervalMs
supabase
supabase:
SupabaseClient
Defined in: packages/orchestration/src/orchestrator.ts:48
ticketDefaults?
optionalticketDefaults?:Partial<TicketConfig>
Defined in: packages/orchestration/src/orchestrator.ts:33
Default values merged into every createTicket call (e.g. groupChatId, metadata)
Inherited from
BaseConfig.ticketDefaults
userId
userId:
string
Defined in: packages/orchestration/src/orchestrator.ts:49