
Catalog Enrichment Agent
Description
Catalog Enrichment Agent can automatically understand product catalogs and extract structured data in a specific format. It processes files such as spreadsheets, PDFs or documents, capturing product details, specifications, and metadata accurately. By converting diverse catalog formats into a standardized structure, it ensures consistency, reduces manual work, and speeds up data integration. This makes managing and updating product information faster, reliable, and scalable for any business.
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-catalog-enrichment
Then, register the integration in your config/settings_override.py.
AVAILABLE_AGENTS = {
"enthusiast-agent-catalog-enrichment": {
"name": "Catalog Enrichment Agent",
"agent_directory_path": "enthusiast_agent_catalog_enrichment"
},
}
Last updated on