@runloop/agent-axon-client
    Preparing search index...

    Type Alias SdkPluginConfig

    Configuration for loading a plugin.

    type SdkPluginConfig = {
        path: string;
        type: "local";
    }
    Index

    Claude SDK

    Claude SDK

    path: string

    Absolute or relative path to the plugin directory

    type: "local"

    Plugin type. Currently only 'local' is supported