Member Junction
    Preparing search index...

    Finds candidate AI agents for a given task using semantic search.

    Backed by the unified Provider.SearchEntity pipeline (semantic mode over the daily-synced "AI Agents Search" EntityDocument). Extends the shared agent base (see BaseFindAgentsAction) to additionally surface each agent's sub-agents and default artifact type, and to optionally exclude Sub-Agents and child agents via the ExcludeSubAgents parameter.

    Inputs: TaskDescription (required), MaxResults (default 5), MinimumSimilarityScore (cosine 0-1, default 0.5), IncludeInactive (default false), ExcludeSubAgents (default true).

    await runAction({
    ActionName: 'Find Candidate Agents',
    Params: [{ Name: 'TaskDescription', Value: 'Research market trends' }]
    });

    Hierarchy

    • BaseFindAgentsAction
      • FindCandidateAgentsAction
    Index

    Constructors

    Accessors

    Methods

    • Sub-agents (direct children + relationship-linked) for the given agent.

      Parameters

      • agentId: string

      Returns { description: string; name: string }[]

    • Executes the action with the provided parameters.

      Parameters

      Returns Promise<ActionResultSimple>

      Promise resolving to the action result