Overview
Build the agent discovery experience — how buyers find the right agent for their needs.
Requirements
- List view of all published agents with pagination
- Filter by tags, pricing model, status
- Full-text search across agent name and description
- Sort by relevance, newest, price
- API:
GET /api/agents?q=...&tags=...&sort=...
- Frontend: search bar, filter sidebar, agent card grid
References
- Vision: "discovery and filtering" is a core v1 capability
Overview
Build the agent discovery experience — how buyers find the right agent for their needs.
Requirements
GET /api/agents?q=...&tags=...&sort=...References