codex/aiprovider-foundation #4

Merged
linkong merged 40 commits from codex/aiprovider-foundation into main 2026-04-07 09:35:48 +00:00
Showing only changes of commit b448a1e560 - Show all commits

View File

@@ -184,14 +184,20 @@
## 快速启动
```bash
# 启动全部服务
docker-compose up -d
# 启动前后端服务
./planet.sh start
# 仅启后端
cd backend && python -m uvicorn app.main:app --reload
# 仅启后端
./planet.sh restart -b
# 仅启前端
cd frontend && npm run dev
# 仅启前端
./planet.sh restart -f
# 交互创建用户
./planet.sh createuser
# 查看服务状态
./planet.sh health
```
## API 文档