Add conversational meta-agent compose tool
All checks were successful
build / build (push) Successful in 15s

This commit is contained in:
robert
2026-06-01 22:47:40 -03:00
parent c2ad8eca4c
commit d665563953
5 changed files with 327 additions and 7 deletions

View File

@@ -278,4 +278,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.41 for current runtime defaults
# rebuild against a2a-pack 0.1.47 for manifest-backed meta-agent defaults