fix: use platform llm grants for builder
All checks were successful
build / build (push) Successful in 2s

This commit is contained in:
robert
2026-05-26 09:49:40 -03:00
parent ca559b8346
commit 98a8c57c83
4 changed files with 21 additions and 10 deletions

View File

@@ -27,8 +27,9 @@ class BuilderContext:
project_prefix: str | None = None
workspace: Any | None = None
grant_token: str | None = None
# Optional caller-provided LLM creds (when the outer platform Card
# declares llm_provisioning=caller_provided). Falls back to settings.
# LLM creds forwarded by the orchestrator according to this agent's Card.
# The builder itself uses platform grants; generated agents usually use
# caller-provided creds. Falls back to settings for local development.
llm_base_url: str | None = None
llm_api_key: str | None = None
llm_model: str | None = None