UNPKG

jcrewai

Version:

Multi-agent automation framework written in TypeScript. Patterned after CrewAI.

7 lines (6 loc) 134 B
export interface TaskConfig { description?: string; expected_output?: string; output_file?: string; agent?: string; }