airtrain 0.1.18__tar.gz → 0.1.25__tar.gz
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-0.1.25/MANIFEST.in +3 -0
- {airtrain-0.1.18/airtrain.egg-info → airtrain-0.1.25}/PKG-INFO +15 -1
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/__init__.py +1 -1
- {airtrain-0.1.18 → airtrain-0.1.25/airtrain.egg-info}/PKG-INFO +15 -1
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain.egg-info/SOURCES.txt +2 -0
- airtrain-0.1.25/changelog.md +16 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/fireworks/conversation_history_test.py +1 -1
- {airtrain-0.1.18 → airtrain-0.1.25}/scripts/release.py +8 -1
- {airtrain-0.1.18 → airtrain-0.1.25}/setup.py +2 -2
- {airtrain-0.1.18 → airtrain-0.1.25}/.flake8 +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.github/workflows/publish.yml +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.gitignore +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.mypy.ini +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.pre-commit-config.yaml +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.vscode/extensions.json +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.vscode/launch.json +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/.vscode/settings.json +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/EXPERIMENTS/integrations_examples/anthropic_with_image.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/EXPERIMENTS/schema_exps/pydantic_schemas.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/README.md +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/agents/travel/agents.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/agents/travel/models.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/travel/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/travel/agentlib/verification_agent.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/travel/agents.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/travel/modellib/verification.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/contrib/travel/models.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/__pycache__/credentials.cpython-310.pyc +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/__pycache__/schemas.cpython-310.pyc +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/__pycache__/skills.cpython-310.pyc +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/schemas.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/core/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/anthropic/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/anthropic/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/anthropic/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/aws/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/aws/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/aws/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/cerebras/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/cerebras/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/cerebras/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/fireworks/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/fireworks/conversation_manager.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/fireworks/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/fireworks/models.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/fireworks/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/gemini/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/gemini/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/gemini/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/groq/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/groq/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/groq/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/ollama/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/ollama/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/ollama/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/openai/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/openai/chinese_assistant.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/openai/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/openai/models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/openai/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/sambanova/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/sambanova/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/sambanova/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/__init__.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/audio_models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/credentials.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/embedding_models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/image_models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/image_skill.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/models.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/rerank_models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/rerank_skill.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/schemas.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/vision_models_config.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain.egg-info/dependency_links.txt +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain.egg-info/requires.txt +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/airtrain.egg-info/top_level.txt +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/anthropic_skills_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/chinese_anthropic_assistant.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/chinese_anthropic_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/chinese_assistant_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/fireworks_skills_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/icon128.png +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/icon16.png +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/image1.jpg +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/image2.jpg +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/openai_skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/openai_skills_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/openai_structured_skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/together_rerank_skills.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/together_rerank_skills_async.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/credentials_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/images/quantum-circuit.png +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/anthropic/chat_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/anthropic/chinese_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/anthropic/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/anthropic/vision_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/cerebras/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/fireworks/chat_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/fireworks/structured_chat_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/google/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/google/gemini/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/groq/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/openai/chat_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/openai/parser_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/openai/vision_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/sambanova/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/chat_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/conversation_history_test.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/image_generation_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/rerank_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/schema_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/skill_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/together/image_generation.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/together/image_generation_example.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/examples/travel/verification_agent_usage.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/pyproject.toml +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/requirements.txt +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/scripts/build.sh +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/scripts/bump_version.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/scripts/publish.sh +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/services/firebase_service.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/services/openai_service.py +0 -0
- {airtrain-0.1.18 → airtrain-0.1.25}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: airtrain
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.25
|
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,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: airtrain
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.25
|
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).
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
sidebar_position: 9
|
3
|
+
---
|
4
|
+
|
5
|
+
# Changelog
|
6
|
+
|
7
|
+
## 0.1.15
|
8
|
+
|
9
|
+
- Added conversation support for Deepseek, Togehter AI, Fireworks AI, Gemini, Groq, Cerebras and Sambanova.
|
10
|
+
- Added Change Log
|
11
|
+
|
12
|
+
|
13
|
+
## Notes
|
14
|
+
|
15
|
+
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
16
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
@@ -26,11 +26,18 @@ def copy_changelog():
|
|
26
26
|
source_path = os.path.abspath(
|
27
27
|
os.path.join(script_dir, "..", "..", "docs", "changelog.md")
|
28
28
|
)
|
29
|
-
dest_path = os.path.abspath(
|
29
|
+
dest_path = os.path.abspath(
|
30
|
+
os.path.join(script_dir, "..", "changelog.md")
|
31
|
+
)
|
30
32
|
|
31
33
|
# Copy the file
|
32
34
|
shutil.copy2(source_path, dest_path)
|
33
35
|
print(f"Changelog copied from {source_path} to {dest_path}")
|
36
|
+
|
37
|
+
# Verify the file exists after copying
|
38
|
+
if not os.path.exists(dest_path):
|
39
|
+
raise FileNotFoundError(f"Failed to copy changelog to {dest_path}")
|
40
|
+
|
34
41
|
except Exception as e:
|
35
42
|
print(f"Error copying changelog: {str(e)}")
|
36
43
|
sys.exit(1)
|
@@ -39,8 +39,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
39
39
|
long_description = fh.read()
|
40
40
|
|
41
41
|
# Combine README and Changelog
|
42
|
-
|
43
|
-
|
42
|
+
|
43
|
+
full_description = f"{long_description}\n\n## Changelog\n{get_changelog()}"
|
44
44
|
|
45
45
|
setup(
|
46
46
|
name="airtrain",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/EXPERIMENTS/integrations_examples/anthropic_with_image.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/google/gemini/conversation_history_test.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/airtrain/integrations/together/embedding_models_config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/creating-skills/together_rerank_skills_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/anthropic/conversation_history_test.py
RENAMED
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/cerebras/conversation_history_test.py
RENAMED
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/fireworks/structured_chat_example.py
RENAMED
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/google/conversation_history_test.py
RENAMED
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/google/gemini/conversation_history_test.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/sambanova/conversation_history_test.py
RENAMED
File without changes
|
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/conversation_history_test.py
RENAMED
File without changes
|
{airtrain-0.1.18 → airtrain-0.1.25}/examples/integrations/together/image_generation_example.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|