UNPKG

jcrewai

Version:

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

9 lines (8 loc) 242 B
export declare class I18N { private readonly prompts; constructor(customPrompts?: any); private retrieve; slice(key: string): string; errors(key: string): string; tools(key: string): string | Record<string, string>; }