perf: optimize system concurrency, I/O stability and fix WebSocket disconnects
This commit is contained in:
@@ -83,7 +83,7 @@ Before using the production scripts, ensure the runtime environment has:
|
||||
- a usable Python environment
|
||||
- backend dependencies installed from the checked-in Python package metadata in `pyproject.toml`
|
||||
- the package installed with `pip install -e .` or `uv pip install -e .`
|
||||
- frontend dependencies installed with `npm ci`
|
||||
- frontend dependencies installed with `npm install`
|
||||
- repo dependencies installed
|
||||
- required market/model API keys
|
||||
- any desired `TICKERS` override
|
||||
@@ -94,7 +94,7 @@ Recommended production install sequence:
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -e .
|
||||
cd frontend && npm ci && npm run build && cd ..
|
||||
cd frontend && npm install && npm run build && cd ..
|
||||
```
|
||||
|
||||
## Skill Sandbox Configuration
|
||||
|
||||
Reference in New Issue
Block a user