automagent search

Search the Automagent Hub for agents

Usage

$ automagent search [query] [options]

The [query] argument is optional. Without it, all agents are listed.

Options

FlagDescriptionDefault
--tags <tags>Filter by tags (comma-separated)None
--hub-url <url>Hub URLhttp://localhost:3000

Examples

Search by keyword:

$ automagent search "data analyst"

Filter by tags:

$ automagent search --tags analytics,data

Combine keyword and tags:

$ automagent search "support" --tags customer-service

List all agents:

$ automagent search

Output

Results display the agent scope, name, version, and description:

Found 2 agent(s):

@acme/support-agent@1.2.0
  Answers customer support questions

@acme/data-analyst@0.3.0
  Analyzes sales data and identifies trends

See also