docs(agent-testing): correct stale single-turn claims now that conversation: ships - #595
Open
HappyDevs1 wants to merge 3 commits into
Open
HappyDevs1 wants to merge 3 commits into
HappyDevs1 wants to merge 3 commits into
Conversation
…sation: ships PR #584 built conversation: (issue #375) with delivery-gated cassette replay for both drivers, but the docs still said multi-turn wasn't built. Update status-and-scope.md, index.md, adopting.md, and record-and-replay.md to describe what conversation: covers today, and note the real known gap: no Anthropic/streaming fixtures yet, and conversation: falls back to single-shot when egress containment is also engaged.
The dialect/streaming gap this page described is closed: an Anthropic conversation fixture and a streaming one both exist, so describing them as outstanding would be the same defect in the other direction. The coverage table gains the row, including the four red paths. Egress containment is still a real carve-out and stays.
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.
Summary
conversation:(multi-turn agent flows, issue Agent boundary: support real multi-turn conversations without collapsing prompts #375) with delivery-gated cassette replay for bothcommand:andurl:drivers, but several docs still said "a flow is ONE turn, not a conversation" and listed multi-turn conversations under "Not built yet."docs/agent-testing/status-and-scope.md,docs/agent-testing/index.md,docs/adopting.md, anddocs/getting-started/record-and-replay.mdto describe whatconversation:covers today and point at it instead of the old single-turn framing.plans/012-agent-multiturn-conversations.md: no Anthropic/streaming conversation fixtures yet (OpenAI non-streaming only), andconversation:falls back to the single-shot path when egress containment is also engaged.Test plan
plans/012-agent-multiturn-conversations.mdandcrates/flowproof-agent/src/spec.rsfor accuracy.