UNPKG

jcrewai

Version:

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

6 lines (5 loc) 307 B
import 'reflect-metadata'; export declare function agent(target: any, propertyKey: string): void; export declare function task(target: any, propertyKey: string): void; export declare function crew(target: any, propertyKey: string): void; export declare function llm(target: any, propertyKey: string): void;