UNPKG

taskforce-aiagent

Version:

TaskForce is a modular, open-source, production-ready TypeScript agent framework for orchestrating AI agents, LLM-powered autonomous agents, task pipelines, dynamic toolchains, RAG workflows and memory/retrieval systems.

7 lines (6 loc) 350 B
import { Chalk } from "chalk"; export declare const logDir: string; export declare let activeLogFile: string | null; export declare function initializeTaskforceLogFile(): void; export declare function TFLog(message: string, chalk?: Chalk): void; export declare function logTaskChaining(fromTask: string, toTask: string, inputPreview?: string): void;