Member Junction
    Preparing search index...

    Type Alias AgentSkillInvocationProvenance

    The gate values in effect when a skill was admitted to a run — recorded so an auditor can see exactly which configuration allowed the activation, even if the configuration has since changed.

    type AgentSkillInvocationProvenance = {
        AgentAcceptsSkills: string;
        AgentSkillActivationMode: string;
        RequestedBy: "user-request" | "agent-decision";
        SkillActivationMode: string;
    }
    Index

    Properties

    AgentAcceptsSkills: string

    The agent's AcceptsSkills value at activation ('All' or 'Limited' — 'None' can never activate)

    AgentSkillActivationMode: string

    The agent's SkillActivationMode at activation ('Auto' | 'RequestedOnly')

    RequestedBy: "user-request" | "agent-decision"

    Who pulled the trigger: the user's /skill request or the agent's own decision

    SkillActivationMode: string

    The skill's ActivationMode at activation ('Auto' | 'RequestedOnly')