airtrain 0.1.18__py3-none-any.whl → 0.1.24__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.18.dist-info → airtrain-0.1.24.dist-info}/METADATA +15 -1
- {airtrain-0.1.18.dist-info → airtrain-0.1.24.dist-info}/RECORD +5 -5
- {airtrain-0.1.18.dist-info → airtrain-0.1.24.dist-info}/WHEEL +0 -0
- {airtrain-0.1.18.dist-info → airtrain-0.1.24.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.24
|
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
|
@@ -167,3 +167,17 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
167
167
|
## License
|
168
168
|
|
169
169
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
170
|
+
|
171
|
+
## Changelog
|
172
|
+
|
173
|
+
|
174
|
+
## 0.1.15
|
175
|
+
|
176
|
+
- Added conversation support for Deepseek, Togehter AI, Fireworks AI, Gemini, Groq, Cerebras and Sambanova.
|
177
|
+
- Added Change Log
|
178
|
+
|
179
|
+
|
180
|
+
## Notes
|
181
|
+
|
182
|
+
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
183
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
@@ -1,4 +1,4 @@
|
|
1
|
-
airtrain/__init__.py,sha256=
|
1
|
+
airtrain/__init__.py,sha256=COTFS6j73-fYNubRrmQBoIR4t8A8Kp_WTjuu_yPomhI,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.24.dist-info/METADATA,sha256=kKGTWRWKqhn8MuigwbwPM6AyG_vbPkUM2xU6z3hGtzM,4882
|
56
|
+
airtrain-0.1.24.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
57
|
+
airtrain-0.1.24.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
|
58
|
+
airtrain-0.1.24.dist-info/RECORD,,
|
File without changes
|
File without changes
|