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

@@ -1,5 +1,5 @@
name: agent-builder name: agent-builder
version: 0.1.6 version: 0.1.7
entrypoint: agent:AgentBuilder entrypoint: agent:AgentBuilder
description: Generate, test, and deploy new a2a agents from natural language. description: Generate, test, and deploy new a2a agents from natural language.
expose: expose:

View File

@@ -49,7 +49,7 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
"Writes the project into the user's workspace, validates it in a " "Writes the project into the user's workspace, validates it in a "
"sandbox, then ships it via the control plane." "sandbox, then ships it via the control plane."
) )
version = "0.1.6" version = "0.1.7"
config_model = BuilderConfig config_model = BuilderConfig
auth_model = NoAuth auth_model = NoAuth