2025-10-22 12:30:17 +08:00
2025-10-15 21:14:39 +08:00
2025-10-22 12:30:17 +08:00
2025-10-13 22:37:16 +08:00
2025-10-15 21:14:44 +08:00
2025-10-21 19:10:59 +08:00
2025-10-14 17:53:26 +08:00

langchain-agent

Install

  1. Install xiaoliang-catering for carttool support; otherwise, comment out in lang_agent/tool_manager.py
# for developement
python -m pip install -e .

# for production
python -m pip install .

Runables

all runnables are under scripts

Start all mcps to websocket

  1. Source all env variable
  2. 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
No description provided
Readme 1.5 MiB
Languages
Python 76.4%
TypeScript 15.6%
HTML 3.8%
CSS 1.9%
Shell 1.9%
Other 0.3%