a2a-source-edit: write agent.py
This commit is contained in:
2
agent.py
2
agent.py
@@ -34,7 +34,6 @@ from a2a_pack import (
|
||||
Pricing,
|
||||
Resources,
|
||||
RunContext,
|
||||
State,
|
||||
UploadedFile,
|
||||
WorkspaceAccess,
|
||||
WorkspaceMode,
|
||||
@@ -75,7 +74,6 @@ class InvoiceGuardStudioV1(A2AAgent[InvoiceGuardStudioV1Config, PlatformUserAuth
|
||||
config_model = InvoiceGuardStudioV1Config
|
||||
auth_model = PlatformUserAuth
|
||||
|
||||
state = State.DURABLE
|
||||
resources = Resources(cpu="500m", memory="512Mi", max_runtime_seconds=120)
|
||||
pricing = Pricing(
|
||||
price_per_call_usd=0.0,
|
||||
|
||||
Reference in New Issue
Block a user