Anchorage API reference
    Preparing search index...

    The only call options accepted by a guarded agent handle.

    interface GuardedAgentCallOptions {
        abortSignal?: AbortSignal;
        memory?: AgentMemoryOption;
        requestContext: RequestContext;
        runId?: string;
    }
    Index

    Properties

    abortSignal?: AbortSignal

    Optional caller cancellation signal.

    memory?: AgentMemoryOption

    Optional memory thread and resource binding.

    requestContext: RequestContext

    Trusted context containing the authenticated actor and host correlation.

    runId?: string

    Optional host-minted run identifier.