nitin27may/e-commerce-agents

6 specialized AI agents collaborating via A2A protocol to power e-commerce — product discovery, orders, pricing, reviews, inventory & support. Dual-stack (Python + .NET/C#) with generative UI. Built with Microsoft Agent Framework, FastAPI, Next.js, and PostgreSQL + pgvector.

21Stars on the repository
9Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

README

01

nitin27may/e-commerce-agents

Agent Claude Code

This repo configures Claude Code in two layers. The split between "plan on Opus, build on Sonnet" is a session-model concern, not a subagent concern — so it lives in settings.json, and the subagents below cover the other activities where a different model genuinely helps.

21 6d ago B 0 tokens original MIT

nitin27may/e-commerce-agents

Agent Claude Code

Senior architecture and security reviewer for high-stakes design decisions, new patterns, and cross-cutting changes in the e-commerce-agents repo (MAF agents, A2A protocol, guardrails, auth, workflows). Use when reviewing system design, agent/tool boundaries, security posture, or any non-trivial structural change …

21 6d ago A 76 tokens original MIT

code-auditor

03

nitin27may/e-commerce-agents

Agent Claude Code

Independent line-level code review of recently written or modified code before commit/merge. Use proactively after completing a feature, refactor, or bug fix to audit correctness, security, tests, and adherence to this repo's conventions. Reviews recent changes by default, not the whole codebase.

21 6d ago A 62 tokens original MIT

explorer

04

nitin27may/e-commerce-agents

Agent Claude Code

Fast read-only codebase search and file discovery for the e-commerce-agents monorepo (Python MAF agents, Next.js web, .NET port). Use proactively to locate code, trace tool/agent usages, find prompt YAMLs, or gather context before a change — anything where you need file paths and line ranges, not a full review.

21 6d ago A 74 tokens original MIT

planner

05

nitin27may/e-commerce-agents

Agent Claude Code

Senior implementation planner and design-thinking partner for non-trivial features, refactors, and architecture decisions in the e-commerce-agents repo. Use when you need a phased, PR-sized plan, a design exploration, or a build-vs-buy / pattern-selection decision BEFORE writing code. Produces plans, not code.

21 6d ago A 65 tokens original MIT

test-runner

06

nitin27may/e-commerce-agents

Agent Claude Code

Runs the project's test suites (Python pytest, .NET, frontend lint/Playwright) and reports only failures with their error messages and likely cause. Use proactively after code changes to verify nothing broke. Does not fix code.

21 6d ago A 49 tokens original MIT