II.
AgentPlatformImpl overview
Reference · liveagent-platform-impl:kradle.platform@current
Kradle Platform (current) — K8s-native agent governance overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-platform-impl:kradle.platform@current.
Attributes
displayName
Kradle Platform (current) — K8s-native agent governance
packageRef
nativeExtensionFormat
kubernetes-crd
nativeExtensionManifestPath
charts/kradle/crds/
subagentDefinitionFormat
agent-stack-crd
subagentsDirectoryPath
- charts/kradle/crds/
hooksDirectoryOrConfigPath
[]
settingsFiles
[]
pluginRegistryPath
capabilityProfileRegistry
true
launchConfigRegistry
false
platformIdentityStrategy
kubernetes-rbac
notes
Kradle's platform layer provides the governance and extension model
for agent work on Kradle-managed repositories. NOT an agent runtime —
Kradle delegates agent execution to adapters. This impl covers:
- Agent Stack CRDs: AgentStack, AgentSubagent, AgentToolProfile,
AgentMcpServer, AgentSkill — declarative agent configuration
- Permission model: AgentServiceAccount, AgentRoleBinding,
AgentSecretGrant, AgentConfigGrant — K8s-native RBAC for agents
- Policy engine: PolicyProfile, PolicyTemplate, PolicyBinding —
org-level governance rules enforced via Kyverno admission webhooks
- Workspace policy: AgentWorkspacePolicy — branch naming, file
scope, cleanup rules for agent worktrees
- Trigger rules: AgentTriggerRule — event→dispatch routing
- Provider config: AgentProviderConfig — LLM API key/endpoint mgmt
- Gateway config: AgentGatewayConfig — multi-agent routing rules
75 Kradle CRDs total. All queryable via kubectl.
Outgoing edges
composes1
- platform:kradle·PlatformKradle
realizes1
- layer:6-agent-platform·LayerAgent-Platform
Incoming edges
relates_to1
- topic:kradle-crd-inventory·TopicKradle CRD Inventory