universal-mcp-agents 0.1.6__tar.gz → 0.1.7__tar.gz
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-0.1.6 → universal_mcp_agents-0.1.7}/PKG-INFO +1 -1
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/pyproject.toml +1 -1
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/graph.py +2 -2
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/uv.lock +2 -2
- universal_mcp_agents-0.1.6/builder_tools.py +0 -34
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/.gitignore +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/.pre-commit-config.yaml +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/GEMINI.md +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/PROMPTS.md +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/README.md +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/bump_and_release.sh +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/dataset.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/datasets/exact.jsonl +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/datasets/tasks.jsonl +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/datasets/test.jsonl +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/evaluators.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/run.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/evals/utils.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/tests/test_agents.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/__main__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/context.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/graph.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/prompts.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/state.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/autoagent/utils.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/base.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/__main__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/graph.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/prompts.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/state.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/__main__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/agent.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/prompts.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/state.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/__main__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/agent.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/context.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/graph.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/prompts.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/state.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/tools_all.txt +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtoolcache/tools_important.txt +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/builder.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/cli.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/sandbox.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/test.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/utils.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/hil.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/llm.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/__init__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/__main__.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/graph.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/prompts.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/state.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/react.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/shared/tool_node.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/simple.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/utils.py +0 -0
- {universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/applications/ui/app.py +0 -0
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/graph.py
RENAMED
|
@@ -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
|
|
|
@@ -1229,7 +1229,7 @@ name = "importlib-metadata"
|
|
|
1229
1229
|
version = "8.7.0"
|
|
1230
1230
|
source = { registry = "https://pypi.org/simple" }
|
|
1231
1231
|
dependencies = [
|
|
1232
|
-
{ name = "zipp", marker = "python_full_version < '3.
|
|
1232
|
+
{ name = "zipp", marker = "python_full_version < '3.12'" },
|
|
1233
1233
|
]
|
|
1234
1234
|
sdist = { url = "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", size = 56641, upload-time = "2025-04-27T15:29:01.736Z" }
|
|
1235
1235
|
wheels = [
|
|
@@ -3552,7 +3552,7 @@ wheels = [
|
|
|
3552
3552
|
|
|
3553
3553
|
[[package]]
|
|
3554
3554
|
name = "universal-mcp-agents"
|
|
3555
|
-
version = "0.1.
|
|
3555
|
+
version = "0.1.6"
|
|
3556
3556
|
source = { editable = "." }
|
|
3557
3557
|
dependencies = [
|
|
3558
3558
|
{ name = "langchain-anthropic" },
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
from universal_mcp.agentr.registry import AgentrRegistry
|
|
2
|
-
from universal_mcp.agents.builder import BuilderAgent
|
|
3
|
-
import json
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def load_tasks():
|
|
7
|
-
with open("src/evals/datasets/tasks.jsonl", "r") as f:
|
|
8
|
-
for line in f:
|
|
9
|
-
yield json.loads(line)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
async def main():
|
|
13
|
-
registry = AgentrRegistry()
|
|
14
|
-
builder = BuilderAgent(
|
|
15
|
-
name="Builder Agent",
|
|
16
|
-
instructions="You are a builder agent that creates other agents.",
|
|
17
|
-
model="gemini/gemini-1.5-pro",
|
|
18
|
-
registry=registry,
|
|
19
|
-
)
|
|
20
|
-
updated_tasks = []
|
|
21
|
-
tasks = load_tasks()
|
|
22
|
-
for task in tasks:
|
|
23
|
-
print(task["user_input"])
|
|
24
|
-
result = await builder.invoke(task["user_input"])
|
|
25
|
-
tools = result["tool_config"] or {}
|
|
26
|
-
updated_tasks.append({**task, "required_tools": tools})
|
|
27
|
-
with open("src/evals/datasets/tasks_with_tools.jsonl", "w") as f:
|
|
28
|
-
for task in updated_tasks:
|
|
29
|
-
f.write(json.dumps(task) + "\n")
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
if __name__ == "__main__":
|
|
33
|
-
import asyncio
|
|
34
|
-
asyncio.run(main())
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/graph.py
RENAMED
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool/state.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/agent.py
RENAMED
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/bigtool2/state.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/test.py
RENAMED
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/codeact/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/graph.py
RENAMED
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/planner/state.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/agents/simple.py
RENAMED
|
File without changes
|
|
File without changes
|
{universal_mcp_agents-0.1.6 → universal_mcp_agents-0.1.7}/src/universal_mcp/applications/ui/app.py
RENAMED
|
File without changes
|