Skip to Content
Enthusiast 1.3.0 is released 🎉
Prebuilt agentsAgent Product Search
Product Search Agent

Product Search Agent

Description

Product Search Agent helps users find the right products effortlessly, even without prior knowledge of the domain. By understanding user needs through natural language queries, it recommends relevant products tailored to individual preferences. The agent intelligently filters options, highlights key features, and simplifies comparisons, saving users time and effort. It’s designed to make product discovery intuitive, accurate, and personalized, turning complex searches into simple conversation.

Installation

Run the following command inside your application directory.
If you're using Enthusiast Starter, that's inside enthusiast-starter/src/

poetry add enthusiast-agent-product-search

Then, register the integration in your config/settings_override.py.

AVAILABLE_AGENTS = { "enthusiast-agent-product-search": { "name": "Product Search Agent", "agent_directory_path": "enthusiast_agent_product_search" }, }
Last updated on