养一个会赚钱的AI智能体
cd backend pip install -r requirements.txt uvicorn app.main:app --reload --port 8888
cd frontend npm install npm run dev