InvokeCrewOptions
Defined in: packages/agentic-control/src/crews/types.ts:24
Options for invoking a crew
Properties
Section titled “Properties”crew:
string
Defined in: packages/agentic-control/src/crews/types.ts:28
Crew name (e.g., ‘game_builder’)
optionalenv:Record<string,string>
Defined in: packages/agentic-control/src/crews/types.ts:34
Optional additional environment variables
input:
string
Defined in: packages/agentic-control/src/crews/types.ts:30
Input specification for the crew
package
Section titled “package”package:
string
Defined in: packages/agentic-control/src/crews/types.ts:26
Package name (e.g., ‘otterfall’)
timeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: packages/agentic-control/src/crews/types.ts:32
Optional timeout override in milliseconds