XianyuAutoAgent
Basic Information
Xianyu AutoAgent is an open source Python project that implements an AI customer service robot specifically for the Xianyu marketplace. It is designed to provide 7×24 automated on-platform customer support, combining context-aware dialogue, multi-expert routing and an automated bargaining system to handle buyer inquiries, price negotiations and technical questions. The system integrates an LLM backend (default model noted as 通义千问) and requires a model endpoint, API key and a web-session cookie string to interact with Xianyu. The repository targets deployment by developers or operators who want a platform-specific conversational agent; it includes configuration via a .env file, editable prompt templates, example images and a simple run entry point (python main.py). The README notes the project is for learning and exchange and may be discontinued by authors.