lionagi 0.15.3__py3-none-any.whl → 0.15.4__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.
- lionagi/session/branch.py +5 -1
- lionagi/version.py +1 -1
- {lionagi-0.15.3.dist-info → lionagi-0.15.4.dist-info}/METADATA +1 -1
- {lionagi-0.15.3.dist-info → lionagi-0.15.4.dist-info}/RECORD +6 -6
- {lionagi-0.15.3.dist-info → lionagi-0.15.4.dist-info}/WHEEL +0 -0
- {lionagi-0.15.3.dist-info → lionagi-0.15.4.dist-info}/licenses/LICENSE +0 -0
lionagi/session/branch.py
CHANGED
@@ -8,7 +8,7 @@ from typing import Any, Literal
|
|
8
8
|
|
9
9
|
import pandas as pd
|
10
10
|
from jinja2 import Template
|
11
|
-
from pydantic import BaseModel, Field, JsonValue, PrivateAttr
|
11
|
+
from pydantic import BaseModel, Field, JsonValue, PrivateAttr, field_serializer
|
12
12
|
|
13
13
|
from lionagi.config import settings
|
14
14
|
from lionagi.fields import Instruct
|
@@ -394,6 +394,10 @@ class Branch(Element, Communicatable, Relational):
|
|
394
394
|
for tool in tools:
|
395
395
|
self._register_tool(tool, update=update)
|
396
396
|
|
397
|
+
@field_serializer("user")
|
398
|
+
def _serialize_user(self, v):
|
399
|
+
return str(v) if v else None
|
400
|
+
|
397
401
|
# -------------------------------------------------------------------------
|
398
402
|
# Conversion / Serialization
|
399
403
|
# -------------------------------------------------------------------------
|
lionagi/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.15.
|
1
|
+
__version__ = "0.15.4"
|
@@ -6,7 +6,7 @@ lionagi/config.py,sha256=W3JOC_TFad8hFkpTG8yv0-GNupa7x3wX4NAUfWpB59U,3763
|
|
6
6
|
lionagi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
lionagi/settings.py,sha256=HDuKCEJCpc4HudKodBnhoQUGuTGhRHdlIFhbtf3VBtY,1633
|
8
8
|
lionagi/utils.py,sha256=Adtr1wyrU9Ra-HfHDoHLWasD6V88Z8sqkg2CQ8i8nzI,38686
|
9
|
-
lionagi/version.py,sha256=
|
9
|
+
lionagi/version.py,sha256=Ypoj4dM4zqbnGvYnOqiUlHcf_l1wO2M39u5_-ECRTQU,23
|
10
10
|
lionagi/adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
lionagi/adapters/async_postgres_adapter.py,sha256=Kf2YCzwRqKpEHY3GQCXEiMl201CCIkDvXcvddwZNkkE,12723
|
12
12
|
lionagi/adapters/postgres_model_adapter.py,sha256=e_wfJNyihbpLCXuAs_W9tbLoMXAXbAXtkQDaHfqWz3o,4555
|
@@ -225,7 +225,7 @@ lionagi/service/third_party/exa_models.py,sha256=G_hnekcy-DillPLzMoDQ8ZisVAL8Mp7
|
|
225
225
|
lionagi/service/third_party/openai_model_names.py,sha256=C44tnqexgc4ZU2-3I_sn5d688hf3WWx-25xBd50bvas,5121
|
226
226
|
lionagi/service/third_party/pplx_models.py,sha256=-EhyJgOWR6rzSv3zczUtk80X6c19p18Dg9KC6l8BFRQ,6473
|
227
227
|
lionagi/session/__init__.py,sha256=kDypY6L3kGPnatAw7YNQAykgg-9MlIBnlhHExaXvt-c,202
|
228
|
-
lionagi/session/branch.py,sha256=
|
228
|
+
lionagi/session/branch.py,sha256=79l014dCsyOdI4daBLOzyTTLnfYv89Bg7uf9qcg_Bwg,68449
|
229
229
|
lionagi/session/prompts.py,sha256=GPr0jibyAAqS3awDzGC8SoCL6aWJLLCCbXY0JUuxOC0,3170
|
230
230
|
lionagi/session/session.py,sha256=FzsUsqEQ6cnGd57E4HmEucftz5nMKsfj9kemRDqsXwU,13257
|
231
231
|
lionagi/tools/__init__.py,sha256=5y5joOZzfFWERl75auAcNcKC3lImVJ5ZZGvvHZUFCJM,112
|
@@ -234,7 +234,7 @@ lionagi/tools/types.py,sha256=XtJLY0m-Yi_ZLWhm0KycayvqMCZd--HxfQ0x9vFUYDE,230
|
|
234
234
|
lionagi/tools/file/__init__.py,sha256=5y5joOZzfFWERl75auAcNcKC3lImVJ5ZZGvvHZUFCJM,112
|
235
235
|
lionagi/tools/file/reader.py,sha256=jnSHVSQ66AHZXQrgRuGmlbwKT5JHYoo-1zv1hKgTEfc,9544
|
236
236
|
lionagi/tools/memory/tools.py,sha256=earYkKxSOz_iXkqVZYTEDfE3dwZYIWPXZrqQ1DYGz4I,15941
|
237
|
-
lionagi-0.15.
|
238
|
-
lionagi-0.15.
|
239
|
-
lionagi-0.15.
|
240
|
-
lionagi-0.15.
|
237
|
+
lionagi-0.15.4.dist-info/METADATA,sha256=LE5geMVLSv_Ue-1gopXSkeQMOtf0Z3jcJ8q52TEy-BY,22895
|
238
|
+
lionagi-0.15.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
239
|
+
lionagi-0.15.4.dist-info/licenses/LICENSE,sha256=VXFWsdoN5AAknBCgFqQNgPWYx7OPp-PFEP961zGdOjc,11288
|
240
|
+
lionagi-0.15.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|