- GeminiCaller: cmd/c 제거, 인자 분리, Semaphore(4) 동시성 제어, GeminiCallError - TaskPipeline: asyncio.gather 병렬 코딩, batch_review 1회, summarize 총평 - FileApplier: Coder 출력 파싱 → 실제 파일 적용 (경로 보안 체크) - Discord Bot: on_message 자동채팅, 의도분류(chat/task/clarify), 대화기억(10메시지) - Prompts: router.md (의도분류), summarizer.md (총평) - Workflows: agent_chat 환경 경로 업데이트
453 B
453 B
description
| description |
|---|
| 개발 ?œë²„ ?¤í–‰ 방법 |
?˜ê²½ ?¤ì •
- Python ?˜ê²½ ?œì„±?? // turbo
C:\ProgramData\miniforge3\envs\agent_chat\python.exe -m pip install -r requirements.txt
- API ?œë²„ ?¤í–‰
C:\ProgramData\miniforge3\envs\agent_chat\python.exe -m uvicorn api.server:app --reload --host 0.0.0.0 --port 8100
- Discord Bot ?¤í–‰ (별ë<E2809E>„ ?°ë???
C:\ProgramData\miniforge3\envs\agent_chat\python.exe -m api.discord_bot