For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/types/api.CompiledRouteKind.md.
  • 简体中文
  • Type Alias: CompiledRouteKind

    CompiledRouteKind = "tool" | "resource" | "prompt" | "app" | "event-route" | "cli" | "script"

    Every route kind the conventional source tree can declare. Context providers are deliberately not a route kind: a provider wraps route execution rather than being addressable itself, so providers live in their own CompiledProvider collection.