Require sandbox pass before builder deploy
All checks were successful
build / build (push) Successful in 12s

This commit is contained in:
robert
2026-06-07 22:53:57 -03:00
parent 49a41949ab
commit b285f3cdc8
4 changed files with 114 additions and 7 deletions

View File

@@ -49,7 +49,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.5"
version = "0.1.6"
config_model = BuilderConfig
auth_model = NoAuth