universal-mcp-agents 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of universal-mcp-agents might be problematic. Click here for more details.
- universal_mcp/agents/bigtool2/graph.py +2 -2
- {universal_mcp_agents-0.1.6.dist-info → universal_mcp_agents-0.1.7.dist-info}/METADATA +1 -1
- {universal_mcp_agents-0.1.6.dist-info → universal_mcp_agents-0.1.7.dist-info}/RECORD +4 -4
- {universal_mcp_agents-0.1.6.dist-info → universal_mcp_agents-0.1.7.dist-info}/WHEEL +0 -0
|
@@ -72,9 +72,9 @@ def build_graph(
|
|
|
72
72
|
async def web_search(query: str) -> str:
|
|
73
73
|
"""Search the web for the given query. Returns the search results."""
|
|
74
74
|
tool = await tool_registry.export_tools(
|
|
75
|
-
["
|
|
75
|
+
["exa__search_with_filters"], ToolFormat.LANGCHAIN
|
|
76
76
|
)
|
|
77
|
-
response = await tool_registry.call_tool("
|
|
77
|
+
response = await tool_registry.call_tool("exa__search_with_filters", {"query": query, "contents": {"summary": True}})
|
|
78
78
|
return response
|
|
79
79
|
|
|
80
80
|
|
|
@@ -22,7 +22,7 @@ universal_mcp/agents/bigtool/state.py,sha256=TQeGZD99okclkoCh5oz-VYIlEsC9yLQyDpn
|
|
|
22
22
|
universal_mcp/agents/bigtool2/__init__.py,sha256=wkhjOeAHhIpuciLTbKZT3J2uPIJ0KFZpCDn0xX2plNs,2421
|
|
23
23
|
universal_mcp/agents/bigtool2/__main__.py,sha256=SAHfoLqDEhUj3dF3vSzfetCzPGMC3UPJxBySHujSrDY,669
|
|
24
24
|
universal_mcp/agents/bigtool2/agent.py,sha256=ef9IIxgJmr26eYWQdazrIA-IXHGRwT0XNyPThJR55Tk,436
|
|
25
|
-
universal_mcp/agents/bigtool2/graph.py,sha256
|
|
25
|
+
universal_mcp/agents/bigtool2/graph.py,sha256=GrFYoV2KDyUuutbiS4xrLk6V-x5LftGenZRuTSLRL30,11126
|
|
26
26
|
universal_mcp/agents/bigtool2/prompts.py,sha256=rQFtZDkwU9z8d4PWdt6jpohGhyab658Xvk8hvNVBFBA,1843
|
|
27
27
|
universal_mcp/agents/bigtool2/state.py,sha256=TQeGZD99okclkoCh5oz-VYIlEsC9yLQyDpnBnm7QCN8,759
|
|
28
28
|
universal_mcp/agents/bigtoolcache/__init__.py,sha256=YY7X8-XQ3AC2t_Y9MN9dZk5wTPu7iU6YS8Yhn_akgC0,1844
|
|
@@ -45,6 +45,6 @@ universal_mcp/agents/planner/prompts.py,sha256=_JoHqiAvswtqCDu90AGUHmfsu8eWE1-_y
|
|
|
45
45
|
universal_mcp/agents/planner/state.py,sha256=qqyp-jSGsCxe1US-PRLT4-y1sITAcVE6nCMlQLnvop0,278
|
|
46
46
|
universal_mcp/agents/shared/tool_node.py,sha256=FiKY0AhxKIFpzGKGnyRL-6Dzuf0KUDmiQo7IhXmE27s,8861
|
|
47
47
|
universal_mcp/applications/ui/app.py,sha256=y1DcnX1Vg-d1cBtEP0_jUOR2ypbB0X7q4YiQNAg9WdY,11223
|
|
48
|
-
universal_mcp_agents-0.1.
|
|
49
|
-
universal_mcp_agents-0.1.
|
|
50
|
-
universal_mcp_agents-0.1.
|
|
48
|
+
universal_mcp_agents-0.1.7.dist-info/METADATA,sha256=ZIkbodKsCGXwZ3iWEbJ9i5jpZ0F6xrLtlLu-jhgjYPo,798
|
|
49
|
+
universal_mcp_agents-0.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
50
|
+
universal_mcp_agents-0.1.7.dist-info/RECORD,,
|
|
File without changes
|