From f136273b25e18811b4a9769d35cd86a60d95bbd0 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 29 Sep 2025 15:57:28 +0900 Subject: [PATCH] =?UTF-8?q?51124=20=EC=84=9C=EB=B2=84=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EA=B5=AC=EC=B2=B4=ED=99=94:=20UV=200.8.4,=20subprocess/PTY?= =?UTF-8?q?=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ideas/250929_happybell80_multi_ai_cli_integration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ideas/250929_happybell80_multi_ai_cli_integration.md b/ideas/250929_happybell80_multi_ai_cli_integration.md index 8f028a6..4e678a0 100644 --- a/ideas/250929_happybell80_multi_ai_cli_integration.md +++ b/ideas/250929_happybell80_multi_ai_cli_integration.md @@ -134,9 +134,11 @@ tmux attach -t ai-panel - **51123 서버**: nginx 프록시로 51124:8888 연결 ### 51124 서버 설정 +- UV 버전: 0.8.4 (이미 설치됨) - 전용 디렉토리: /home/admin/multi-ai-cli/ -- UV 가상환경으로 FastAPI 실행 -- 리소스 격리: nice -n 19, ionice -c3 사용 +- UV 가상환경 패키지: FastAPI, asyncio, pty +- CLI 제어: Python subprocess/PTY (tmux 대신) +- 리소스 격리: nice -n 19 적용 - 포트: 8888 ### 51123 nginx 프록시