code editor: Agent Studio improvement iteration 1 for contract-clock-studio-v1. Goa

This commit is contained in:
a2a-code-editor
2026-07-18 07:48:59 +00:00
parent 879c4034c5
commit 3dccd56772
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: contract-clock-studio-v1 name: contract-clock-studio-v1
version: 0.1.1 version: 0.1.2
entrypoint: agent:ContractClockStudioV1 entrypoint: agent:ContractClockStudioV1
expose: expose:
public: false public: false

View File

@@ -71,7 +71,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu
"contracts, saves user-scoped timelines, and reopens them in a packed " "contracts, saves user-scoped timelines, and reopens them in a packed "
"one-page studio." "one-page studio."
) )
version = "0.1.1" version = "0.1.2"
config_model = ContractClockStudioV1Config config_model = ContractClockStudioV1Config
auth_model = PlatformUserAuth auth_model = PlatformUserAuth
@@ -103,7 +103,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu
"deadlines, atomically persist the contract timeline and execution receipt." "deadlines, atomically persist the contract timeline and execution receipt."
), ),
timeout_seconds=30, timeout_seconds=30,
idempotent=True, idempotent=False,
cost_class="cheap", cost_class="cheap",
) )
async def analyze_contract( async def analyze_contract(
@@ -168,7 +168,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu
"The FileUpload schema is retained for typed multipart clients." "The FileUpload schema is retained for typed multipart clients."
), ),
timeout_seconds=30, timeout_seconds=30,
idempotent=True, idempotent=False,
cost_class="cheap", cost_class="cheap",
) )
async def analyze_contract_file( async def analyze_contract_file(