Member Junction
    Preparing search index...

    Interface MJAIAgentRunStepEntity_AgentSkillInvocationProvenance

    The gate values in effect when a skill was admitted to a run.

    interface MJAIAgentRunStepEntity_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').