35a01ac18f28a51a2f3b489dc98684132a2ed75d
langchain-agent
Install
- Install
xiaoliang-cateringfor carttool support; otherwise, comment out inlang_agent/tool_manager.py
Environs
Need these:
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
Install
need to install: xiaoliang-catering
# for developement
python -m pip install -e .
# for production
python -m pip install .
Runables
all runnables are under scripts
Start all mcps to websocket
- Source all env variable
- run the below
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
Description
Languages
Python
76.4%
TypeScript
15.6%
HTML
3.8%
CSS
1.9%
Shell
1.9%
Other
0.3%