For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/routes_public.AgentEventRouteConfig.md.
  • English
  • Interface: AgentEventRouteConfig

    Statically extractable event-route configuration.

    Properties

    delivery?

    readonly optional delivery?: readonly "immediate"[]


    fallback?

    readonly optional fallback?: AgentEventFallbackMode


    runtime?

    readonly optional runtime?: AgentEventRuntimeMode


    targets?

    readonly optional targets?: readonly string[]


    timeoutMs?

    readonly optional timeoutMs?: number

    Route budget within the adapter's stricter native-host deadline.


    tools?

    readonly optional tools?: readonly string[]

    Canonical tool selectors for tool/before and tool/after routes.