deploy
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"language": "python",
|
||||
"name": "customer-integration-engineer",
|
||||
"description": "Guides and validates customer integrations from requirements through a tested handoff while keeping credentials and production changes under customer control.",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"entrypoint": {
|
||||
"module": "agent",
|
||||
"class_name": "CustomerIntegrationEngineer",
|
||||
@@ -24,11 +24,15 @@
|
||||
"max_retries": 0,
|
||||
"cost_class": "deterministic",
|
||||
"allow_scope_expansion": false,
|
||||
"grant_mode": null,
|
||||
"grant_allow_patterns": [],
|
||||
"grant_mode": "read_write_overlay",
|
||||
"grant_allow_patterns": [
|
||||
"outputs/integrations/**"
|
||||
],
|
||||
"grant_deny_patterns": [],
|
||||
"grant_outputs_prefix": null,
|
||||
"grant_write_prefixes": [],
|
||||
"grant_outputs_prefix": "outputs/integrations/",
|
||||
"grant_write_prefixes": [
|
||||
"outputs/integrations/"
|
||||
],
|
||||
"grant_ttl_seconds": null,
|
||||
"grant_run_timeout_seconds": null,
|
||||
"grant_approval_timeout_seconds": null,
|
||||
@@ -820,11 +824,15 @@
|
||||
"max_retries": 0,
|
||||
"cost_class": "deterministic",
|
||||
"allow_scope_expansion": false,
|
||||
"grant_mode": null,
|
||||
"grant_allow_patterns": [],
|
||||
"grant_mode": "read_write_overlay",
|
||||
"grant_allow_patterns": [
|
||||
"outputs/integrations/**"
|
||||
],
|
||||
"grant_deny_patterns": [],
|
||||
"grant_outputs_prefix": null,
|
||||
"grant_write_prefixes": [],
|
||||
"grant_outputs_prefix": "outputs/integrations/",
|
||||
"grant_write_prefixes": [
|
||||
"outputs/integrations/"
|
||||
],
|
||||
"grant_ttl_seconds": null,
|
||||
"grant_run_timeout_seconds": null,
|
||||
"grant_approval_timeout_seconds": null,
|
||||
@@ -1637,11 +1645,15 @@
|
||||
"max_retries": 0,
|
||||
"cost_class": "deterministic",
|
||||
"allow_scope_expansion": false,
|
||||
"grant_mode": null,
|
||||
"grant_allow_patterns": [],
|
||||
"grant_mode": "read_write_overlay",
|
||||
"grant_allow_patterns": [
|
||||
"outputs/integrations/**"
|
||||
],
|
||||
"grant_deny_patterns": [],
|
||||
"grant_outputs_prefix": null,
|
||||
"grant_write_prefixes": [],
|
||||
"grant_outputs_prefix": "outputs/integrations/",
|
||||
"grant_write_prefixes": [
|
||||
"outputs/integrations/"
|
||||
],
|
||||
"grant_ttl_seconds": null,
|
||||
"grant_run_timeout_seconds": null,
|
||||
"grant_approval_timeout_seconds": null,
|
||||
@@ -1987,11 +1999,15 @@
|
||||
"max_retries": 0,
|
||||
"cost_class": "deterministic",
|
||||
"allow_scope_expansion": false,
|
||||
"grant_mode": null,
|
||||
"grant_allow_patterns": [],
|
||||
"grant_mode": "read_write_overlay",
|
||||
"grant_allow_patterns": [
|
||||
"outputs/integrations/**"
|
||||
],
|
||||
"grant_deny_patterns": [],
|
||||
"grant_outputs_prefix": null,
|
||||
"grant_write_prefixes": [],
|
||||
"grant_outputs_prefix": "outputs/integrations/",
|
||||
"grant_write_prefixes": [
|
||||
"outputs/integrations/"
|
||||
],
|
||||
"grant_ttl_seconds": null,
|
||||
"grant_run_timeout_seconds": null,
|
||||
"grant_approval_timeout_seconds": null,
|
||||
@@ -2496,11 +2512,15 @@
|
||||
"max_retries": 0,
|
||||
"cost_class": "deterministic",
|
||||
"allow_scope_expansion": false,
|
||||
"grant_mode": null,
|
||||
"grant_allow_patterns": [],
|
||||
"grant_mode": "read_write_overlay",
|
||||
"grant_allow_patterns": [
|
||||
"outputs/integrations/**"
|
||||
],
|
||||
"grant_deny_patterns": [],
|
||||
"grant_outputs_prefix": null,
|
||||
"grant_write_prefixes": [],
|
||||
"grant_outputs_prefix": "outputs/integrations/",
|
||||
"grant_write_prefixes": [
|
||||
"outputs/integrations/"
|
||||
],
|
||||
"grant_ttl_seconds": null,
|
||||
"grant_run_timeout_seconds": null,
|
||||
"grant_approval_timeout_seconds": null,
|
||||
@@ -2968,7 +2988,7 @@
|
||||
"source": "python-a2a-pack",
|
||||
"project_manifest": {
|
||||
"name": "customer-integration-engineer",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"entrypoint": "agent:CustomerIntegrationEngineer"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user