From 3dccd5677270c9a15a30cc274bbf5d04a6ec35ce Mon Sep 17 00:00:00 2001 From: a2a-code-editor Date: Sat, 18 Jul 2026 07:48:59 +0000 Subject: [PATCH] code editor: Agent Studio improvement iteration 1 for `contract-clock-studio-v1`. Goa --- a2a.yaml | 2 +- agent.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/a2a.yaml b/a2a.yaml index 759355f..3457071 100644 --- a/a2a.yaml +++ b/a2a.yaml @@ -1,5 +1,5 @@ name: contract-clock-studio-v1 -version: 0.1.1 +version: 0.1.2 entrypoint: agent:ContractClockStudioV1 expose: public: false diff --git a/agent.py b/agent.py index 275db5a..eba6a8f 100644 --- a/agent.py +++ b/agent.py @@ -71,7 +71,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu "contracts, saves user-scoped timelines, and reopens them in a packed " "one-page studio." ) - version = "0.1.1" + version = "0.1.2" config_model = ContractClockStudioV1Config auth_model = PlatformUserAuth @@ -103,7 +103,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu "deadlines, atomically persist the contract timeline and execution receipt." ), timeout_seconds=30, - idempotent=True, + idempotent=False, cost_class="cheap", ) async def analyze_contract( @@ -168,7 +168,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu "The FileUpload schema is retained for typed multipart clients." ), timeout_seconds=30, - idempotent=True, + idempotent=False, cost_class="cheap", ) async def analyze_contract_file(