truefoundry 0.2.0rc2__py3-none-any.whl → 0.2.0rc3__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.

Potentially problematic release.


This version of truefoundry might be problematic. Click here for more details.

@@ -138,7 +138,8 @@ def _check_repo(project_root_path: str, console: Console):
138
138
 
139
139
  except InvalidGitRepositoryError:
140
140
  console.print(
141
- "[red]Error:[/] This operation can only be performed inside a Git repository."
141
+ "[red]Error:[/] This operation can only be performed inside a Git repository.\n"
142
+ "Execute 'git init' to create a new repository."
142
143
  )
143
144
  sys.exit(1)
144
145
 
@@ -198,9 +199,8 @@ def cli(project_root_path: str, deploy: bool):
198
199
  "[bold magenta]TFY-Agent[/]: A tool for building and deploying [magenta]Jobs/Services[/] to the Truefoundry platform."
199
200
  )
200
201
  console.print(
201
- "[bold reverse red]DISCLAIMER:[/] The [bold magenta]TFY-Agent[/] may use LLM resources outside of your organization. Please proceed only if you accept this."
202
+ "[bold reverse red]DISCLAIMER:[/] The contents of the project will be sent to OpenAI."
202
203
  )
203
- console.print("Let's get started! Please answer the following questions:")
204
204
  console.print(
205
205
  "[bold cyan]Note:[/] All changes will be committed to a new branch. Please ensure you have a repository."
206
206
  )
@@ -298,7 +298,7 @@ def cli(project_root_path: str, deploy: bool):
298
298
  "--deploy",
299
299
  type=click.BOOL,
300
300
  is_flag=True,
301
- default=False,
301
+ default=True,
302
302
  show_default=True,
303
303
  help="Deploy the project after successfully building it.",
304
304
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.2.0rc2
3
+ Version: 0.2.0rc3
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
6
  Author-email: abhichoudhary06@gmail.com
@@ -5,7 +5,7 @@ truefoundry/autodeploy/agents/base.py,sha256=woCry229x7WX0IZmBopW_e_NB76aCLQRLXZ
5
5
  truefoundry/autodeploy/agents/developer.py,sha256=u1BfjaMDX6Ad32vWYOEFZPWFK33ux0Ro8JztrRAFviY,4126
6
6
  truefoundry/autodeploy/agents/project_identifier.py,sha256=m8xg7U5D2zSLEKp5QyPZRldw4VPuTFM8omPCRC0Ri-w,4428
7
7
  truefoundry/autodeploy/agents/tester.py,sha256=iSnWHubzHPO36Je2nYQYsdxL64xVQ3DxvEnakEJAW1Q,2348
8
- truefoundry/autodeploy/cli.py,sha256=sF9eIM8y3z26v50BtnLBsWJdcreBIznxp002990BJ4g,10660
8
+ truefoundry/autodeploy/cli.py,sha256=QWOf3YrUzgfvglaS43MYyi3LnmWLBbZF8ntZsvVKTN0,10572
9
9
  truefoundry/autodeploy/constants.py,sha256=4ZHn08CCs_6ti-8Y6zaM_5IhI9mrB-1eDALhbn36oIw,435
10
10
  truefoundry/autodeploy/exception.py,sha256=BHqbkN-RdEsrfqPHQhWwSHiWnwQ6eaBc7PGGEXjJ3RY,54
11
11
  truefoundry/autodeploy/logger.py,sha256=tkV2UKcOTFl5nz0cn4eRbzxF-2CZd8b7MK9vnhaflYw,325
@@ -27,7 +27,7 @@ truefoundry/cli/__main__.py,sha256=gSKVAG41klzNpe0IrURtRlR7zDo430tX0nEqR02L2SU,1
27
27
  truefoundry/deploy/__init__.py,sha256=rY-AcjgSmu0r072rdUNpRkMmDFC7hH9drF5_pIN5jnw,29
28
28
  truefoundry/langchain/__init__.py,sha256=R1h2DkLLsVLPh3xVVzU2H_kpN4LNgzx3mPCcGVr2u5g,39
29
29
  truefoundry/ml/__init__.py,sha256=SJiI5QimXJETfME2x0iXz8gPn6C22YNiLiEdHIV1g7c,151
30
- truefoundry-0.2.0rc2.dist-info/METADATA,sha256=b-0TtOzIbfzItgURpuk2-gWoEGuf_kbChHWirKzIyaM,1838
31
- truefoundry-0.2.0rc2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
- truefoundry-0.2.0rc2.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
33
- truefoundry-0.2.0rc2.dist-info/RECORD,,
30
+ truefoundry-0.2.0rc3.dist-info/METADATA,sha256=CuNSdxJPNngMDunPDi-FFb4hULsoPeqZ9_a85jgwbp0,1838
31
+ truefoundry-0.2.0rc3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
+ truefoundry-0.2.0rc3.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
33
+ truefoundry-0.2.0rc3.dist-info/RECORD,,