langroid 0.1.182__py3-none-any.whl → 0.1.183__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.
@@ -31,7 +31,7 @@ from langroid.utils.configuration import settings
31
31
  from langroid.utils.constants import NO_ANSWER
32
32
 
33
33
  # Attempt to reconfigure the root logger to your desired settings
34
- log_level = logging.INFO if settings.debug else logging.INFO
34
+ log_level = logging.INFO if settings.debug else logging.WARNING
35
35
  logger.setLevel(log_level)
36
36
 
37
37
  USER_TIMEOUT = 60_000
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langroid
3
- Version: 0.1.182
3
+ Version: 0.1.183
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  License: MIT
6
6
  Author: Prasad Chalasani
@@ -3,7 +3,7 @@ langroid/agent/__init__.py,sha256=w2pap-rHrp41gMzdtzur2YY_m62LqQhF2Du-AmoIQi4,75
3
3
  langroid/agent/base.py,sha256=Fjja2BFd_F8QxqnW7KYr3vs8YCNDFPfi_qUyoq_hwgA,34783
4
4
  langroid/agent/batch.py,sha256=8zHdM-863pRD3UoCXUPKEQ4Z4iqjkNVD2xXu1WspBak,6464
5
5
  langroid/agent/callbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- langroid/agent/callbacks/chainlit.py,sha256=n5hy7JLwFqPU8yWvtZUNXnHG1_Ci7-1Ifondtq25qu8,15463
6
+ langroid/agent/callbacks/chainlit.py,sha256=LG3b_YkCi0f_Wi86SpOU_hMur6pfukHpg3K5gaAtDDY,15466
7
7
  langroid/agent/chat_agent.py,sha256=V7dtTFSVL6MWhz3iUE0RP-VJvK_zCCUE5If_XAiXEyk,37994
8
8
  langroid/agent/chat_document.py,sha256=MRp2YCy5f3Q_yPoFXVyr1vGu48wz33UGxAUtMn7MJpo,7958
9
9
  langroid/agent/helpers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -114,7 +114,7 @@ langroid/vector_store/meilisearch.py,sha256=d2huA9P-NoYRuAQ9ZeXJmMKr7ry8u90RUSR2
114
114
  langroid/vector_store/momento.py,sha256=j6Eo6oIDN2fe7lsBOlCXJn3uvvERHHTFL5QJfeREeOM,10044
115
115
  langroid/vector_store/qdrant_cloud.py,sha256=3im4Mip0QXLkR6wiqVsjV1QvhSElfxdFSuDKddBDQ-4,188
116
116
  langroid/vector_store/qdrantdb.py,sha256=_egbsP9SWBwmI827EDYSSOqfIQSmwNsmJfFTxrLpWYE,13457
117
- langroid-0.1.182.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
118
- langroid-0.1.182.dist-info/METADATA,sha256=LXJ6J5oxymFXr-y1mdY71OI6yduNLYSfPXNQw1zfeLU,45309
119
- langroid-0.1.182.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
120
- langroid-0.1.182.dist-info/RECORD,,
117
+ langroid-0.1.183.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
118
+ langroid-0.1.183.dist-info/METADATA,sha256=s5Vo5vx5oF3UEmswpHY-cJVmu6HTmk_aFva6hQCzoQY,45309
119
+ langroid-0.1.183.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
120
+ langroid-0.1.183.dist-info/RECORD,,