Skip to main content

Type Alias: QueryRouterRuntimeMode

QueryRouterRuntimeMode = "placeholder" | "heuristic" | "active"

Defined in: packages/agentos/src/query-router/types.ts:239

Runtime mode for a branch that is always available in some form.

  • heuristic means AgentOS is using its built-in lightweight implementation
  • active means the host injected or wired a stronger runtime implementation