feat: present external agent handoff

This commit is contained in:
lda
2026-07-11 05:18:16 +07:00 Verified
parent 371377716c
commit 2513d51402
@@ -2576,3 +2576,21 @@
}
/* Responsive grid behavior lives in demo-workflow.css container query */
/*
Scene 8 — Agent handoff full-screen transcript.
Centers the conversation within the primary region with readable spacing.
Only the stage wrapper may fade/translate; Thread internals are not morphed.
*/
.presentation-stage[data-scene-view="agent"] .presentation-stage__primary {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
}
.presentation-stage[data-scene-view="agent"] .assistant-operator-thread {
width: min(100%, 44rem);
max-height: 100%;
}