Skip to content

[Feat] 토닥이 채팅 - 도메인 모델 + ChatRepository 인터페이스 #72

Description

@oungsi2000

작업 내용

core:domain에 채팅 도메인 모델(ChatMessage, Conversation, ChatEntry, ChatStreamEvent 등)과 ChatRepository 인터페이스를 추가한다.

상위 이슈: #59
설계 문서: designs/issue-59-A-chat-domain-model.md (병합 후 이슈 번호에 맞춰 파일명 변경 예정)
선행 이슈: 없음

할 일

  • core/domain/.../model/chat/ChatMessage.kt — ChatMessage, MessageRole, MessageStatus
  • core/domain/.../model/chat/ChatAction.kt — ChatAction
  • core/domain/.../model/chat/Conversation.kt — Conversation, ConversationSummary
  • core/domain/.../model/chat/ChatEntry.kt — ChatEntry, ChatSuggestion, ChatQuota
  • core/domain/.../model/chat/ChatStreamEvent.kt — ChatStreamEvent(sealed), ChatStreamException
  • core/domain/.../repository/ChatRepository.kt

Metadata

Metadata

Assignees

Labels

feature새로운 기능 추가

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions