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 프록시