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.

@@ -256,13 +256,13 @@ class ReasoningEngineDeploymentService:
256
256
 
257
257
  config = {
258
258
  "defaults": {
259
- "deployment_service": "0.6.2",
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']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reasoning-deployment-service
3
- Version: 0.7.0
3
+ Version: 0.7.3
4
4
  Summary: Deployment helper for Vertex AI Reasoning Engines & Agent Spaces
5
5
  Author-email: Sergio Estrada <sergio.estrada@accenture.com>
6
6
  License: Apache-2.0
@@ -1,5 +1,5 @@
1
1
  reasoning_deployment_service/__init__.py,sha256=xDuKt9gGviQiTV6vXBdkBvygnlAOIrwnUjVaMGZy0L4,670
2
- reasoning_deployment_service/reasoning_deployment_service.py,sha256=2katQ83DE4HJlPZFX49s2dOx84TBWnJvAxYKA2NLVEk,43506
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.0.dist-info/METADATA,sha256=CqS82pAHZfv3EQ8OxM4hffJYoAGYIQiT6enYb4yASEA,5302
25
- reasoning_deployment_service-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- reasoning_deployment_service-0.7.0.dist-info/entry_points.txt,sha256=onGKjR5ONTtRv3aqEtK863iw9Ty1kLcjfZlsplkRZrA,84
27
- reasoning_deployment_service-0.7.0.dist-info/top_level.txt,sha256=GKuQS1xHUYLZbatw9DmcYdBxxLhWhhGkV4FmFxgKdp0,29
28
- reasoning_deployment_service-0.7.0.dist-info/RECORD,,
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,,