docs: skill-calendar Phase 4 완료 (calendar_confirm LLM)

- LLMRequest task_type에 calendar_confirm 추가
- 일정 정보 파싱 및 확인 메시지 생성 로직 구현
- rb8001 재배포 완료
- 다음: 승인 감지 및 실제 등록 로직
This commit is contained in:
Claude-51124 2025-11-14 17:05:19 +09:00
parent d197be8496
commit c3b41626d2

View File

@ -272,10 +272,24 @@ Then:
2. decision_engine: calendar_event 의도 감지 (0.9)
3. LLM: 일정 정보 파싱 및 확인 메시지 생성
### Phase 4: calendar_confirm LLM 처리 완료 (2025-11-14)
**LLM 통합**:
- ✅ LLMRequest task_type에 'calendar_confirm' 추가
- ✅ llm_service.py에 calendar_confirm 처리 로직 구현
- ✅ 시스템 프롬프트: 날짜/시간/장소 파싱 및 확인 메시지 생성
- ✅ Git 푸시 완료 (커밋 8fb94d9)
- ✅ rb8001 재배포 완료
**현재 동작**:
1. 사용자: "11월 24일 검진 07:40~12시..." 입력
2. decision_engine: calendar_event 의도 감지 (0.9)
3. LLM (calendar_confirm): 일정 정보 파싱 → "일정을 구글 캘린더에 등록해드릴까요?" 응답
**다음 단계**:
1. LLM handler에 calendar_confirm 액션 처리 추가
2. CalendarSkill.create_event() 호출 로직
3. Gmail Passport 재연동 (calendar scope 부여)
4. E2E 테스트: "11월 24일 검진" → "일정 등록해드릴까요?" → "그래" → 등록 완료
1. 사용자 "그래/ㅇㅇ" 응답 감지 로직
2. CalendarSkill.create_event() 호출
3. Gmail Passport 재연동 (calendar scope)
4. E2E 테스트