Provider-specific options map.In config, option values may be scalar (string, number, boolean). During
compilation, values are stringified for runtime consumption.Model option values support {{ env.VAR_NAME }} substitution at runtime model
initialization. Missing variables fail startup.For secrets, use provider default env vars (for example OPENAI_API_KEY,
GOOGLE_API_KEY) or api_key: "{{ env.YOUR_SECRET_VAR }}".For provider-specific keys and env fallbacks, see
Model providers.
Tool access policy for this agent. Optional — defaults to inherit when omitted,
which uses the root-level defaults from .hyperterse (agents.tool_access).
If no root-level default is set either, the effective mode is allow_all.