langroid 0.1.123__py3-none-any.whl → 0.1.124__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/task.py +1 -5
- {langroid-0.1.123.dist-info → langroid-0.1.124.dist-info}/METADATA +1 -1
- {langroid-0.1.123.dist-info → langroid-0.1.124.dist-info}/RECORD +5 -5
- {langroid-0.1.123.dist-info → langroid-0.1.124.dist-info}/LICENSE +0 -0
- {langroid-0.1.123.dist-info → langroid-0.1.124.dist-info}/WHEEL +0 -0
langroid/agent/task.py
CHANGED
@@ -107,13 +107,9 @@ class Task:
|
|
107
107
|
if user_message:
|
108
108
|
agent.set_user_message(user_message)
|
109
109
|
|
110
|
-
if settings.notebook:
|
111
|
-
# suppress color logs when running in notebook, since these
|
112
|
-
# show up in the output cell instead of log file.
|
113
|
-
self.set_color_log(False)
|
114
110
|
self.logger: None | RichFileLogger = None
|
115
111
|
self.tsv_logger: None | logging.Logger = None
|
116
|
-
self.color_log: bool = True
|
112
|
+
self.color_log: bool = False if settings.notebook else True
|
117
113
|
self.agent = agent
|
118
114
|
self.name = name or agent.config.name
|
119
115
|
self.default_human_response = default_human_response
|
@@ -20,7 +20,7 @@ langroid/agent/special/sql/utils/populate_metadata.py,sha256=zRjw31a1ZXvpx9bcmbt
|
|
20
20
|
langroid/agent/special/sql/utils/system_message.py,sha256=qKLHkvQWRQodTtPLPxr1GSLUYUFASZU8x-ybV67cB68,1885
|
21
21
|
langroid/agent/special/sql/utils/tools.py,sha256=6uB2424SLtmapui9ggcEr0ZTiB6_dL1-JRGgN8RK9Js,1332
|
22
22
|
langroid/agent/special/table_chat_agent.py,sha256=zejrvv6GaspImVJ1oXWUTVN-h-kDjadTdBDkTRqrYKo,7691
|
23
|
-
langroid/agent/task.py,sha256=
|
23
|
+
langroid/agent/task.py,sha256=rBMMUbFibGs4kMUlMksrE-D1ChYEsBNbKcB5t9Tr3xM,36261
|
24
24
|
langroid/agent/tool_message.py,sha256=_QS9_JnBdMBmpQw-ocu3PdJz_UzkFCytVky0UdIcMe0,6320
|
25
25
|
langroid/agent/tools/__init__.py,sha256=6le5y_iPEHwh7Tli_0MtwCGOjy3tPQfAdfDC7WBg2e0,172
|
26
26
|
langroid/agent/tools/extract_tool.py,sha256=u5lL9rKBzaLBOrRyLnTAZ97pQ1uxyLP39XsWMnpaZpw,3789
|
@@ -96,7 +96,7 @@ langroid/vector_store/meilisearch.py,sha256=h4e1MZJ9J3EnFfcUhLshK1Duwy1dpHWH4Ajt
|
|
96
96
|
langroid/vector_store/momento.py,sha256=otoUrpgwEduFOCUhbFFSZWKEzWF2di1d4-m3n5PIuHI,9964
|
97
97
|
langroid/vector_store/qdrant_cloud.py,sha256=3im4Mip0QXLkR6wiqVsjV1QvhSElfxdFSuDKddBDQ-4,188
|
98
98
|
langroid/vector_store/qdrantdb.py,sha256=ZEJnlNIJwWIySGhPz3jBc6spcLCPqOcUDBYBisLF90I,11379
|
99
|
-
langroid-0.1.
|
100
|
-
langroid-0.1.
|
101
|
-
langroid-0.1.
|
102
|
-
langroid-0.1.
|
99
|
+
langroid-0.1.124.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
|
100
|
+
langroid-0.1.124.dist-info/METADATA,sha256=R1oan78Q5MbFWXrJBDSasyWp_EouU7wlEWd5cNPbL4I,41666
|
101
|
+
langroid-0.1.124.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
102
|
+
langroid-0.1.124.dist-info/RECORD,,
|
File without changes
|
File without changes
|