@nexartis/homeport-sdk - v1.1.0
    Preparing search index...

    Interface CapabilityManifestEntry

    A single entry in an agent's structured capability manifest.

    interface CapabilityManifestEntry {
        auth?: CapabilityAuthScheme;
        description?: string;
        id: string;
        name?: string;
        pricing?: PricingDescriptor;
    }
    Index

    Properties

    Authentication scheme required to invoke the capability.

    description?: string

    Human-readable description.

    id: string

    Stable capability identifier.

    name?: string

    Human-readable name.

    Per-capability pricing.