airtrain 0.1.29__py3-none-any.whl → 0.1.30__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.
- airtrain/__init__.py +1 -1
- {airtrain-0.1.29.dist-info → airtrain-0.1.30.dist-info}/METADATA +4 -1
- {airtrain-0.1.29.dist-info → airtrain-0.1.30.dist-info}/RECORD +5 -5
- {airtrain-0.1.29.dist-info → airtrain-0.1.30.dist-info}/WHEEL +0 -0
- {airtrain-0.1.29.dist-info → airtrain-0.1.30.dist-info}/top_level.txt +0 -0
airtrain/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: airtrain
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.30
|
4
4
|
Summary: A platform for building and deploying AI agents with structured skills
|
5
5
|
Home-page: https://github.com/rosaboyle/airtrain.dev
|
6
6
|
Author: Dheeraj Pai
|
@@ -171,6 +171,9 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
171
171
|
## Changelog
|
172
172
|
|
173
173
|
|
174
|
+
## 0.1.29
|
175
|
+
|
176
|
+
- Fixed some issues with th strctured output response example.
|
174
177
|
|
175
178
|
## 0.1.28
|
176
179
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
airtrain/__init__.py,sha256=
|
1
|
+
airtrain/__init__.py,sha256=WI4Bniyn3w_RzGrm1EMPjFgbs_6A8BcQYmaMfrja25s,2099
|
2
2
|
airtrain/contrib/__init__.py,sha256=pG-7mJ0pBMqp3Q86mIF9bo1PqoBOVSGlnEK1yY1U1ok,641
|
3
3
|
airtrain/contrib/travel/__init__.py,sha256=clmBodw4nkTA-DsgjVGcXfJGPaWxIpCZDtdO-8RzL0M,811
|
4
4
|
airtrain/contrib/travel/agents.py,sha256=tpQtZ0WUiXBuhvZtc2JlEam5TuR5l-Tndi14YyImDBM,8975
|
@@ -57,7 +57,7 @@ airtrain/integrations/together/rerank_skill.py,sha256=gjH24hLWCweWKPyyfKZMG3K_g9
|
|
57
57
|
airtrain/integrations/together/schemas.py,sha256=pBMrbX67oxPCr-sg4K8_Xqu1DWbaC4uLCloVSascROg,1210
|
58
58
|
airtrain/integrations/together/skills.py,sha256=mUoHc2r5TYQi5iGzwz2aDuUeROGq7teCtNrOlNApef4,6276
|
59
59
|
airtrain/integrations/together/vision_models_config.py,sha256=m28HwYDk2Kup_J-a1FtynIa2ZVcbl37kltfoHnK8zxs,1544
|
60
|
-
airtrain-0.1.
|
61
|
-
airtrain-0.1.
|
62
|
-
airtrain-0.1.
|
63
|
-
airtrain-0.1.
|
60
|
+
airtrain-0.1.30.dist-info/METADATA,sha256=X4e52tvyQe0EEjPNcl9GjFGPdTEiPBSoAq-BAyCSVtE,5317
|
61
|
+
airtrain-0.1.30.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
62
|
+
airtrain-0.1.30.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
|
63
|
+
airtrain-0.1.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|