a2a-source-edit: write agent.py
This commit is contained in:
2
agent.py
2
agent.py
@@ -45,7 +45,7 @@ DEEPAGENTS_RECURSION_LIMIT = 500
|
||||
|
||||
class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, {{ auth_type }}]):
|
||||
name = "quote-judge-studio-v1"
|
||||
description = "QuoteJudge compares vendor quotes with weighted price, delivery, and warranty criteria, persists recommendations, and serves a one-page React studio."
|
||||
description = "QuoteJudge compares vendor quotes with weighted price, delivery, and warranty scoring, persists recommendations per platform user, and serves a one-page React product UI."
|
||||
version = "0.1.0"
|
||||
|
||||
config_model = QuoteJudgeStudioV1Config
|
||||
|
||||
Reference in New Issue
Block a user