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.AgentEventCanonicalIdentity.md.
  • 简体中文
  • Interface: AgentEventCanonicalIdentity

    Cross-host identity supplied to an event route without fabricated host fields.

    Properties

    event

    readonly event: "session/start" | "tool/before" | "tool/after" | "stop" | "agent/start" | "agent/stop" | "workspace/open" | "session/end" | "prompt/submit" | "tool/failure" | "compact/before" | "compact/after" | "permission/request" | "permission/denied" | "stop/failure" | "file/change" | "config/change" | "task/create" | "task/complete" | "agent/idle"


    idempotencyKey

    readonly idempotencyKey: string


    observedAt

    readonly observedAt: string


    provenance

    readonly provenance: AgentEventProvenance


    sequence

    readonly sequence: number