A TypeScript-based server that allows calling other MCP clients from your own MCP client, facilitating task delegation and context window offloading for enhanced multi-agent interactions.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Ask a question to a separate LLM, ignoring all the intermediate steps it takes when querying its tools, and return the output. Takes the question as a required parameter and returns the answer.
Takes a list of inputs and a main prompt, and executes the prompt in parallel for each string in the input. Requires the main prompt and a list of inputs.
Processes multiple items in parallel and then sequentially reduces the results to a single output. Takes a mapPrompt with placeholders for individual item processing, a reducePrompt for combining results, a list of items to process, and an optional initialValue for the accumulator.