Boatstack TypeScript SDK
    Preparing search index...

    Interface EntryDefinition

    A named invocation surface that selects a target and its required inputs.

    Delegation requests a trusted runtime mechanism; it never grants authority. Diagnostics affect generated-agent projection only and do not change the executable Control Program fingerprint.

    interface EntryDefinition {
        delegation?: DelegationBindingDefinition;
        description?: string;
        diagnostics?: { explain_on_suspend?: boolean };
        id: string;
        inputs?: EntryInputDefinition[];
        target: string;
    }
    Index
    description?: string
    diagnostics?: { explain_on_suspend?: boolean }
    id: string
    target: string