Strengthen builder sandbox validation
All checks were successful
build / build (push) Successful in 15s

This commit is contained in:
robert
2026-06-07 22:32:35 -03:00
parent 9d3ccab800
commit 4bb04d81ad
3 changed files with 141 additions and 2 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.4"
version = "0.1.5"
config_model = BuilderConfig
auth_model = NoAuth