reasoning-deployment-service 0.7.0__py3-none-any.whl → 0.7.3__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 reasoning-deployment-service might be problematic. Click here for more details.
- reasoning_deployment_service/reasoning_deployment_service.py +3 -3
- {reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/METADATA +1 -1
- {reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/RECORD +6 -6
- {reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/WHEEL +0 -0
- {reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/entry_points.txt +0 -0
- {reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/top_level.txt +0 -0
|
@@ -256,13 +256,13 @@ class ReasoningEngineDeploymentService:
|
|
|
256
256
|
|
|
257
257
|
config = {
|
|
258
258
|
"defaults": {
|
|
259
|
-
"deployment_service": "0.
|
|
259
|
+
"deployment_service": "0.7",
|
|
260
260
|
"reasoning_engine": {
|
|
261
261
|
"name": "reasoning-engine-dev",
|
|
262
262
|
"description": "A reasoning engine for development"
|
|
263
263
|
},
|
|
264
264
|
"gemini_enterprise": {
|
|
265
|
-
"target_deployment_engine_id": "",
|
|
265
|
+
"target_deployment_engine_id": "your-gemini-enterprise-engine-id",
|
|
266
266
|
"name": "Agent Name Here",
|
|
267
267
|
"description": "Agent description here",
|
|
268
268
|
"tool_description": "Tool description here",
|
|
@@ -297,7 +297,7 @@ class ReasoningEngineDeploymentService:
|
|
|
297
297
|
config = config['defaults']
|
|
298
298
|
deployment_service_version = config.get('deployment_service')
|
|
299
299
|
|
|
300
|
-
if deployment_service_version >= 0.7:
|
|
300
|
+
if float(deployment_service_version) >= 0.7:
|
|
301
301
|
raise RuntimeError(f"Unsupported deployment_service version: {deployment_service_version}. Expected minimum '0.7'")
|
|
302
302
|
|
|
303
303
|
authorization = config['authorization']
|
{reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
reasoning_deployment_service/__init__.py,sha256=xDuKt9gGviQiTV6vXBdkBvygnlAOIrwnUjVaMGZy0L4,670
|
|
2
|
-
reasoning_deployment_service/reasoning_deployment_service.py,sha256=
|
|
2
|
+
reasoning_deployment_service/reasoning_deployment_service.py,sha256=Wotzj8bEuDuV2fPaIGBMQGy8MRd8RSCC1QLwb5TZuew,43543
|
|
3
3
|
reasoning_deployment_service/runner.py,sha256=qWN0t66lQ1G4ht48gIHSF2JvedcheHRu8PmUz5TaKTI,5619
|
|
4
4
|
reasoning_deployment_service/cli_editor/__init__.py,sha256=bN8NPkw8riB92pj2lAwJZuEMOQIO_RRuge0ehnJTW1I,118
|
|
5
5
|
reasoning_deployment_service/cli_editor/api_client.py,sha256=bcuV0kEHxyNobqJ1k2Iwp73EaFjuOWa4XJ77MRrWQr0,33106
|
|
@@ -21,8 +21,8 @@ reasoning_deployment_service/gui_editor/src/ui/authorization_view.py,sha256=BoNc
|
|
|
21
21
|
reasoning_deployment_service/gui_editor/src/ui/reasoning_engine_view.py,sha256=T_kBop74wHv8W7tk9aY17ty44rLu8Dc-vRZdRvhmeH0,13317
|
|
22
22
|
reasoning_deployment_service/gui_editor/src/ui/reasoning_engines_view.py,sha256=IRjFlBbY98usAZa0roOonjvWQOsF6NBW4bBg_k8KnKI,7860
|
|
23
23
|
reasoning_deployment_service/gui_editor/src/ui/ui_components.py,sha256=HdQHy-oSZ3GobQ3FNdH7y_w3ANbFiuf2rMoflAmff0A,55366
|
|
24
|
-
reasoning_deployment_service-0.7.
|
|
25
|
-
reasoning_deployment_service-0.7.
|
|
26
|
-
reasoning_deployment_service-0.7.
|
|
27
|
-
reasoning_deployment_service-0.7.
|
|
28
|
-
reasoning_deployment_service-0.7.
|
|
24
|
+
reasoning_deployment_service-0.7.3.dist-info/METADATA,sha256=i4In9uMHT1PXwJ8CBSeB1AbWFmrmDXvHw7lGzpTeWDs,5302
|
|
25
|
+
reasoning_deployment_service-0.7.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
26
|
+
reasoning_deployment_service-0.7.3.dist-info/entry_points.txt,sha256=onGKjR5ONTtRv3aqEtK863iw9Ty1kLcjfZlsplkRZrA,84
|
|
27
|
+
reasoning_deployment_service-0.7.3.dist-info/top_level.txt,sha256=GKuQS1xHUYLZbatw9DmcYdBxxLhWhhGkV4FmFxgKdp0,29
|
|
28
|
+
reasoning_deployment_service-0.7.3.dist-info/RECORD,,
|
{reasoning_deployment_service-0.7.0.dist-info → reasoning_deployment_service-0.7.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|