Coda by Ian Macalinao
    Preparing search index...

    Type Alias AgentIdentityUpdateInfo

    Update data for the AgentIdentity external plugin adapter.

    type AgentIdentityUpdateInfo = {
        lifecycleChecks: Option<
            (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
        >;
        uri: Option<string>;
    }
    Index

    Properties

    Properties

    lifecycleChecks: Option<
        (readonly [HookableLifecycleEvent, ExternalCheckResult])[],
    >

    The lifecycle events this adapter should be consulted for, if changing.

    uri: Option<string>

    The agent's new identity metadata URI, if changing.