4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")/../agent" || exit 1
|
|
npx @langchain/langgraph-cli dev --port 8123 --no-browser
|