langroid 0.53.8__py3-none-any.whl → 0.53.11__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.
- langroid/agent/tools/mcp/fastmcp_client.py +1 -1
- {langroid-0.53.8.dist-info → langroid-0.53.11.dist-info}/METADATA +1 -1
- {langroid-0.53.8.dist-info → langroid-0.53.11.dist-info}/RECORD +5 -5
- {langroid-0.53.8.dist-info → langroid-0.53.11.dist-info}/WHEEL +0 -0
- {langroid-0.53.8.dist-info → langroid-0.53.11.dist-info}/licenses/LICENSE +0 -0
@@ -171,7 +171,7 @@ class FastMCPClient:
|
|
171
171
|
# IMPORTANT: Avoid clashes with reserved field names in Langroid ToolMessage!
|
172
172
|
# First figure out which field names are reserved
|
173
173
|
reserved = set(_BaseToolMessage.__annotations__.keys())
|
174
|
-
reserved.update(["recipient", "_handler"])
|
174
|
+
reserved.update(["recipient", "_handler", "name"])
|
175
175
|
renamed: Dict[str, str] = {}
|
176
176
|
new_fields: Dict[str, Tuple[type, Any]] = {}
|
177
177
|
for fname, (ftype, fld) in fields.items():
|
@@ -56,7 +56,7 @@ langroid/agent/tools/segment_extract_tool.py,sha256=__srZ_VGYLVOdPrITUM8S0HpmX4q
|
|
56
56
|
langroid/agent/tools/tavily_search_tool.py,sha256=soI-j0HdgVQLf09wRQScaEK4b5RpAX9C4cwOivRFWWI,1903
|
57
57
|
langroid/agent/tools/mcp/__init__.py,sha256=DJNM0VeFnFS3pJKCyFGggT8JVjVu0rBzrGzasT1HaSM,387
|
58
58
|
langroid/agent/tools/mcp/decorators.py,sha256=h7dterhsmvWJ8q4mp_OopmuG2DF71ty8cZwOyzdDZuk,1127
|
59
|
-
langroid/agent/tools/mcp/fastmcp_client.py,sha256=
|
59
|
+
langroid/agent/tools/mcp/fastmcp_client.py,sha256=j8O67C-AaId_1vUNRMxJHq86CnRuD0m9Vu3e9mYExuI,17453
|
60
60
|
langroid/cachedb/__init__.py,sha256=G2KyNnk3Qkhv7OKyxTOnpsxfDycx3NY0O_wXkJlalNY,96
|
61
61
|
langroid/cachedb/base.py,sha256=ztVjB1DtN6pLCujCWnR6xruHxwVj3XkYniRTYAKKqk0,1354
|
62
62
|
langroid/cachedb/redis_cachedb.py,sha256=7kgnbf4b5CKsCrlL97mHWKvdvlLt8zgn7lc528jEpiE,5141
|
@@ -133,7 +133,7 @@ langroid/vector_store/pineconedb.py,sha256=otxXZNaBKb9f_H75HTaU3lMHiaR2NUp5MqwLZ
|
|
133
133
|
langroid/vector_store/postgres.py,sha256=wHPtIi2qM4fhO4pMQr95pz1ZCe7dTb2hxl4VYspGZoA,16104
|
134
134
|
langroid/vector_store/qdrantdb.py,sha256=O6dSBoDZ0jzfeVBd7LLvsXu083xs2fxXtPa9gGX3JX4,18443
|
135
135
|
langroid/vector_store/weaviatedb.py,sha256=Yn8pg139gOy3zkaPfoTbMXEEBCiLiYa1MU5d_3UA1K4,11847
|
136
|
-
langroid-0.53.
|
137
|
-
langroid-0.53.
|
138
|
-
langroid-0.53.
|
139
|
-
langroid-0.53.
|
136
|
+
langroid-0.53.11.dist-info/METADATA,sha256=y1ONfqhVaWW186kRE7ajL-uK4IGpkqedHN6h1iiEOtQ,64946
|
137
|
+
langroid-0.53.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
138
|
+
langroid-0.53.11.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
|
139
|
+
langroid-0.53.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|