universal-mcp-agents 0.1.16__py3-none-any.whl → 0.1.17__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/codeact0/llm_tool.py +2 -2
- {universal_mcp_agents-0.1.16.dist-info → universal_mcp_agents-0.1.17.dist-info}/METADATA +1 -1
- {universal_mcp_agents-0.1.16.dist-info → universal_mcp_agents-0.1.17.dist-info}/RECORD +4 -4
- {universal_mcp_agents-0.1.16.dist-info → universal_mcp_agents-0.1.17.dist-info}/WHEEL +0 -0
|
@@ -5,7 +5,7 @@ from typing import Any, Literal, cast
|
|
|
5
5
|
from langchain.chat_models import init_chat_model
|
|
6
6
|
from langchain_openai import AzureChatOpenAI
|
|
7
7
|
|
|
8
|
-
from universal_mcp.agents.codeact0.utils import get_message_text
|
|
8
|
+
from universal_mcp.agents.codeact0.utils import get_message_text, light_copy
|
|
9
9
|
|
|
10
10
|
MAX_RETRIES = 3
|
|
11
11
|
|
|
@@ -27,7 +27,7 @@ def smart_print(data: Any) -> None:
|
|
|
27
27
|
Args:
|
|
28
28
|
data: Either a dictionary with string keys, or a list of such dictionaries
|
|
29
29
|
"""
|
|
30
|
-
print(light_copy(data))
|
|
30
|
+
print(light_copy(data)) # noqa
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
def creative_writer(
|
|
@@ -32,7 +32,7 @@ universal_mcp/agents/codeact0/__main__.py,sha256=V2wLWW9ym3rtiSvPEs-N0Mki7G5dYHz
|
|
|
32
32
|
universal_mcp/agents/codeact0/agent.py,sha256=9BInAQr3csES-XHSscmeJlYJ3-wQUHPvLOf-6wFILUU,6695
|
|
33
33
|
universal_mcp/agents/codeact0/config.py,sha256=H-1woj_nhSDwf15F63WYn723y4qlRefXzGxuH81uYF0,2215
|
|
34
34
|
universal_mcp/agents/codeact0/langgraph_agent.py,sha256=ehjMV_Z1118pCFWB_Sa5H7XnUp0udsbUHjfjXjhIQM8,435
|
|
35
|
-
universal_mcp/agents/codeact0/llm_tool.py,sha256=
|
|
35
|
+
universal_mcp/agents/codeact0/llm_tool.py,sha256=fydA4BbSnhG3OLMR_VEtJxTPTmRK_mMvXGsUCO-5Mig,13829
|
|
36
36
|
universal_mcp/agents/codeact0/playbook_agent.py,sha256=YNuWQ_xK9KlOtb4kkHkxLl3CEJfmM3sUf8dwaSPyYcg,18089
|
|
37
37
|
universal_mcp/agents/codeact0/prompts.py,sha256=j8HxA3Rp-EZsms9qMBcRmFrUjeySrG1IWjqrNFXZZn8,9457
|
|
38
38
|
universal_mcp/agents/codeact0/sandbox.py,sha256=zMgHrWnQYkSkJb2MzfXvT3euCc4hvqzBE_EbX2_iLxA,3142
|
|
@@ -45,6 +45,6 @@ universal_mcp/agents/shared/tool_node.py,sha256=DC9F-Ri28Pam0u3sXWNODVgmj9PtAEUb
|
|
|
45
45
|
universal_mcp/applications/llm/__init__.py,sha256=xnpxq4Wl_pevvwtSUtEwcty8_d61ywO1V2YnEXyCREY,46
|
|
46
46
|
universal_mcp/applications/llm/app.py,sha256=iNLU6z2LRZc01GfSKvV0vNzT1LhKAjq_UrSJEmjthjw,6032
|
|
47
47
|
universal_mcp/applications/ui/app.py,sha256=c7OkZsO2fRtndgAzAQbKu-1xXRuRp9Kjgml57YD2NR4,9459
|
|
48
|
-
universal_mcp_agents-0.1.
|
|
49
|
-
universal_mcp_agents-0.1.
|
|
50
|
-
universal_mcp_agents-0.1.
|
|
48
|
+
universal_mcp_agents-0.1.17.dist-info/METADATA,sha256=GFVLLOc3wPsDCvYnLV7w1klLJJIITEax5ipX_MScI98,878
|
|
49
|
+
universal_mcp_agents-0.1.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
50
|
+
universal_mcp_agents-0.1.17.dist-info/RECORD,,
|
|
File without changes
|