Meshpocalypse Semantic
    Preparing search index...

    Interface DiscoveryConfig

    interface DiscoveryConfig {
        meta?: Record<string, string>;
        name?: string;
        publishIntervalMs?: number;
        role?: string;
        skills?: string[];
        version?: string;
    }
    Index

    Properties

    meta?: Record<string, string>

    Extra metadata.

    name?: string

    Agent display name.

    publishIntervalMs?: number

    Interval for re-publishing the agent card in ms (default 60000).

    role?: string

    Agent role.

    skills?: string[]

    Human-readable skill descriptions.

    version?: string

    Mesh protocol version.