nexus-agents - v2.80.0
    Preparing search index...

    Interface BaseAdapterOptions

    Base adapter constructor options shared by all CLI adapters. CLI-specific adapters extend this with additional fields.

    interface BaseAdapterOptions {
        model?: string;
        logger?: ILogger;
    }
    Index

    Properties

    Properties

    model?: string

    Model to use (defaults to the CLI's default from the canonical registry)

    logger?: ILogger

    Custom logger instance