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/interfaces/routes_public.AgentEventRouteProps.md.
  • 简体中文
  • Interface: AgentEventRouteProps

    Props received by an event route's async default Server Component.

    Read transport-owned request identity with await agent() from @agent-bundle/runtime. The invocation, host, session, actor, and workspace axes are Observed, including typed unavailable reasons when the host cannot know an axis. Business payload fields cannot override them. Generated event scopes currently expose actor as unavailable.

    Properties

    canonical

    readonly canonical: AgentEventCanonicalIdentity


    native

    readonly native: AgentEventNativePayload


    signal

    readonly signal: AbortSignal