This commit is contained in:
a2a-platform
2026-06-13 11:22:07 +00:00
parent abb3497ff8
commit 8076016d43
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ DEEPAGENTS_RECURSION_LIMIT = 500
class Robertseares(A2AAgent[RobertsearesConfig, NoAuth]):
name = "robertseares"
description = "A new A2A agent"
version = "0.1.1"
version = "0.1.3"
config_model = RobertsearesConfig
auth_model = NoAuth