synth-ai 0.0.0.dev2__tar.gz → 0.1.0.dev4__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.

Potentially problematic release.


This version of synth-ai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: synth-ai
3
- Version: 0.0.0.dev2
3
+ Version: 0.1.0.dev4
4
4
  Summary: Software for aiding the best and multiplying the will.
5
5
  Author-email: Josh Purtell <josh@usesynth.ai>
6
6
  License: MIT License
@@ -42,7 +42,7 @@ Requires-Dist: google>=3.0.0
42
42
  Requires-Dist: google-generativeai>=0.8.1
43
43
  Requires-Dist: together>=1.2.12
44
44
  Requires-Dist: langfuse>=2.56.1
45
- Requires-Dist: synth-sdk==0.3.0
45
+ Requires-Dist: synth-sdk>=0.3.0
46
46
  Requires-Dist: datasets>=3.2.0
47
47
 
48
48
  AI Infra used by the Synth AI Team
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "synth-ai"
3
- version = "0.0.0.dev2"
3
+ version = "0.1.0.dev4"
4
4
  description = "Software for aiding the best and multiplying the will."
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Josh Purtell", email = "josh@usesynth.ai" }]
@@ -21,7 +21,7 @@ dependencies = [
21
21
  "google-generativeai>=0.8.1",
22
22
  "together>=1.2.12",
23
23
  "langfuse>=2.56.1",
24
- "synth-sdk==0.3.0",
24
+ "synth-sdk>=0.3.0",
25
25
  "datasets>=3.2.0",
26
26
  ]
27
27
  requires-python = ">=3.10"
@@ -34,7 +34,7 @@ requires = ["setuptools>=61.0"]
34
34
  build-backend = "setuptools.build_meta"
35
35
 
36
36
  [tool.setuptools]
37
- packages = ["synth_ai"]
37
+ packages = ["synth_ai", "synth_ai.zyk"]
38
38
  package-dir = {"synth_ai" = "synth_ai"}
39
39
 
40
40
  # Explicitly exclude test directories and files
@@ -4,4 +4,5 @@ Synth AI - Software for aiding the best and multiplying the will.
4
4
 
5
5
  from importlib.metadata import version
6
6
 
7
+
7
8
  __version__ = version("synth-ai") # Gets version from installed package metadata
@@ -0,0 +1,3 @@
1
+ from synth_ai.zyk.lms.core.main import LM
2
+
3
+ __all__ = ["LM"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: synth-ai
3
- Version: 0.0.0.dev2
3
+ Version: 0.1.0.dev4
4
4
  Summary: Software for aiding the best and multiplying the will.
5
5
  Author-email: Josh Purtell <josh@usesynth.ai>
6
6
  License: MIT License
@@ -42,7 +42,7 @@ Requires-Dist: google>=3.0.0
42
42
  Requires-Dist: google-generativeai>=0.8.1
43
43
  Requires-Dist: together>=1.2.12
44
44
  Requires-Dist: langfuse>=2.56.1
45
- Requires-Dist: synth-sdk==0.3.0
45
+ Requires-Dist: synth-sdk>=0.3.0
46
46
  Requires-Dist: datasets>=3.2.0
47
47
 
48
48
  AI Infra used by the Synth AI Team
@@ -6,4 +6,5 @@ synth_ai.egg-info/PKG-INFO
6
6
  synth_ai.egg-info/SOURCES.txt
7
7
  synth_ai.egg-info/dependency_links.txt
8
8
  synth_ai.egg-info/requires.txt
9
- synth_ai.egg-info/top_level.txt
9
+ synth_ai.egg-info/top_level.txt
10
+ synth_ai/zyk/__init__.py
@@ -7,5 +7,5 @@ google>=3.0.0
7
7
  google-generativeai>=0.8.1
8
8
  together>=1.2.12
9
9
  langfuse>=2.56.1
10
- synth-sdk==0.3.0
10
+ synth-sdk>=0.3.0
11
11
  datasets>=3.2.0
File without changes
File without changes
File without changes