Add ag-tui-test TUI E2E framework and strip markdown fences in prot…#33
Draft
Add ag-tui-test TUI E2E framework and strip markdown fences in prot…#33
ag-tui-test TUI E2E framework and strip markdown fences in prot…#33Conversation
…ocol parser - Introduce `crates/ag-tui-test/` workspace crate with PTY-driven semantic assertions (`portable-pty` + `vt100`), VHS tape compilation, calibration, overlay rendering, snapshot baselines, and agent-friendly recipe helpers. - Rewrite `crates/agentty/tests/e2e.rs` to use the new framework with `Scenario`, `PtySessionBuilder`, and recipe assertions instead of the removed ad-hoc VHS harness (`e2e_support/`, `e2e_screenshots/`). - Add `.github/workflows/tui-e2e.yml` CI workflow for the TUI E2E suite. - Add resilience fallback in `parse_agent_response_strict` to strip markdown code fences wrapping JSON before parsing. - Update `CONTRIBUTING.md`, architecture docs, and `AGENTS.md` indexes. - Remove completed `tui_e2e_testing_framework.md` plan. Co-Authored-By: [Agentty](https://github.com/agentty-xyz/agentty)
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.
…ocol parser
crates/ag-tui-test/workspace crate with PTY-driven semantic assertions (portable-pty+vt100), VHS tape compilation, calibration, overlay rendering, snapshot baselines, and agent-friendly recipe helpers.crates/agentty/tests/e2e.rsto use the new framework withScenario,PtySessionBuilder, and recipe assertions instead of the removed ad-hoc VHS harness (e2e_support/,e2e_screenshots/)..github/workflows/tui-e2e.ymlCI workflow for the TUI E2E suite.parse_agent_response_strictto strip markdown code fences wrapping JSON before parsing.CONTRIBUTING.md, architecture docs, andAGENTS.mdindexes.tui_e2e_testing_framework.mdplan.Co-Authored-By: Agentty
Why?
Describe the problem, motivation, or context for this change.
What?
Summarize the implementation and the key changes in this pull request.
Project impact
Explain the user-facing, operational, or maintenance impact of this change.