Use secret-backed agent builder runtime
All checks were successful
build / build (push) Successful in 28s

This commit is contained in:
robert
2026-05-23 13:32:25 -04:00
parent 0d4ca7b6c2
commit 091f8eaf06
5 changed files with 21 additions and 8 deletions

View File

@@ -256,4 +256,4 @@ def _find_url(value: Any) -> str | None:
m = _URL_RE.search(value)
return m.group(0) if m else None
return None
# rebuild against a2a-pack 0.1.16 for nullable LLM extra_body handling
# rebuild against a2a-pack 0.1.17 for nullable LLM extra_body handling