airtrain 0.1.35__py3-none-any.whl → 0.1.36__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 CHANGED
@@ -1,6 +1,6 @@
1
1
  """Airtrain - A platform for building and deploying AI agents with structured skills"""
2
2
 
3
- __version__ = "0.1.35"
3
+ __version__ = "0.1.36"
4
4
 
5
5
  # Core imports
6
6
  from .core.skills import Skill, ProcessingError
airtrain/__main__.py ADDED
@@ -0,0 +1,4 @@
1
+ from airtrain.cli.main import cli
2
+
3
+ if __name__ == "__main__":
4
+ cli()
airtrain/cli/main.py CHANGED
@@ -104,7 +104,3 @@ def chat(provider: str, temperature: float, system_prompt: str):
104
104
  except Exception as e:
105
105
  click.echo(f"Failed to initialize chat: {str(e)}")
106
106
  sys.exit(1)
107
-
108
-
109
- if __name__ == "__main__":
110
- cli()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: airtrain
3
- Version: 0.1.35
3
+ Version: 0.1.36
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
@@ -1,6 +1,7 @@
1
- airtrain/__init__.py,sha256=HxQoDsFRceRrgV-8HMhQ9NQYkwqFREBJoxpqHBVcE40,2099
1
+ airtrain/__init__.py,sha256=lpwUTZWEEI75R6-mR0i-dY5JRXYcjI5KVFJpHb9VCNg,2099
2
+ airtrain/__main__.py,sha256=EU8ffFmCdC1G-UcHHt0Oo3lB1PGqfC6kwzH39CnYSwU,72
2
3
  airtrain/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- airtrain/cli/main.py,sha256=Y6QxIcoqctJNn7_HLRvOb3WhF9MhBeK3KacpEV-Xwto,3415
4
+ airtrain/cli/main.py,sha256=ix6P4b99uuFYVjhBh_Mo76gmr5FndURYSs-Gm5xpgw0,3376
4
5
  airtrain/contrib/__init__.py,sha256=pG-7mJ0pBMqp3Q86mIF9bo1PqoBOVSGlnEK1yY1U1ok,641
5
6
  airtrain/contrib/travel/__init__.py,sha256=clmBodw4nkTA-DsgjVGcXfJGPaWxIpCZDtdO-8RzL0M,811
6
7
  airtrain/contrib/travel/agents.py,sha256=tpQtZ0WUiXBuhvZtc2JlEam5TuR5l-Tndi14YyImDBM,8975
@@ -59,8 +60,8 @@ airtrain/integrations/together/rerank_skill.py,sha256=gjH24hLWCweWKPyyfKZMG3K_g9
59
60
  airtrain/integrations/together/schemas.py,sha256=pBMrbX67oxPCr-sg4K8_Xqu1DWbaC4uLCloVSascROg,1210
60
61
  airtrain/integrations/together/skills.py,sha256=8DwkexMJu1Gm6QmNDfNasYStQ31QsXBbFP99zR-YCf0,7598
61
62
  airtrain/integrations/together/vision_models_config.py,sha256=m28HwYDk2Kup_J-a1FtynIa2ZVcbl37kltfoHnK8zxs,1544
62
- airtrain-0.1.35.dist-info/METADATA,sha256=puapNvVJkJ9KZ5BBsnrkQ5aFEetk52M79ePuZd6EOCo,5375
63
- airtrain-0.1.35.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
64
- airtrain-0.1.35.dist-info/entry_points.txt,sha256=rrJ36IUsyq6n1dSfTWXqVAgpQLPRWDfCqwd6_3B-G0U,52
65
- airtrain-0.1.35.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
66
- airtrain-0.1.35.dist-info/RECORD,,
63
+ airtrain-0.1.36.dist-info/METADATA,sha256=fHfGlJedMIhgMn0igC6DSS1DAzivUrblEpDxWA8_X9I,5375
64
+ airtrain-0.1.36.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
65
+ airtrain-0.1.36.dist-info/entry_points.txt,sha256=rrJ36IUsyq6n1dSfTWXqVAgpQLPRWDfCqwd6_3B-G0U,52
66
+ airtrain-0.1.36.dist-info/top_level.txt,sha256=cFWW1vY6VMCb3AGVdz6jBDpZ65xxBRSqlsPyySxTkxY,9
67
+ airtrain-0.1.36.dist-info/RECORD,,