synth-ai 0.1.0.dev12__tar.gz → 0.1.0.dev14__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.
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/PKG-INFO +2 -2
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/pyproject.toml +2 -2
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/setup.py +1 -1
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/openai_standard.py +4 -1
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai.egg-info/PKG-INFO +2 -2
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai.egg-info/requires.txt +1 -1
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/LICENSE +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/README.md +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/private_tests/try_synth_sdk.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_agent.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_all_structured_outputs.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_recursive_structured_outputs.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_structured_outputs.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_synth_sdk.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/setup.cfg +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/constants.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/dbs.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/ephemeral.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/handler.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/initialize.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/caching/persistent.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/config.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/core/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/core/all.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/core/exceptions.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/core/main.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/core/vendor_clients.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/cost/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/cost/monitor.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/cost/statefulness.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/handler.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/inject.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/rehabilitate.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/base.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/constants.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/anthropic_api.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/gemini_api.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/mistral_api.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/openai_api.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/local/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/local/ollama.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/retries.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/__init__.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/deepseek.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/groq.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/ollama.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/together.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai.egg-info/SOURCES.txt +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai.egg-info/dependency_links.txt +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai.egg-info/top_level.txt +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/tests/test_agent.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/tests/test_recursive_structured_outputs.py +0 -0
- {synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/tests/test_structured_outputs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: synth-ai
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev14
|
|
4
4
|
Summary: Software for aiding the best and multiplying the will.
|
|
5
5
|
Home-page: https://github.com/synth-laboratories/synth-ai
|
|
6
6
|
Author: Josh Purtell
|
|
@@ -44,7 +44,7 @@ Requires-Dist: google>=3.0.0
|
|
|
44
44
|
Requires-Dist: google-generativeai>=0.8.1
|
|
45
45
|
Requires-Dist: together>=1.2.12
|
|
46
46
|
Requires-Dist: langfuse>=2.56.1
|
|
47
|
-
Requires-Dist: synth-sdk>=0.3.1.
|
|
47
|
+
Requires-Dist: synth-sdk>=0.3.1.dev4
|
|
48
48
|
Requires-Dist: datasets>=3.2.0
|
|
49
49
|
Requires-Dist: groq>=0.18.0
|
|
50
50
|
Requires-Dist: pytest-timeout>=2.3.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "synth-ai"
|
|
3
|
-
version = "0.1.0.
|
|
3
|
+
version = "0.1.0.dev14"
|
|
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.1.
|
|
24
|
+
"synth-sdk>=0.3.1.dev4",
|
|
25
25
|
"datasets>=3.2.0",
|
|
26
26
|
"groq>=0.18.0",
|
|
27
27
|
"pytest-timeout>=2.3.1",
|
|
@@ -9,11 +9,14 @@ from synth_ai.zyk.lms.caching.initialize import (
|
|
|
9
9
|
from synth_ai.zyk.lms.vendors.base import VendorBase
|
|
10
10
|
from synth_ai.zyk.lms.vendors.constants import SPECIAL_BASE_TEMPS
|
|
11
11
|
from synth_ai.zyk.lms.vendors.retries import BACKOFF_TOLERANCE, backoff
|
|
12
|
-
|
|
12
|
+
import groq
|
|
13
13
|
DEFAULT_EXCEPTIONS_TO_RETRY = (
|
|
14
14
|
pydantic_core._pydantic_core.ValidationError,
|
|
15
15
|
openai.APIConnectionError,
|
|
16
16
|
openai.APITimeoutError,
|
|
17
|
+
groq.InternalServerError,
|
|
18
|
+
groq.APITimeoutError,
|
|
19
|
+
groq.APIConnectionError,
|
|
17
20
|
)
|
|
18
21
|
|
|
19
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: synth-ai
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev14
|
|
4
4
|
Summary: Software for aiding the best and multiplying the will.
|
|
5
5
|
Home-page: https://github.com/synth-laboratories/synth-ai
|
|
6
6
|
Author: Josh Purtell
|
|
@@ -44,7 +44,7 @@ Requires-Dist: google>=3.0.0
|
|
|
44
44
|
Requires-Dist: google-generativeai>=0.8.1
|
|
45
45
|
Requires-Dist: together>=1.2.12
|
|
46
46
|
Requires-Dist: langfuse>=2.56.1
|
|
47
|
-
Requires-Dist: synth-sdk>=0.3.1.
|
|
47
|
+
Requires-Dist: synth-sdk>=0.3.1.dev4
|
|
48
48
|
Requires-Dist: datasets>=3.2.0
|
|
49
49
|
Requires-Dist: groq>=0.18.0
|
|
50
50
|
Requires-Dist: pytest-timeout>=2.3.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/public_tests/test_recursive_structured_outputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/structured_outputs/rehabilitate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/core/anthropic_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/deepseek.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.1.0.dev12 → synth_ai-0.1.0.dev14}/synth_ai/zyk/lms/vendors/supported/together.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|