Align builder with a2a-pack 0.1.82
All checks were successful
build / build (push) Successful in 53s

This commit is contained in:
robert
2026-06-08 09:13:42 -03:00
parent cd6c13288a
commit 16cdf2c2be
5 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
"Writes the project into the user's workspace, validates it in a "
"sandbox, then ships it via the control plane."
)
version = "0.1.9"
version = "0.1.10"
config_model = BuilderConfig
auth_model = NoAuth
@@ -355,4 +355,4 @@ def _build_failure_error(exc: BaseException) -> str:
"or a smaller build scope"
)
return f"build graph failed: {type(exc).__name__}: {exc}"
# rebuild against a2a-pack 0.1.76 for source-grant-aware agent updates
# rebuild against a2a-pack 0.1.82 for LiteLLM metadata and long builder grants