Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rkat.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use this page when you need exact hook vocabulary and structure rather than a procedural walkthrough.

Core enums

TypeValues
HookPointRunStarted, PreLlmRequest, PreToolExecution, TurnBoundary, PostLlmResponse, PostToolExecution, RunCompleted, RunFailed
HookCapabilityObserve, Guardrail, Rewrite
HookExecutionModeForeground, Background
HookFailurePolicyFailOpen, FailClosed

Runtime families

  • in-process
  • command
  • HTTP

Payload highlights

  • HookInvocation
  • HookToolResult
  • HookPatch
  • HookPatchEnvelope

See also