llm_call_tool
llm_call_tool: Direct Tool Invocation
llm_call_tool: Direct Tool Invocationdef llm_call_tool(
agent_name: str,
messages: List[Dict[str, Any]],
tools: List[Dict[str, Any]],
base_url: str = aios_kernel_url,
llms: List[Dict[str, Any]] = None
) -> LLMResponseLast updated