DOCS/journey/plans/archive/260102_9월이전_미해결_항목_통합.md

4.0 KiB

9월 이전 계획 문서 미해결 항목 통합

작성일: 2026-01-02 목적: 9월 이전 계획 문서 중 미해결 항목 통합 정리


1. 감정 시스템 확장 (250808)

Phase 4: 32개 세밀 감정 (미구현)

  • 목표: Plutchik 감정 휠 기반 32개 감정
  • 필요 작업: AI Hub 데이터 재라벨링 (7 → 32개), 모델 재학습, skill-embedding API 확장
  • 예상 기간: 2-3개월
  • 참고: plans/archive/250808_감정시스템_현실적용_5단계_로드맵.md

Phase 5: 감정 기억 시스템 (부분 구현)

  • 구현 완료: Neo4j에 감정 노드 저장 (rb8001/app/services/memory/neo4j_client.py)
  • 미구현: 시간별 감정 변화 추적, 패턴 분석 (우울증 조기 감지 등)
  • 예상 기간: 1개월
  • 참고: troubleshooting/251016_phase2_hybrid_memory_implementation.md

Phase 3 미구현 항목

  • 감정 기반 응답 톤 조정: 현재 LLM에만 의존, 평가 이론 기반 자율적 감정 생성 미구현
  • 감정 기록 및 패턴 분석 DB:
    • 현황: DB 저장 정상 작동 중 (llm_service.py:269에서 save_emotion_to_db 호출, emotion_readings 테이블 521건 저장 확인, 최신 기록 2026-01-04)
    • 필요 작업:
      1. DB 저장 정상화 (완료)
      2. TimescaleDB 2.19.3 기반 시간별 감정 변화 추적 시스템 구축 (TDD 방식)
      3. 패턴 분석 (우울증 조기 감지, 감정 전이 패턴 등) - 사용자별 entropy 통계 쿼리 가능 확인 (평균 0.231.20, 표준편차 0.130.52)
    • 리서치 기반 확장:
      • Appraisal Theory 기반 자율적 감정 생성 (research/emotion/gratch_marsella_2005_computational_models_of_emotion.md) - 신규 모듈 개발 필요
      • 공감 대화 시스템 강화 (research/emotion/rashkin_et_al_2019_empathetic_dialogues.md) - 기본 구현 존재 (generate_empathetic_response()), 확장 필요
  • 참고:
    • troubleshooting/251002_emotion_db_storage_fix.md (DB 저장 문제 상세)
    • research/emotion/README.md (감정 연구 이론 및 적용 방안)

2. 기술 부채 (250831)

임시 코드 방식 제거

  • 현재: Gmail/Slack → 임시 코드 → /auth/verify → JWT
  • 문제: Redis 의존성, 60초 TTL 제한
  • 개선: JWT 직접 전달 또는 Secure cookie
  • 상태: 여전히 사용 중
  • 참고: frontend-customer/src/contexts/auth-context.tsx, plans/archive/250831_todo_and_tech_debt.md

하드코딩 URL 제거

  • 위치: app/providers/slack.py, frontend-customer/src/contexts/auth-context.tsx
  • 상태: 부분 완료 (일부 남아있음)
  • 참고: troubleshooting/250915_hardcoded_url_removal.md

사용자 매핑 로직 개선

  • 문제: email 변경 시 중복 계정, workspace 없이 매핑 불가
  • 해결: UserIdentityService 통합 서비스
  • 상태: 미구현
  • 참고: plans/archive/250831_todo_and_tech_debt.md

보안 개선

  • Refresh Token 구현
  • PKCE 적용
  • 토큰 암호화 저장
  • 상태: 미구현

완료된 항목 (삭제됨)

  • 서비스 재구조화 (250807): robeing-control 분리 → admin-dashboard로 대체 완료 (251204)
  • Workspace 통합 (250831): company → workspaces 통합 완료 (250911)
  • UUID 통합 시스템 (250831): skill-email UUID 지원, ChromaDB 명명 규칙 통일, Gateway JWT 표준화 완료

참고 문서

감정 시스템

  • plans/archive/250808_감정시스템_현실적용_5단계_로드맵.md (전체 로드맵)
  • troubleshooting/251002_emotion_db_storage_fix.md (DB 저장 문제 해결)
  • research/emotion/README.md (감정 연구 이론 및 적용 방안)
  • research/emotion/gratch_marsella_2005_computational_models_of_emotion.md (감정 평가 이론)
  • research/emotion/rashkin_et_al_2019_empathetic_dialogues.md (공감 대화 시스템)

기술 부채

  • plans/archive/250831_todo_and_tech_debt.md
  • plans/archive/250831_unified_id_system_implementation_roadmap.md (완료)
  • troubleshooting/250915_hardcoded_url_removal.md