UNPKG

jcrewai

Version:

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

7 lines (6 loc) 113 B
export interface AgentConfig { role?: string; goal?: string; backstory?: string; llm?: string; }