tooluniverse.compose_scripts.multi_agent_literature_search module¶
Multi-Agent Literature Search Compose Function¶
This module implements the compose function for the multi-agent literature search system.
- tooluniverse.compose_scripts.multi_agent_literature_search.compose(arguments, tooluniverse, call_tool, stream_callback=None)[source]¶
Multi-agent literature search compose function
- Parameters:
arguments (
dict) – Input parameters from the tool calltooluniverse (
ToolUniverse) – Reference to the ToolUniverse instancecall_tool (
function) – Function to call other toolsstream_callback (
callable, optional) – Callback function for streaming output
- Returns
dict: The result of the multi-agent search