RFC: live-to-final replies for long-running sessions - #3464
Merged
nesquena-hermes merged 1 commit intoJun 4, 2026
Merged
nesquena-hermes merged 1 commit into
nesquena-hermes merged 1 commit into
Conversation
franksong2702
marked this pull request as ready for review
June 3, 2026 04:22
SysAdminDoc
pushed a commit
to SysAdminDoc/hermes-webui
that referenced
this pull request
Jun 26, 2026
Merging the RFC as the agreed product contract for long-running-session assistant replies. Thank you @franksong2702! 🙏 It's docs-only (no code), well-structured, and gives the project a shared vocabulary for the follow-up implementation slices — in particular the honest terminal-state set (completed / cancelled / interrupted / compression-exhausted / tool-limit-reached / no-response / error, specific-wins-over-generic) and the live → settled → recovery/replay lifecycle. Nathan blessed merging it as the north-star contract.
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.
Thinking Path
Refs #3400.
What Changed
docs/rfcs/live-to-final-assistant-replies.md.docs/rfcs/README.md.docs/CONTRACTS.md.Why It Matters
This gives #3400 a neutral product-semantics anchor for long-running sessions instead of treating #3401 as the whole solution. It also gives future PRs a review checklist for Auto Compression, no-final outcomes, tool/retry ceilings, replay/reconnect, very long final answers, and queue/steer/interrupt adjacency.
Contract Routing
docs/rfcs/live-to-final-assistant-replies.md,docs/rfcs/README.md,docs/CONTRACTS.md.CONTRIBUTING.md,docs/CONTRACTS.md, existing RFC index shape, and public Redesign live-to-final assistant replies for running agent sessions #3400 issue context.Verification
git -C /Users/xuefusong/hermes-webui-worktrees/3400-live-to-final-rfc diff --cached --checkgit -C /Users/xuefusong/hermes-webui-worktrees/3400-live-to-final-rfc show --check --stat --oneline HEAD200after retrying transient curl connection failures.pytest, because this is a docs-only RFC PR with no runtime code changes.Risks / Follow-ups
Proposed; implementation remains split across Redesign live-to-final assistant replies #3401 and follow-up slices.Model Used
AI-assisted: OpenAI GPT-5 Codex via Codex desktop. A user-provided Claude Code read-only review was evaluated before finalizing the RFC wording.