synth-ai 0.2.9.dev15__py3-none-any.whl → 0.2.9.dev17__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 synth-ai might be problematic. Click here for more details.

synth_ai/cli/root.py CHANGED
@@ -34,6 +34,28 @@ except Exception:
34
34
  from synth_ai import __version__ as __pkg_version__ # type: ignore
35
35
  except Exception:
36
36
  __pkg_version__ = "unknown"
37
+
38
+
39
+ EQ_SIGN_DIVIDER = f"\n{'=' * 75}\n"
40
+ nl = "\n"
41
+ HELP_MESSAGE = f"""
42
+ {EQ_SIGN_DIVIDER}
43
+ Synth AI SDK
44
+ {nl}
45
+ Version {__pkg_version__}
46
+ {EQ_SIGN_DIVIDER}
47
+ {EQ_SIGN_DIVIDER}
48
+ 🚀 Get started:
49
+
50
+ - Guide for Fine-Tuning →
51
+ https://docs.usesynth.ai/sdk/examples/fine-tuning-demo
52
+
53
+ - Guide for Reinforcement Learning →
54
+ https://docs.usesynth.ai/sdk/examples/math-rl-demo
55
+
56
+ For all SDK docs, go to https://docs.usesynth.ai/sdk
57
+ {EQ_SIGN_DIVIDER}
58
+ """
37
59
 
38
60
 
39
61
  SQLD_VERSION = "v0.26.2"
@@ -149,7 +171,7 @@ def install_sqld() -> str:
149
171
 
150
172
 
151
173
  @click.group(
152
- help=f"Synth AI v{__pkg_version__} - Software for aiding the best and multiplying the will."
174
+ help=HELP_MESSAGE
153
175
  )
154
176
  @click.version_option(version=__pkg_version__, prog_name="synth-ai")
155
177
  def cli():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: synth-ai
3
- Version: 0.2.9.dev15
3
+ Version: 0.2.9.dev17
4
4
  Summary: Python SDK and CLI for Synth — RL-as-a-service
5
5
  Author-email: Synth AI <josh@usesynth.ai>
6
6
  License-Expression: MIT
@@ -151,7 +151,7 @@ synth_ai/cli/legacy_root_backup.py,sha256=KSMADyJ2g5OVpsq_CeBzqIeDC2Um-9GyINzsJH
151
151
  synth_ai/cli/man.py,sha256=JQDon73ZkuKP9xr1_vRh5fjV9_b5xiUb7zNjny7ArB8,3765
152
152
  synth_ai/cli/recent.py,sha256=uvkrZHMSaccW2tK9rC_TW9hPC9Hxz2HyQSIAC8-Th6c,4207
153
153
  synth_ai/cli/rl_demo.py,sha256=SBH5t5EnRgpq0nZm9LXlAunC8CprXwZkkTzjhWDrXaQ,9257
154
- synth_ai/cli/root.py,sha256=78oCkjtMaLSHEpHRbiaX-FEsdB3gieI7OrZcUMpqrSU,13740
154
+ synth_ai/cli/root.py,sha256=_eH9FwEJS6p1XxZUhZbn-81F87v0od5CVfw1yFBOsl8,14124
155
155
  synth_ai/cli/status.py,sha256=ylz2idaMCkYwpZSY9-yXQrKW9KUWyrphxxT_vcc0HMY,4629
156
156
  synth_ai/cli/task_apps.py,sha256=NU0cRbbn3LD8U5FAuH9DmD9TKpW9AAb5DDQNhGraWTo,104700
157
157
  synth_ai/cli/traces.py,sha256=2ks84Orv91qgF6TQS2sZVtUUYEPGtjGMByaOCHl9NYs,6607
@@ -564,9 +564,9 @@ synth_ai/v0/tracing_v3/abstractions.py,sha256=7IHKkzicFEJ4UXJbodK11Pi8YYq7Vt8Ev_
564
564
  synth_ai/v0/tracing_v3/decorators.py,sha256=fRyVBKEbxAPZoDsBH7t8OVLVixvgD_Lw_1ONF1TuZxU,108
565
565
  synth_ai/v0/tracing_v3/llm_call_record_helpers.py,sha256=JYSpGtW-RC-DnhUIPdVADNF3rK5x8Tl8DOymbmRI99I,121
566
566
  synth_ai/v0/tracing_v3/session_tracer.py,sha256=TSUzb_fUUlpwOqFE1X-Fs14nG2CNe7MZLKOvH7cV2kE,112
567
- synth_ai-0.2.9.dev15.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
568
- synth_ai-0.2.9.dev15.dist-info/METADATA,sha256=RaTle1R4TrO2vjk8Fqk1RTInzqTZfn_3uPpFF1bvI94,5974
569
- synth_ai-0.2.9.dev15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
570
- synth_ai-0.2.9.dev15.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
571
- synth_ai-0.2.9.dev15.dist-info/top_level.txt,sha256=2cSIzycTn0tayJXquy_uquOpwcd8eKqKPnVIwnRmwDE,24
572
- synth_ai-0.2.9.dev15.dist-info/RECORD,,
567
+ synth_ai-0.2.9.dev17.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
568
+ synth_ai-0.2.9.dev17.dist-info/METADATA,sha256=THAxevif4yB7QjbqxFWErsJWP8Lv1qpXQnrKK5ewhEk,5974
569
+ synth_ai-0.2.9.dev17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
570
+ synth_ai-0.2.9.dev17.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
571
+ synth_ai-0.2.9.dev17.dist-info/top_level.txt,sha256=2cSIzycTn0tayJXquy_uquOpwcd8eKqKPnVIwnRmwDE,24
572
+ synth_ai-0.2.9.dev17.dist-info/RECORD,,