RunConfig
Defined in: runner.ts:30
Properties
agentId?
optionalagentId?:string
Defined in: runner.ts:34
Agent ID for the orchestrator trace (default: derived from command).
command
command:
string[]
Defined in: runner.ts:32
Command to execute (e.g. ['python', '-m', 'alfred', 'process']).
tracesDir?
optionaltracesDir?:string
Defined in: runner.ts:38
Directory to save trace files (default: ./traces).
trigger?
optionaltrigger?:string
Defined in: runner.ts:36
Trigger label (default: "cli").
watchDirs?
optionalwatchDirs?:string[]
Defined in: runner.ts:40
Directories to watch for state file changes during execution.
watchPatterns?
optionalwatchPatterns?:string[]
Defined in: runner.ts:42
File patterns to watch (default: ["*.json"]).