Bump QuoteJudge after database migration repair
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"agent": "quote-judge-studio-v1",
|
|
||||||
"deployment_id": "dpl_45a5248e16944a46",
|
|
||||||
"repo_head_sha": "116fd84814daa61e3a309b6b549e58445d1d1b71",
|
|
||||||
"source": "agent-builder",
|
|
||||||
"updated_at": 1784345318,
|
|
||||||
"version": "0.1.1"
|
|
||||||
}
|
|
||||||
2
a2a.yaml
2
a2a.yaml
@@ -1,5 +1,5 @@
|
|||||||
name: quote-judge-studio-v1
|
name: quote-judge-studio-v1
|
||||||
version: 0.1.2
|
version: 0.1.4
|
||||||
entrypoint: agent:QuoteJudgeStudioV1
|
entrypoint: agent:QuoteJudgeStudioV1
|
||||||
expose:
|
expose:
|
||||||
public: false
|
public: false
|
||||||
|
|||||||
2
agent.py
2
agent.py
@@ -108,7 +108,7 @@ class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]):
|
|||||||
"QuoteJudge compares vendor quotes with weighted price, delivery, and "
|
"QuoteJudge compares vendor quotes with weighted price, delivery, and "
|
||||||
"warranty scoring, persists per-user comparisons, and serves a one-page product UI."
|
"warranty scoring, persists per-user comparisons, and serves a one-page product UI."
|
||||||
)
|
)
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
|
|
||||||
config_model = QuoteJudgeStudioV1Config
|
config_model = QuoteJudgeStudioV1Config
|
||||||
auth_model = PlatformUserAuth
|
auth_model = PlatformUserAuth
|
||||||
|
|||||||
Reference in New Issue
Block a user