feat: refine researcher prompt for mcp

This commit is contained in:
He Tao
2025-04-23 16:19:50 +08:00
parent 0cf859b393
commit 475dd0f286
3 changed files with 40 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ DeerFlow includes a `langgraph.json` configuration file that defines the graph s
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies and start the LangGraph server
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --allow-blocking
```
##### Windows / Linux