langroid 0.56.4__py3-none-any.whl → 0.56.5__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/base.py +0 -4
- {langroid-0.56.4.dist-info → langroid-0.56.5.dist-info}/METADATA +1 -1
- {langroid-0.56.4.dist-info → langroid-0.56.5.dist-info}/RECORD +5 -5
- {langroid-0.56.4.dist-info → langroid-0.56.5.dist-info}/WHEEL +0 -0
- {langroid-0.56.4.dist-info → langroid-0.56.5.dist-info}/licenses/LICENSE +0 -0
langroid/agent/base.py
CHANGED
@@ -279,9 +279,6 @@ class Agent(ABC):
|
|
279
279
|
if param.annotation != inspect.Parameter.empty:
|
280
280
|
ann_str = str(param.annotation)
|
281
281
|
# Check for Agent-like types
|
282
|
-
print(param, inspect.isclass(param.annotation))
|
283
|
-
print(param, issubclass(param.annotation, Agent))
|
284
|
-
print(param, param.annotation is ChatDocument)
|
285
282
|
if (
|
286
283
|
inspect.isclass(param.annotation)
|
287
284
|
and issubclass(param.annotation, Agent)
|
@@ -312,7 +309,6 @@ class Agent(ABC):
|
|
312
309
|
elif param.name == "chat_doc":
|
313
310
|
chat_doc_param = param.name
|
314
311
|
|
315
|
-
print(has_annotations, agent_param, chat_doc_param)
|
316
312
|
return has_annotations, agent_param, chat_doc_param
|
317
313
|
|
318
314
|
@no_type_check
|
@@ -3,7 +3,7 @@ langroid/exceptions.py,sha256=OPjece_8cwg94DLPcOGA1ddzy5bGh65pxzcHMnssTz8,2995
|
|
3
3
|
langroid/mytypes.py,sha256=HIcYAqGeA9OK0Hlscym2FI5Oax9QFljDZoVgRlomhRk,4014
|
4
4
|
langroid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
langroid/agent/__init__.py,sha256=ll0Cubd2DZ-fsCMl7e10hf9ZjFGKzphfBco396IKITY,786
|
6
|
-
langroid/agent/base.py,sha256=
|
6
|
+
langroid/agent/base.py,sha256=GVE_vdtDUJpldACH4LQwjqbQ11UDn9thr2-uBXk0RjU,86009
|
7
7
|
langroid/agent/batch.py,sha256=wpE9RqCNDVDhAXkCB7wEqfCIEAi6qKcrhaZ-Zr9T4C0,21375
|
8
8
|
langroid/agent/chat_agent.py,sha256=2HIYzYxkrGkRIS97ioKfIqjaW3RbX89M39LjzBobBEY,88381
|
9
9
|
langroid/agent/chat_document.py,sha256=0e6zYkqIorMIVbCsxOul9ziwAPPOWDsBsRV9E8ux-WI,18055
|
@@ -137,7 +137,7 @@ langroid/vector_store/pineconedb.py,sha256=otxXZNaBKb9f_H75HTaU3lMHiaR2NUp5MqwLZ
|
|
137
137
|
langroid/vector_store/postgres.py,sha256=wHPtIi2qM4fhO4pMQr95pz1ZCe7dTb2hxl4VYspGZoA,16104
|
138
138
|
langroid/vector_store/qdrantdb.py,sha256=O6dSBoDZ0jzfeVBd7LLvsXu083xs2fxXtPa9gGX3JX4,18443
|
139
139
|
langroid/vector_store/weaviatedb.py,sha256=Yn8pg139gOy3zkaPfoTbMXEEBCiLiYa1MU5d_3UA1K4,11847
|
140
|
-
langroid-0.56.
|
141
|
-
langroid-0.56.
|
142
|
-
langroid-0.56.
|
143
|
-
langroid-0.56.
|
140
|
+
langroid-0.56.5.dist-info/METADATA,sha256=6SY2uUuGE0NGaE-a__rDk2g0MMGBxudxikjVpjdla2A,65744
|
141
|
+
langroid-0.56.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
142
|
+
langroid-0.56.5.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
|
143
|
+
langroid-0.56.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|