Skip to content

CrewResult

Defined in: packages/agentic-control/src/crews/types.ts:40

Result from crew execution (matches agentic-crew CLI JSON output)

duration_ms: number

Defined in: packages/agentic-control/src/crews/types.ts:50

Execution time in milliseconds


optional error: string

Defined in: packages/agentic-control/src/crews/types.ts:46

Error message (if failed)


optional framework_used: string

Defined in: packages/agentic-control/src/crews/types.ts:48

Framework that was used


optional output: string

Defined in: packages/agentic-control/src/crews/types.ts:44

Crew output (if successful)


success: boolean

Defined in: packages/agentic-control/src/crews/types.ts:42

Whether execution succeeded