docs(workflow): 채널 에이전트 연동 구상 현행화 (이메일 업무) - #54
Merged
Conversation
이메일 확인→처리→답변처럼 선형 진행+분기하는 업무를 Workflow 결정 채널로 관리하는 구상을 비전 문서 §4(d) 유스케이스로 추가. 커넥터 에이전트가 actor로 등록해 email-triage/email-reply 요청을 올리고 WS로 결정을 수신해 발송을 실행 — record-only와 자격증명 비보유 경계 유지. 필요한 Workflow 확장은 프리셋 2종+parentRequestId 요청 체인뿐임을 설계 스펙 §9와 README 예약 목록에 연결. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
사용자 아이디어 현행화 — 이메일 확인·처리·답변처럼 선형 진행하다 분기하는 업무를 Maestro Workflow로 관리하기 위한 채널 에이전트 연동 구상을 문서에 반영 (문서 전용, 구현 없음).
email-triage/email-reply결정 요청(원문 요약+초안 payload) → 사람이 레인에서 승인/반려 → 에이전트가 기존 actor WS 구독으로 결정 수신 후 발송 실행. Workflow는 record-only(executorAction=none)와 이메일 자격증명 비보유 경계 유지.parentRequestId요청 체인 — 하나의 메일 스레드 = 하나의 결정 체인, 반려→수정 초안 재요청이 같은 체인에 쌓임.🤖 Generated with Claude Code