FIX(app): add bash tools to agents
- Add execute_bash tool to Orchestrator for direct command execution - Add execute_bash tool to Review agent for running tests/linters - Fix Dockerfile to copy agents/ and tools/ directories - Add PERMISSIONS.md documenting agent write access Fixes ModuleNotFoundError: No module named 'agents'
This commit is contained in:
@@ -26,6 +26,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# 애플리케이션 코드 복사
|
||||
COPY *.py .
|
||||
COPY .chainlit .chainlit/
|
||||
COPY agents/ agents/
|
||||
COPY tools/ tools/
|
||||
|
||||
# Chainlit 설정 디렉토리 미리 생성 (권한 문제 해결)
|
||||
RUN mkdir -p /root/.chainlit
|
||||
|
||||
@@ -16,5 +16,5 @@ commonLabels:
|
||||
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
||||
images:
|
||||
- name: gitea0213.kro.kr/bluemayne/mas
|
||||
newTag: main-sha-fc91b3cbe4395f640cd842e15569b9a6b559ef5b
|
||||
newTag: main-sha-6ee000eaf3da5f8b68d81382de642fdd9d9b0a3b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user