CrewToolConfig
Defined in: packages/agentic-control/src/crews/types.ts:12
Configuration for crew tool execution
Properties
Section titled “Properties”defaultTimeout?
Section titled “defaultTimeout?”
optionaldefaultTimeout:number
Defined in: packages/agentic-control/src/crews/types.ts:16
Default timeout in milliseconds (default: 300000 = 5 minutes)
optionalenv:Record<string,string>
Defined in: packages/agentic-control/src/crews/types.ts:18
Environment variables to pass to crew execution
invokeMethod?
Section titled “invokeMethod?”
optionalinvokeMethod:"uv"|"direct"
Defined in: packages/agentic-control/src/crews/types.ts:14
How to invoke agentic-crew: ‘uv’ (default) or ‘direct’