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:
The result of the multi-agent search
- Return type: