Bump agent builder runtime refresh
All checks were successful
build / build (push) Successful in 44s

This commit is contained in:
robert
2026-06-08 08:07:55 -03:00
parent 85647a3142
commit a5913d6c2c
2 changed files with 2 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.6"
version = "0.1.7"
config_model = BuilderConfig
auth_model = NoAuth