From 9763807e5a69efdb787a9c5aee275adba38a3ade Mon Sep 17 00:00:00 2001 From: goulustis Date: Fri, 24 Oct 2025 17:25:54 +0800 Subject: [PATCH] udpate environ --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c59e4ad..90b7f4a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ # Install 1. Install `xiaoliang-catering` for carttool support; otherwise, comment out in `lang_agent/tool_manager.py` +# Environs +Need these: +```bash +export ALI_API_KEY=REDACTED +export ALI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 +export MCP_ENDPOINT=REDACTED +export LANGSMITH_API_KEY=REDACTED +``` + ```bash # for developement python -m pip install -e .