Refresh builder runtime visibility
All checks were successful
build / build (push) Successful in 59s

This commit is contained in:
robert
2026-06-08 09:04:23 -03:00
parent e5e75e2ea3
commit e6d159a853
6 changed files with 8 additions and 5 deletions

View File

@@ -50,7 +50,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.8"
version = "0.1.9"
config_model = BuilderConfig
auth_model = NoAuth
@@ -147,6 +147,7 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
llm_temperature_mode=creds.temperature_mode,
llm_temperature=creds.temperature,
llm_extra_body=creds.extra_body,
llm_metadata=getattr(creds, "metadata", None),
))
user_msg = (