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

    Type Alias WorkspaceFolder

    A workspace folder.

    type WorkspaceFolder = {
        name: string;
        uri: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    name: string

    The display name of the folder.

    uri: string

    The URI of the folder.