airtrain 0.1.24__py3-none-any.whl → 0.1.26__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.24.dist-info → airtrain-0.1.26.dist-info}/METADATA +2 -2
- {airtrain-0.1.24.dist-info → airtrain-0.1.26.dist-info}/RECORD +5 -5
- {airtrain-0.1.24.dist-info → airtrain-0.1.26.dist-info}/WHEEL +0 -0
- {airtrain-0.1.24.dist-info → airtrain-0.1.26.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.26
|
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,7 +171,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
171
171
|
## Changelog
|
172
172
|
|
173
173
|
|
174
|
-
## 0.1.
|
174
|
+
## 0.1.32
|
175
175
|
|
176
176
|
- Added conversation support for Deepseek, Togehter AI, Fireworks AI, Gemini, Groq, Cerebras and Sambanova.
|
177
177
|
- Added Change Log
|
@@ -1,4 +1,4 @@
|
|
1
|
-
airtrain/__init__.py,sha256=
|
1
|
+
airtrain/__init__.py,sha256=yB_7KwsrnELZUpWHGM8FMlOeY_7cSWHwGk1e8eZT76Y,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
|
@@ -52,7 +52,7 @@ airtrain/integrations/together/rerank_skill.py,sha256=gjH24hLWCweWKPyyfKZMG3K_g9
|
|
52
52
|
airtrain/integrations/together/schemas.py,sha256=pBMrbX67oxPCr-sg4K8_Xqu1DWbaC4uLCloVSascROg,1210
|
53
53
|
airtrain/integrations/together/skills.py,sha256=mUoHc2r5TYQi5iGzwz2aDuUeROGq7teCtNrOlNApef4,6276
|
54
54
|
airtrain/integrations/together/vision_models_config.py,sha256=m28HwYDk2Kup_J-a1FtynIa2ZVcbl37kltfoHnK8zxs,1544
|
55
|
-
airtrain-0.1.
|
56
|
-
airtrain-0.1.
|
57
|
-
airtrain-0.1.
|
58
|
-
airtrain-0.1.
|
55
|
+
airtrain-0.1.26.dist-info/METADATA,sha256=MCoC4vRc3ZcGrwJEJgWhn2qULmOzwZ7MIWx9eblF23s,4882
|
56
|
+
airtrain-0.1.26.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
57
|
+
airtrain-0.1.26.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
|
58
|
+
airtrain-0.1.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|