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

    Interface NodeAgentOptions

    interface NodeAgentOptions {
        name?: string;
        instructions?: Record<string, string>;
        mcpUrl?: string;
        port?: number;
    }
    Index

    Properties

    name?: string

    the exported server/agent name (default: PascalCase of the agent name). Used only in a comment + the file name.

    instructions?: Record<string, string>

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

    mcpUrl?: string

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

    port?: number

    the port the generated Bun.serve listens on (default 8787).