Import PoC4 MCP test UI source snapshot

This commit is contained in:
devmrko
2026-07-14 14:09:31 +09:00
parent b48d9a0792
commit 5bdd24299e
17 changed files with 8971 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
source "/home/opc/poc_4/scripts/poc4/runtime_ui_lib.sh"
poc4_start_service "8622_langgraph_tc_ui" "/home/opc/poc_4/scripts/poc4/run_8622_langgraph_tc_ui.sh" "apps/poc4/langgraph_tc_ui.py"

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
source "/home/opc/poc_4/scripts/poc4/runtime_ui_lib.sh"
poc4_status_service "8622_langgraph_tc_ui" "apps/poc4/langgraph_tc_ui.py"