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.

3 lines (2 loc) 124 B
import { Retriever } from "./retrieval.interface.js"; export declare function getRetrieverByName(name?: string): Retriever;