Why no tool use?

This commit is contained in:
William Jeynes
2026-04-04 23:47:21 +01:00
parent f3e2897806
commit 1ac94441c5
2 changed files with 10 additions and 1 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 dev --host 127.0.0.1
}
run_ensemble_service () {