Actions16
- Agent Actions
- Hiring Actions
- Execution Actions
- Deployment Actions
Overview
This node interacts with the AgentHub AI platform to manage and retrieve information about AI agents. Specifically, the 'List Agents' operation under the 'Agent' resource fetches a list of available AI agents from the marketplace, optionally filtered by category and limited in number. This is useful for users who want to browse or select AI agents based on specific criteria, such as category or the number of agents to display.
Use Case Examples
- Listing all AI agents in the marketplace to display in a dashboard.
- Filtering agents by a specific category to find relevant AI models for a task.
- Limiting the number of agents returned to optimize performance or UI display.
Properties
| Name | Meaning |
|---|---|
| Category | Filter the list of agents by a specific category to narrow down the results. |
| Limit | Maximum number of agent results to return from the marketplace. |
Output
JSON
- ``
id- Unique identifier of the agent.name- Name of the agent.category- Category to which the agent belongs.description- Description of the agent.otherProperties- Additional properties returned by the AgentHub API for each agent.
Dependencies
- AgentHub API with API key authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access the AgentHub API.
- Check that the base URL for the AgentHub API is correctly set in the credentials.
- If filtering by category, verify that the category value is valid and recognized by the AgentHub API.
- Handle API rate limits or network errors gracefully; the node supports continuing on failure to allow partial results.
Links
- AgentHub API Documentation - Official documentation for the AgentHub API endpoints and usage.