truefoundry 0.11.3.dev0__py3-none-any.whl → 0.11.3rc1__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.
- truefoundry/__init__.py +2 -0
- {truefoundry-0.11.3.dev0.dist-info → truefoundry-0.11.3rc1.dist-info}/METADATA +1 -1
- {truefoundry-0.11.3.dev0.dist-info → truefoundry-0.11.3rc1.dist-info}/RECORD +5 -5
- {truefoundry-0.11.3.dev0.dist-info → truefoundry-0.11.3rc1.dist-info}/WHEEL +0 -0
- {truefoundry-0.11.3.dev0.dist-info → truefoundry-0.11.3rc1.dist-info}/entry_points.txt +0 -0
truefoundry/__init__.py
CHANGED
|
@@ -12,6 +12,7 @@ from truefoundry_sdk import (
|
|
|
12
12
|
ToolSchema,
|
|
13
13
|
UserMessage,
|
|
14
14
|
)
|
|
15
|
+
from truefoundry_sdk.client import TrueFoundry
|
|
15
16
|
|
|
16
17
|
from truefoundry._client import client
|
|
17
18
|
from truefoundry.common.warnings import (
|
|
@@ -39,6 +40,7 @@ __all__ = [
|
|
|
39
40
|
"render_prompt",
|
|
40
41
|
"suppress_truefoundry_deprecation_warnings",
|
|
41
42
|
"SystemMessage",
|
|
43
|
+
"TrueFoundry",
|
|
42
44
|
"ToolCall",
|
|
43
45
|
"ToolMessage",
|
|
44
46
|
"ToolSchema",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
truefoundry/__init__.py,sha256=
|
|
1
|
+
truefoundry/__init__.py,sha256=xCzLSYqNASD0k3bJXR3Hranqf-9TIlD4gnHnQIUh_M8,1122
|
|
2
2
|
truefoundry/_client.py,sha256=Y3qHi_Lg4Sx6GNvsjAHIoAfFr8PJnqgCrXmpNAI3ECg,1417
|
|
3
3
|
truefoundry/logger.py,sha256=u-YCNjg5HBwE70uQcpjIG64Ghos-K2ulTWaxC03BSj4,714
|
|
4
4
|
truefoundry/pydantic_v1.py,sha256=jSuhGtz0Mbk1qYu8jJ1AcnIDK4oxUsdhALc4spqstmM,345
|
|
@@ -381,7 +381,7 @@ truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs
|
|
|
381
381
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
382
382
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=xcT0wQmQlgzcj0nP3tJopyFSVWT1uv3nhiTIuwfXYeg,12342
|
|
383
383
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=nSGPZu0Gyd_jz0KsEE-7w_BmnTD8CVF1S8cUJoxaCbc,13305
|
|
384
|
-
truefoundry-0.11.
|
|
385
|
-
truefoundry-0.11.
|
|
386
|
-
truefoundry-0.11.
|
|
387
|
-
truefoundry-0.11.
|
|
384
|
+
truefoundry-0.11.3rc1.dist-info/METADATA,sha256=ukod0q3x_QWBS0jqVQFGdlYQvCTQxiKRxfvaIhDDzzg,2762
|
|
385
|
+
truefoundry-0.11.3rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
386
|
+
truefoundry-0.11.3rc1.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
|
|
387
|
+
truefoundry-0.11.3rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|