digiwave-labs / GenAI_Agents

This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
Other
0 stars 0 forks source link

Develop Expert Advisor Functionality for Detailed Car Analysis #2

Open louisgthier opened 2 days ago

louisgthier commented 2 days ago

When a user shows interest in a car, the agent should scrape the listing page, retrieve detailed information, and provide expert analysis. This includes checking if the price is fair, identifying any issues from the description, highlighting known issues with the make and model, and offering insights on brand reliability and repair costs.

User Story

As a user, when I find a car I’m interested in, I want the agent to give me an expert analysis including price fairness, known issues, and brand reliability, so that I can understand if it’s a good purchase.

louisgthier commented 14 hours ago

When fetching the full listing page, prompt the LLM to issue a warning if the post appears to be a scam or if important details about the car are obscured in the description, suggesting the deal may not be as good as it seems. Additionally, reviews and information about the seller can be examined for further insights.