For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Agents
Configure how an agent runs and what it knows, from the runtime behind it to its prompt and memory.
Agent harness
Configure a Harness, the resource that defines which runtime executes an agent and what …
Bring your own agent
Run a container image of your own as a kagent agent by implementing the A2A service that the byo …
System prompts
Set an agent’s system prompt inline or from a ConfigMap, and template it with values that kagent …
Agent memory
Give agents long-term memory that persists across conversations, backed by vector similarity search.
Human in the loop
Understand how an agent pauses to ask a question or to get a tool call approved, and what a client …