This commit is contained in:
a2a-platform
2026-06-11 23:32:41 +00:00
parent 34675d168a
commit 61a5054b98
3 changed files with 4 additions and 4 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.0"
version = "0.1.1"
config_model = RobertsearesConfig
auth_model = NoAuth