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.

2 lines (1 loc) 82 B
export declare function cosineSimilarity(vecA: number[], vecB: number[]): number;