refactor: update agentscope[full] to 1.0.11 (#92)

This commit is contained in:
MeiXin Chen
2026-01-09 17:03:35 +08:00
committed by GitHub
parent fe4b7f53b0
commit 72991cdddb
15 changed files with 312 additions and 190 deletions

View File

@@ -288,7 +288,7 @@ The backend server will:
- Create the initial superuser account (if not exists)
- Start on `http://localhost:8000` (or the port specified in `.env`)
Verify the server is running by visiting `http://localhost:8000/api/v1/monitor/health`.
Verify the server is running by visiting `http://localhost:8000/api/v1/health`.
#### Start the Frontend
@@ -361,7 +361,7 @@ Once both servers are running:
- **Frontend UI**: Open `http://localhost:5173` in your browser
- **Backend API**: Available at `http://localhost:8000`
- **API Documentation**: Available at `http://localhost:8000/docs` (Swagger UI) or `http://localhost:8000/api/v1/openapi.json` (OpenAPI JSON)
- **Health Check**: `http://localhost:8000/api/v1/monitor/health`
- **Health Check**: `http://localhost:8000/api/v1/health`
#### Default Login Credentials