IdeaCredIdeaCred

VIVPM/ecommerce-agent

63

An AI-powered e-commerce agent that can handle complex user queries about products, inventory, and order status. Built with a FastAPI backend and a React (Vite) frontend, featuring integration with LLMs for natural language understanding and automated task execution.

What's novel

An AI-powered e-commerce agent that can handle complex user queries about products, inventory, and order status. Built with a FastAPI backend and a React (Vite) frontend, featuring integration with LLMs for natural language understanding and automated task execution.

Code Analysis

10 files read · 3 rounds

An AI-powered e-commerce chat assistant that routes user queries via LLM to one of three tools (text-to-SQL product search, RAG-based FAQ, or saved-product comparison), with streaming responses, context memory, and a React frontend.

Strengths

Genuinely sophisticated prompt engineering (Bayesian confidence weighting for ratings, careful NULL handling, prevention of false matches) and a clean, well-documented architecture with provider abstraction, Postgres-backed caching, and fail-open observability.

Weaknesses

Test coverage is thin — only a logging test and an evaluation harness exist, with no unit tests for the core routing, SQL generation, or memory rewriting logic; the project is also tightly coupled to Gemini/Pinecone despite the provider abstraction.

Score Breakdown

Innovation
5 (25%)
Craft
53 (35%)
Traction
5 (15%)
Scope
69 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci+0
Tests+0
Polish+1
Releases+0
Has License+5
Code Quality+25
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+7
Languages+8
Subsystems+10
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+12
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

28

Contributors

1

Files

42

Active weeks

2

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

MIT