@deskcreate/agentcraft
    Preparing search index...

    Interface LocalWorkspaceOptions

    Options for AgentWorkspace.local().

    interface LocalWorkspaceOptions {
        cacheRoot?: string;
    }
    Index

    Properties

    Properties

    cacheRoot?: string

    Directory for the file-based cache. Defaults to ${root}/.agentcraft-cache.