update readme
This commit is contained in:
14
README.md
14
README.md
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
1. Install `xiaoliang-catering` for carttool support; otherwise, comment out in `lang_agent/tool_manager.py`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# for developement
|
# for developement
|
||||||
python -m pip install -e .
|
python -m pip install -e .
|
||||||
@@ -11,4 +13,14 @@ python -m pip install .
|
|||||||
```
|
```
|
||||||
|
|
||||||
# Runables
|
# Runables
|
||||||
all runnables are under scripts
|
all runnables are under scripts
|
||||||
|
|
||||||
|
# Start all mcps to websocket
|
||||||
|
1. Source all env variable
|
||||||
|
2. run the below
|
||||||
|
```bash
|
||||||
|
python scripts/start_mcp_server.py
|
||||||
|
|
||||||
|
# update configs/ws_mcp_config.json with link from the command above
|
||||||
|
python scripts/ws_start_register_tools.py
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user