synth-ai 0.2.6.dev2__py3-none-any.whl → 0.2.6.dev3__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/rl_demo.py CHANGED
@@ -96,20 +96,6 @@ def register(cli):
96
96
  args.append("--dry-run")
97
97
  _forward(args)
98
98
 
99
- @_rlg.command("eval")
100
- @click.option("--config", type=click.Path(), default=None, help="Path to TOML config (optional)")
101
- @click.option("--model", type=str, default=None, help="Model to evaluate (default Qwen/Qwen3-0.6B)")
102
- @click.option("--timeout", type=int, default=300, help="Seconds to wait for metrics")
103
- def rl_eval(config: str | None, model: str | None, timeout: int):
104
- args = ["rl_demo.eval"]
105
- if config:
106
- args.extend(["--config", config])
107
- if model:
108
- args.extend(["--model", model])
109
- if timeout is not None:
110
- args.extend(["--timeout", str(timeout)])
111
- _forward(args)
112
-
113
99
  # Dotted aliases (top-level) for convenience: rl_demo.check etc.
114
100
  @cli.command("rl_demo.check")
115
101
  def rl_check_alias():
@@ -168,18 +154,3 @@ def register(cli):
168
154
  if dry_run:
169
155
  args.append("--dry-run")
170
156
  _forward(args)
171
-
172
- @cli.command("rl_demo.eval")
173
- @click.option("--config", type=click.Path(), default=None, help="Path to TOML config (optional)")
174
- @click.option("--model", type=str, default=None, help="Model to evaluate (default Qwen/Qwen3-0.6B)")
175
- @click.option("--timeout", type=int, default=300, help="Seconds to wait for metrics")
176
- def rl_eval_alias(config: str | None, model: str | None, timeout: int):
177
- args = ["rl_demo.eval"]
178
- if config:
179
- args.extend(["--config", config])
180
- if model:
181
- args.extend(["--model", model])
182
- if timeout is not None:
183
- args.extend(["--timeout", str(timeout)])
184
- _forward(args)
185
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: synth-ai
3
- Version: 0.2.6.dev2
3
+ Version: 0.2.6.dev3
4
4
  Summary: RL as a service SDK - Core AI functionality and tracing
5
5
  Author-email: Synth AI <josh@usesynth.ai>
6
6
  License-Expression: MIT
@@ -10,7 +10,7 @@ synth_ai/cli/demo.py,sha256=GNVBxVtscxfAITFObyTOK8XPP2WGb-pv9LL4CiV_g6Q,4843
10
10
  synth_ai/cli/legacy_root_backup.py,sha256=KSMADyJ2g5OVpsq_CeBzqIeDC2Um-9GyINzsJH-75uw,15872
11
11
  synth_ai/cli/man.py,sha256=JQDon73ZkuKP9xr1_vRh5fjV9_b5xiUb7zNjny7ArB8,3765
12
12
  synth_ai/cli/recent.py,sha256=mHhM-QrR_MfjfKSzBvvPUEC-lkXTWUZrQwqYTmb2x0Y,4173
13
- synth_ai/cli/rl_demo.py,sha256=MPS5qra8kg7KdEDunI5TgckJj6lautlcskmDMx3cRu4,7316
13
+ synth_ai/cli/rl_demo.py,sha256=thFzIlOIXqJ_kFwaek0JMjaCH_Jq5Lpp2nOZ3A3t-3k,5980
14
14
  synth_ai/cli/root.py,sha256=YAr7H2WYfnRt6_yxLix9O01-UnSy7OtYBVyNy4l5xIo,9614
15
15
  synth_ai/cli/status.py,sha256=M_bt7U58Ubi-q-ZlrIpgCASKq9_k6uMjpx926f6kLLA,4591
16
16
  synth_ai/cli/traces.py,sha256=_QBdCR92u0Gv51U4DH0Ws1d5yCrbJRpaYKe7pmcHrHs,6484
@@ -411,9 +411,9 @@ synth_ai/v0/tracing_v1/events/manage.py,sha256=ZDXXP-ZwLH9LCsmw7Ru9o55d7bl_diPtJ
411
411
  synth_ai/v0/tracing_v1/events/scope.py,sha256=BuBkhSpVHUJt8iGT9HJZF82rbb88mQcd2vM2shg-w2I,2550
412
412
  synth_ai/v0/tracing_v1/events/store.py,sha256=0342lvAcalyJbVEIzQFaPuMQGgwiFm7M5rE6gr-G0E8,9041
413
413
  synth_ai/zyk/__init__.py,sha256=htVLnzTYQ5rxzYpzSYBm7_o6uNKZ3pB_PrqkBrgTRS4,771
414
- synth_ai-0.2.6.dev2.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
415
- synth_ai-0.2.6.dev2.dist-info/METADATA,sha256=WquPC-AqPKhdFS7xEywtpLnvSGwZfTAmPantP6czdl4,3980
416
- synth_ai-0.2.6.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
417
- synth_ai-0.2.6.dev2.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
418
- synth_ai-0.2.6.dev2.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
419
- synth_ai-0.2.6.dev2.dist-info/RECORD,,
414
+ synth_ai-0.2.6.dev3.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
415
+ synth_ai-0.2.6.dev3.dist-info/METADATA,sha256=oXQEoe8kmLWZ79-GLOG9uJCc38TMoquqHTwyihkd-W0,3980
416
+ synth_ai-0.2.6.dev3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
417
+ synth_ai-0.2.6.dev3.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
418
+ synth_ai-0.2.6.dev3.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
419
+ synth_ai-0.2.6.dev3.dist-info/RECORD,,