simple-agents-py 0.1.10__tar.gz → 0.1.11__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.
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/Cargo.lock +22 -12
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/Cargo.toml +1 -1
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/PKG-INFO +1 -1
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/Cargo.toml +3 -3
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/Cargo.toml +1 -1
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/Cargo.toml +3 -3
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/Cargo.toml +4 -3
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/src/lib.rs +1 -1
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/pyproject.toml +1 -1
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/Cargo.toml +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/TEST_GUIDE.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/TODO.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/examples/basic_usage.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/examples/mock_provider.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/cache.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/coercion.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/config.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/error.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/message.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/provider.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/request.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/response.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/router.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/validation.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/tests/integration_test.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-cache/Cargo.toml +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-cache/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-cache/src/memory.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-cache/src/noop.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/examples/basic_client.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/client.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/healing.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/middleware.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/routing.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/tests/client_integration.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/benches/parser_benchmarks.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/examples/basic_healing.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/examples/coercion_demo.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/examples/streaming_annotations.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/examples/streaming_partial_types.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/coercion.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/parser.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/schema.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/streaming.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/string_utils.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/tests/parser_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/tests/property_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/tests/stream_annotations_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/tests/streaming_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/Cargo.toml +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/src/partial.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/tests/partial_type_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/anthropic_basic.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/anthropic_structured_output.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/cache_usage.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/custom_api.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/healing_fallback.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/openai_basic.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/openai_structured_output.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/openrouter_basic.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/retry_demo.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/streaming.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/streaming_structured.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/streaming_with_healing.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/test_local_api.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/examples/test_reqwest.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/run_integration_tests.sh +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/anthropic/error.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/anthropic/mod.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/anthropic/models.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/anthropic/streaming.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/common/error.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/common/http_client.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/common/mod.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/healing_integration.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/metrics.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openai/error.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openai/mod.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openai/models.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openai/streaming.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openrouter/mod.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/rate_limit.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/retry.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/schema_converter.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/streaming_structured.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/utils.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/tests/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/tests/healing_integration_tests.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/tests/openai_integration.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/README.md +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/py.typed +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/simple_agents_py.pyi +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/tests/test_client.py +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/Cargo.toml +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/examples/round_robin_router.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/circuit_breaker.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/cost.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/fallback.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/health.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/latency.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/lib.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/retry.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/round_robin.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/tests/health_tracker_integration.rs +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/py.typed +0 -0
- {simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/simple_agents_py.pyi +0 -0
|
@@ -1494,7 +1494,6 @@ dependencies = [
|
|
|
1494
1494
|
"pyo3-build-config",
|
|
1495
1495
|
"pyo3-ffi",
|
|
1496
1496
|
"pyo3-macros",
|
|
1497
|
-
"serde",
|
|
1498
1497
|
"unindent",
|
|
1499
1498
|
]
|
|
1500
1499
|
|
|
@@ -1543,6 +1542,16 @@ dependencies = [
|
|
|
1543
1542
|
"syn",
|
|
1544
1543
|
]
|
|
1545
1544
|
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "pythonize"
|
|
1547
|
+
version = "0.22.0"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "90fcf491425978bd889015d5430f6473d91bdfa2097262f1e731aadcf6c2113e"
|
|
1550
|
+
dependencies = [
|
|
1551
|
+
"pyo3",
|
|
1552
|
+
"serde",
|
|
1553
|
+
]
|
|
1554
|
+
|
|
1546
1555
|
[[package]]
|
|
1547
1556
|
name = "quanta"
|
|
1548
1557
|
version = "0.12.6"
|
|
@@ -2026,7 +2035,7 @@ dependencies = [
|
|
|
2026
2035
|
|
|
2027
2036
|
[[package]]
|
|
2028
2037
|
name = "simple-agent-type"
|
|
2029
|
-
version = "0.1.
|
|
2038
|
+
version = "0.1.11"
|
|
2030
2039
|
dependencies = [
|
|
2031
2040
|
"async-trait",
|
|
2032
2041
|
"blake3",
|
|
@@ -2041,7 +2050,7 @@ dependencies = [
|
|
|
2041
2050
|
|
|
2042
2051
|
[[package]]
|
|
2043
2052
|
name = "simple-agents-cache"
|
|
2044
|
-
version = "0.1.
|
|
2053
|
+
version = "0.1.11"
|
|
2045
2054
|
dependencies = [
|
|
2046
2055
|
"async-trait",
|
|
2047
2056
|
"simple-agent-type",
|
|
@@ -2050,7 +2059,7 @@ dependencies = [
|
|
|
2050
2059
|
|
|
2051
2060
|
[[package]]
|
|
2052
2061
|
name = "simple-agents-cli"
|
|
2053
|
-
version = "0.1.
|
|
2062
|
+
version = "0.1.11"
|
|
2054
2063
|
dependencies = [
|
|
2055
2064
|
"clap",
|
|
2056
2065
|
"serde",
|
|
@@ -2067,7 +2076,7 @@ dependencies = [
|
|
|
2067
2076
|
|
|
2068
2077
|
[[package]]
|
|
2069
2078
|
name = "simple-agents-core"
|
|
2070
|
-
version = "0.1.
|
|
2079
|
+
version = "0.1.11"
|
|
2071
2080
|
dependencies = [
|
|
2072
2081
|
"async-trait",
|
|
2073
2082
|
"serde",
|
|
@@ -2094,7 +2103,7 @@ dependencies = [
|
|
|
2094
2103
|
|
|
2095
2104
|
[[package]]
|
|
2096
2105
|
name = "simple-agents-ffi"
|
|
2097
|
-
version = "0.1.
|
|
2106
|
+
version = "0.1.11"
|
|
2098
2107
|
dependencies = [
|
|
2099
2108
|
"async-trait",
|
|
2100
2109
|
"simple-agent-type",
|
|
@@ -2105,7 +2114,7 @@ dependencies = [
|
|
|
2105
2114
|
|
|
2106
2115
|
[[package]]
|
|
2107
2116
|
name = "simple-agents-healing"
|
|
2108
|
-
version = "0.1.
|
|
2117
|
+
version = "0.1.11"
|
|
2109
2118
|
dependencies = [
|
|
2110
2119
|
"criterion",
|
|
2111
2120
|
"proptest",
|
|
@@ -2121,7 +2130,7 @@ dependencies = [
|
|
|
2121
2130
|
|
|
2122
2131
|
[[package]]
|
|
2123
2132
|
name = "simple-agents-macros"
|
|
2124
|
-
version = "0.1.
|
|
2133
|
+
version = "0.1.11"
|
|
2125
2134
|
dependencies = [
|
|
2126
2135
|
"proc-macro2",
|
|
2127
2136
|
"quote",
|
|
@@ -2133,7 +2142,7 @@ dependencies = [
|
|
|
2133
2142
|
|
|
2134
2143
|
[[package]]
|
|
2135
2144
|
name = "simple-agents-napi"
|
|
2136
|
-
version = "0.1.
|
|
2145
|
+
version = "0.1.11"
|
|
2137
2146
|
dependencies = [
|
|
2138
2147
|
"napi",
|
|
2139
2148
|
"napi-derive",
|
|
@@ -2145,7 +2154,7 @@ dependencies = [
|
|
|
2145
2154
|
|
|
2146
2155
|
[[package]]
|
|
2147
2156
|
name = "simple-agents-providers"
|
|
2148
|
-
version = "0.1.
|
|
2157
|
+
version = "0.1.11"
|
|
2149
2158
|
dependencies = [
|
|
2150
2159
|
"async-trait",
|
|
2151
2160
|
"bytes",
|
|
@@ -2173,9 +2182,10 @@ dependencies = [
|
|
|
2173
2182
|
|
|
2174
2183
|
[[package]]
|
|
2175
2184
|
name = "simple-agents-py"
|
|
2176
|
-
version = "0.1.
|
|
2185
|
+
version = "0.1.11"
|
|
2177
2186
|
dependencies = [
|
|
2178
2187
|
"pyo3",
|
|
2188
|
+
"pythonize",
|
|
2179
2189
|
"reqwest",
|
|
2180
2190
|
"serde_json",
|
|
2181
2191
|
"simple-agent-type",
|
|
@@ -2186,7 +2196,7 @@ dependencies = [
|
|
|
2186
2196
|
|
|
2187
2197
|
[[package]]
|
|
2188
2198
|
name = "simple-agents-router"
|
|
2189
|
-
version = "0.1.
|
|
2199
|
+
version = "0.1.11"
|
|
2190
2200
|
dependencies = [
|
|
2191
2201
|
"async-trait",
|
|
2192
2202
|
"rand 0.8.5",
|
|
@@ -18,9 +18,9 @@ serde_json.workspace = true
|
|
|
18
18
|
tokio.workspace = true
|
|
19
19
|
|
|
20
20
|
simple-agent-type = { path = "../simple-agent-type", version = "0.1.0" }
|
|
21
|
-
simple-agents-router = { path = "../simple-agents-router", version = "0.1.
|
|
22
|
-
simple-agents-cache = { path = "../simple-agents-cache", version = "0.1.
|
|
23
|
-
simple-agents-healing = { path = "../simple-agents-healing", version = "0.1.
|
|
21
|
+
simple-agents-router = { path = "../simple-agents-router", version = "0.1.11" }
|
|
22
|
+
simple-agents-cache = { path = "../simple-agents-cache", version = "0.1.11" }
|
|
23
|
+
simple-agents-healing = { path = "../simple-agents-healing", version = "0.1.11" }
|
|
24
24
|
|
|
25
25
|
[dev-dependencies]
|
|
26
26
|
tokio.workspace = true
|
|
@@ -32,7 +32,7 @@ regex-support = ["regex"]
|
|
|
32
32
|
tokio = { version = "1.41", features = ["full"] }
|
|
33
33
|
proptest = "1.5"
|
|
34
34
|
criterion = { version = "0.5", features = ["html_reports"] }
|
|
35
|
-
simple-agents-macros = { path = "../simple-agents-macros", version = "0.1.
|
|
35
|
+
simple-agents-macros = { path = "../simple-agents-macros", version = "0.1.11" }
|
|
36
36
|
|
|
37
37
|
[[test]]
|
|
38
38
|
name = "parser_tests"
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/Cargo.toml
RENAMED
|
@@ -10,7 +10,7 @@ readme = "README.md"
|
|
|
10
10
|
|
|
11
11
|
[dependencies]
|
|
12
12
|
simple-agent-type = { path = "../simple-agent-type", version = "0.1.0" }
|
|
13
|
-
simple-agents-healing = { path = "../simple-agents-healing", version = "0.1.
|
|
13
|
+
simple-agents-healing = { path = "../simple-agents-healing", version = "0.1.11" }
|
|
14
14
|
reqwest = { version = "0.12", features = ["json", "stream"] }
|
|
15
15
|
tokio = { version = "1.42", features = ["full"] }
|
|
16
16
|
futures = "0.3"
|
|
@@ -34,6 +34,6 @@ prometheus = ["dep:metrics-exporter-prometheus"]
|
|
|
34
34
|
[dev-dependencies]
|
|
35
35
|
tokio-test = "0.4"
|
|
36
36
|
tracing-subscriber = "0.3"
|
|
37
|
-
simple-agents-cache = { path = "../simple-agents-cache", version = "0.1.
|
|
38
|
-
simple-agents-macros = { path = "../simple-agents-macros", version = "0.1.
|
|
37
|
+
simple-agents-cache = { path = "../simple-agents-cache", version = "0.1.11" }
|
|
38
|
+
simple-agents-macros = { path = "../simple-agents-macros", version = "0.1.11" }
|
|
39
39
|
dotenv = "0.15"
|
|
@@ -10,11 +10,12 @@ name = "simple_agents_py"
|
|
|
10
10
|
crate-type = ["cdylib"]
|
|
11
11
|
|
|
12
12
|
[dependencies]
|
|
13
|
-
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py312"
|
|
13
|
+
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py312"] }
|
|
14
|
+
pythonize = "0.22"
|
|
14
15
|
tokio = { workspace = true }
|
|
15
16
|
reqwest = { workspace = true }
|
|
16
17
|
serde_json = { workspace = true }
|
|
17
18
|
|
|
18
|
-
simple-agents-core = { path = "../simple-agents-core", version = "0.1.
|
|
19
|
-
simple-agents-providers = { path = "../simple-agents-providers", version = "0.1.
|
|
19
|
+
simple-agents-core = { path = "../simple-agents-core", version = "0.1.11" }
|
|
20
|
+
simple-agents-providers = { path = "../simple-agents-providers", version = "0.1.11" }
|
|
20
21
|
simple-agent-type = { path = "../simple-agent-type", version = "0.1.0" }
|
|
@@ -370,7 +370,7 @@ impl Client {
|
|
|
370
370
|
strict: bool,
|
|
371
371
|
) -> PyResult<String> {
|
|
372
372
|
let messages = parse_messages(messages).map_err(py_err)?;
|
|
373
|
-
let schema_value: serde_json::Value =
|
|
373
|
+
let schema_value: serde_json::Value = pythonize::depythonize(schema)
|
|
374
374
|
.map_err(|_| {
|
|
375
375
|
py_err(SimpleAgentsError::Config(
|
|
376
376
|
"schema must be JSON-serializable".to_string(),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/examples/basic_usage.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/coercion.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/provider.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/response.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agent-type/src/validation.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-cache/src/memory.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/healing.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/middleware.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-core/src/routing.rs
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
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/coercion.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/parser.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/schema.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/streaming.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-healing/src/string_utils.rs
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
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-macros/src/partial.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/README.md
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
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/common/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/lib.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/metrics.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/openai/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/rate_limit.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/retry.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/src/utils.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-providers/tests/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/simple_agents_py.pyi
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-py/tests/test_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/fallback.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/health.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/latency.rs
RENAMED
|
File without changes
|
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/retry.rs
RENAMED
|
File without changes
|
{simple_agents_py-0.1.10 → simple_agents_py-0.1.11}/crates/simple-agents-router/src/round_robin.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|