AgentRuntimeConfiguration Reference

This reference covers the fields of the AgentRuntimeConfiguration resource. For all other CRDs in the runtime.agentic-layer.ai API group, see each feature module’s own reference page.

AgentRuntimeConfiguration

AgentRuntimeConfiguration provides namespace-scoped, operator-wide defaults for the Agent Runtime Operator. It must be created in the operator’s namespace (agent-runtime-operator-system); only one instance is allowed per namespace.

spec

Field Description

defaultFramework

string — The framework applied to Agent resources that do not specify one. Allowed values: google-adk, msaf. Defaults to google-adk when omitted. When this value changes, the operator re-reconciles all agents without an explicit framework.

agentTemplateImages

object — Container images for template-based agents, keyed by framework. If a framework entry is omitted, the operator falls back to its built-in default image for that framework. See agentTemplateImages fields below.

spec.agentTemplateImages

Field Description

googleAdk

string — Container image used for template-based agents with the google-adk framework. If omitted, the operator’s compiled-in default is used.

msaf

string — Container image used for template-based agents with the msaf framework. If omitted, the operator’s compiled-in default is used.