docs: skill-calendar Phase 3 완료 (의도 감지)
- rb8001 decision_engine에 calendar_event 추가 - 날짜+시간 패턴 매칭 구현 - 의도 감지 테스트 성공 (신뢰도 0.9) - 다음: LLM handler 통합 및 2단계 대화 플로우
This commit is contained in:
parent
14c7e517a5
commit
d197be8496
@ -257,10 +257,25 @@ Then:
|
||||
- ✅ SKILL_CALENDAR_URL=http://localhost:8512 추가
|
||||
- ✅ Git 푸시 완료 (커밋 7c00027)
|
||||
|
||||
### Phase 3: rb8001 의도 감지 완료 (2025-11-14)
|
||||
|
||||
**decision_engine 통합**:
|
||||
- ✅ IntentType.CALENDAR_EVENT 추가
|
||||
- ✅ 날짜+시간 패턴 매칭 (11월 24일 07:40 등)
|
||||
- ✅ skill_sequences에 calendar_confirm 액션 추가
|
||||
- ✅ 테스트: "11월 24일 검진..." → calendar_event (신뢰도 0.9)
|
||||
- ✅ Git 푸시 완료 (커밋 477fd1c)
|
||||
- ✅ rb8001 재배포 완료
|
||||
|
||||
**현재 동작**:
|
||||
1. 사용자: "11월 24일 검진..." 입력
|
||||
2. decision_engine: calendar_event 의도 감지 (0.9)
|
||||
3. LLM: 일정 정보 파싱 및 확인 메시지 생성
|
||||
|
||||
**다음 단계**:
|
||||
1. Gmail Passport 재연동 (calendar scope 부여)
|
||||
2. 토큰 갱신 → TDD Green Phase 달성
|
||||
3. decision_engine에 calendar_event 의도 추가
|
||||
4. 2단계 대화 플로우 구현 ("일정 등록해드릴까요?" → "그래" → 실행)
|
||||
1. LLM handler에 calendar_confirm 액션 처리 추가
|
||||
2. CalendarSkill.create_event() 호출 로직
|
||||
3. Gmail Passport 재연동 (calendar scope 부여)
|
||||
4. E2E 테스트: "11월 24일 검진" → "일정 등록해드릴까요?" → "그래" → 등록 완료
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user