II.
Definition overview
Reference · livedefinition:krate-agent-model
Krate Agent Resource Model overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for definition:krate-agent-model.
Attributes
displayName
Krate Agent Resource Model
authoredAt
2026-05-10T00:00:00Z
text
The resource kinds governing AI agent dispatch and execution
within Krate:
AgentStack: Defines a reusable agent configuration — which coding
agent to use (Claude Code, Codex, etc.), container image, resource
limits (CPU, memory, GPU), timeout, and default tool permissions.
AgentStackVersion: Immutable snapshot of an AgentStack for
reproducibility. Dispatch runs reference a specific version.
AgentDispatchRun: A single agent execution. Created by a user,
PR trigger, or schedule. Specifies the target repository,
branch, prompt, AgentStack version, and permission scope.
Lifecycle: Pending → PermissionReview → ContextBundle →
Running → Completed/Failed/Cancelled.
AgentSession: The active session within a dispatch run. Tracks
token usage, tool calls, files modified, and conversation history.
AgentSessionEvent: Individual events within a session — tool
invocations, file edits, terminal commands, model responses.
AgentPermissionSet: Org-scoped allow/deny rules for what tools
and commands an agent can use during a dispatch run.
AgentQuotaProfile: Org-level resource and cost quotas for agent
dispatch — max concurrent runs, token budget, compute hours.
AgentSchedule: CronJob-like schedule for recurring agent dispatch
(e.g., nightly code review, weekly dependency updates).
status
canonical
Outgoing edges
applies_to2
- domain:platform-engineering·DomainPlatform Engineering
- domain:software-engineering·DomainSoftware Engineering
supports2
- tool:kubernetes·ToolKubernetes
- skill-area:platform-engineering·SkillArea
Incoming edges
None.