constants

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package constants defines shared constant values used across the agentregistry codebase.

Index

Constants

View Source
const (
	// EnvKagentNamespace is the Kubernetes namespace where the agent is deployed.
	// Defaults to "default" when not explicitly set.
	EnvKagentNamespace = "KAGENT_NAMESPACE"

	// EnvKagentURL is the base URL of the kagent control plane the agent connects to.
	EnvKagentURL = "KAGENT_URL"

	// EnvKagentName is the registry name of the agent, used by the kagent runtime.
	EnvKagentName = "KAGENT_NAME"

	// EnvAgentName is the agent name exposed to the agent process itself.
	EnvAgentName = "AGENT_NAME"

	// EnvModelProvider is the LLM provider identifier (e.g. "openai", "anthropic").
	EnvModelProvider = "MODEL_PROVIDER"

	// EnvModelName is the model identifier within the provider (e.g. "gpt-4o").
	EnvModelName = "MODEL_NAME"

	// EnvMCPServersConfig is a JSON-encoded array of resolved MCP server
	// configurations injected into the agent container at deploy time.
	EnvMCPServersConfig = "MCP_SERVERS_CONFIG"
)

Agent runtime environment variable keys injected by ResolveAgent and consumed by runtime adapters and agent frameworks at deploy/run time.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL