Member Junction
    Preparing search index...

    Action that finds the best-matching AI agents for a given task using embedding-based semantic search.

    This action uses local embeddings to perform fast similarity search across all available agents, returning the most relevant agents based on their descriptions and capabilities.

    // Find agents for a research task
    await runAction({
    ActionName: 'Find Candidate Agents',
    Params: [{
    Name: 'TaskDescription',
    Value: 'Research market trends and compile a comprehensive report'
    }, {
    Name: 'MaxResults',
    Value: 5
    }, {
    Name: 'MinimumSimilarityScore',
    Value: 0.7
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods