UNPKG

@huggingface/tiny-agents

Version:

Lightweight, composable agents for AI applications

10 lines 272 B
export declare function debug(...args: unknown[]): void; export declare function error(...args: unknown[]): void; export declare const ANSI: { BLUE: string; GRAY: string; GREEN: string; RED: string; RESET: string; }; //# sourceMappingURL=utils.d.ts.map