SRAgent/ ├── app/ # Python backend │ ├── main.py # FastAPI entry point │ ├── config.py # Environment config loader │ ├── orchestrator.py # Research pipeline orchestrator │ ├── agents/ # AI agent ...
A production-ready, multi-agent AI system for e-commerce operations with human oversight, MySQL persistence, and FastAPI REST integration. This system handles complex customer service tasks like order ...