fix: cap builder knative scale at one
All checks were successful
build / build (push) Successful in 21s
All checks were successful
build / build (push) Successful in 21s
This commit is contained in:
2
agent.py
2
agent.py
@@ -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.33 for workspace-backed DeepAgents artifacts
|
||||
# rebuild against a2a-pack 0.1.34 for single-pod Knative agent defaults
|
||||
|
||||
Reference in New Issue
Block a user