ART Framework API Docs
    Preparing search index...

    Interface AgentDiscoveryConfig

    Configuration for the AgentDiscoveryService

    interface AgentDiscoveryConfig {
        cacheTtlMs?: number;
        discoveryEndpoint?: string;
        enableCaching?: boolean;
        timeoutMs?: number;
    }
    Index

    Properties

    cacheTtlMs?: number

    Cache TTL in milliseconds

    discoveryEndpoint?: string

    Base URL for the discovery endpoint. If not provided, a default will be used.

    enableCaching?: boolean

    Whether to cache discovered agents

    timeoutMs?: number

    Timeout for discovery requests in milliseconds