You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nodease/mbased#521의 Public Chatbot은 기존 WorkflowRun/WorkflowNodeRun에 content-free status·duration·usage metadata만 남기며 별도 Conversation journal을 만들지 않는다.
Conversation Session/Turn/dispatch/context/provider 상태를 별도 운영 projection으로 조회할 필요가 생기는 시점은 nodease/mbased#649의 authenticated durable Runtime 이후다. 이 projection은 실행 정확성이나 recovery의 source of truth가 아니며 #522/320/321을 기본적으로 차단하지 않는다.
목표
Authenticated internal Conversation Memory의 domain event를 content-free execution journal과 운영 조회 projection으로 변환해 상태 진단·지연·reconciliation 관측을 제공한다.
배경
nodease/mbased#521의 Public Chatbot은 기존 WorkflowRun/WorkflowNodeRun에 content-free status·duration·usage metadata만 남기며 별도 Conversation journal을 만들지 않는다.
Conversation Session/Turn/dispatch/context/provider 상태를 별도 운영 projection으로 조회할 필요가 생기는 시점은 nodease/mbased#649의 authenticated durable Runtime 이후다. 이 projection은 실행 정확성이나 recovery의 source of truth가 아니며 #522/320/321을 기본적으로 차단하지 않는다.
목표
Authenticated internal Conversation Memory의 domain event를 content-free execution journal과 운영 조회 projection으로 변환해 상태 진단·지연·reconciliation 관측을 제공한다.
선행 조건
구현 범위
TDD 및 검증
완료 기준
비범위