Skip to main content

RunConfig

Defined in: runner.ts:30

Properties

agentId?

optional agentId?: 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?

optional tracesDir?: string

Defined in: runner.ts:38

Directory to save trace files (default: ./traces).


trigger?

optional trigger?: string

Defined in: runner.ts:36

Trigger label (default: "cli").


watchDirs?

optional watchDirs?: string[]

Defined in: runner.ts:40

Directories to watch for state file changes during execution.


watchPatterns?

optional watchPatterns?: string[]

Defined in: runner.ts:42

File patterns to watch (default: ["*.json"]).