Add LangGraph gateway, template manager, teleport border guard, enchantment context, server_type prep, session persistence

This commit is contained in:
Claude Code
2026-03-16 19:28:52 -04:00
parent 08e8f067ad
commit b7451e3290
7 changed files with 2034 additions and 38 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Minecraft LangGraph Gateway Sidecar
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 -m uvicorn langgraph_gateway:app --host 127.0.0.1 --port 8091 --workers 1
WorkingDirectory=/usr/local/bin
Restart=always
RestartSec=3
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target