fix: reviewer 타임아웃 300초, unified에 workspace 경로 추가

- reviewer agent timeout: 180s → 300s (에이전트 시작 오버헤드 고려)
- unified context에 workspace path 명시 → 경로 질문에 정확한 답변
- planner agent timeout 유지: 180s
This commit is contained in:
2026-03-07 01:37:48 +09:00
parent e65e2250a3
commit 49ee5f397c
3 changed files with 9 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ async def _unified_call(text: str, history: str, project_path: str) -> dict:
context = (
f"{history}"
f"## Workspace\nPath: {project_path}\n\n"
f"## Project Docs\n{docs_index}\n\n"
f"## User Message\n{text}"
)