Update README, lock langchain CLI to specific version

This commit is contained in:
William Jeynes
2026-05-07 18:45:12 +01:00
parent c4dac3f515
commit 4e0bab9897
2 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
run_agent () {
echo "Starting LangGraph agent..."
cd agent
npx @langchain/langgraph-cli dev
npx @langchain/langgraph-cli@1.1.17 dev
}
run_ensemble_service () {