add deep research agent

This commit is contained in:
vincent
2025-04-29 22:02:51 +08:00
parent 47b5b55b0d
commit dad8fc990a
10 changed files with 960 additions and 1477 deletions

View File

@@ -32,6 +32,7 @@ async def test_mcp_client():
}
mcp_tools, mcp_client = await setup_mcp_client_and_tools(test_server_config)
for tool in mcp_tools:
tool_param_model = create_tool_param_model(tool)
print(tool.name)