@suluk/agents - v0.1.6
    Preparing search index...

    Interface CloudflareAgentOptions

    interface CloudflareAgentOptions {
        className?: string;
        instructions?: Record<string, string>;
        mcpUrl?: string;
    }
    Index

    Properties

    className?: string

    the Durable Object class + binding name (default: PascalCase of the agent name).

    instructions?: Record<string, string>

    pinned snapshots keyed "<agent>/<skill>" (preferred) or bare "<skill>"; the primary skill's text is inlined as the system prompt.

    mcpUrl?: string

    an MCP endpoint the tool execute stubs can dispatch to — referenced in a comment, never embedded as a credential.