AgentHub

Interact with AgentHub AI agents

Overview

This node interacts with the AgentHub AI platform to manage and search AI agents. Specifically, the 'Search Agents' operation allows users to search for AI agents based on a query string, filter by category, and limit the number of results returned. This is useful for discovering relevant AI agents in the AgentHub marketplace that match specific criteria, such as finding agents specialized in certain tasks or categories.

Use Case Examples

  1. A user wants to find AI agents related to customer support by searching with the query 'customer support' and filtering by the 'support' category.
  2. A user needs to retrieve a list of up to 5 AI agents that match a specific keyword to evaluate which agent to hire or deploy.

Properties

Name Meaning
Query Search query string used to find agents matching the input text.
Category Filter to narrow down agents by their category or specialization.
Limit Maximum number of agent results to return from the search.

Output

JSON

  • ``
    • id - Unique identifier of the agent.
    • name - Name of the agent.
    • description - Description of the agent's capabilities or purpose.
    • category - Category or specialization of the agent.
    • otherProperties - Additional metadata or properties returned by the AgentHub API for each agent.

Dependencies

  • AgentHub API key credential for authentication

Troubleshooting

  • Ensure the API key credential is correctly configured and has necessary permissions to access the AgentHub API.
  • Verify that the query and category parameters are correctly formatted; invalid or empty parameters may result in no results or errors.
  • Check network connectivity and API endpoint availability if requests fail.
  • If the limit parameter is set too high, the API might throttle or reject the request; try reducing the limit.

Links

Discussion