self-host langgraph
Some checks failed
Build and Push Agent Docker Image / build (push) Failing after 20s
Build and Push Web Docker Image / build (push) Failing after 3m10s

This commit is contained in:
2025-12-13 00:01:34 +01:00
parent 76e222a786
commit 0ff215c34f
7 changed files with 68 additions and 623 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:agent\" --names ui,agent --prefix-colors blue,green --kill-others",
"dev:debug": "LOG_LEVEL=debug npm run dev",
"dev:agent": "cd agent && npx @langchain/langgraph-cli dev --port 8123 --no-browser",
"dev:agent": "cd agent && uv run uvicorn server:app --host 0.0.0.0 --port 8000 --reload",
"dev:ui": "next dev --turbopack -H 127.0.0.1",
"build": "next build --webpack",
"start": "next start -H 127.0.0.1",