jcrewai
Version:
Multi-agent automation framework written in TypeScript. Patterned after CrewAI.
6 lines (5 loc) • 307 B
TypeScript
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;