Harden builder sandbox package install
All checks were successful
build / build (push) Successful in 10s

This commit is contained in:
robert
2026-06-07 22:10:23 -03:00
parent aba68aaf2e
commit cd1c661109
4 changed files with 12 additions and 3 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.3"
version = "0.1.4"
config_model = BuilderConfig
auth_model = NoAuth