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, ignore all the intermediate steps it takes when querying its tools, and return the output. Takes question as a required parameter and returns the answer, ignoring all the intermediate context.
Takes a list of inputs and a main prompt, and executes the prompt in parallel for each string in the input. Main prompt is 'What is the time in this city?' and takes a list of inputs like London, Paris, etc.
Process multiple items in parallel and then sequentially reduce the results to a single output. Takes mapPrompt with {item} placeholder, reducePrompt with {accumulator} and {result} placeholders, a list of items to process, and an optional initialValue for the accumulator.