[codex] Upgrade Agent Studio workbench#3
Open
ColinLi98 wants to merge 18 commits into
Open
Conversation
Owner
Author
|
Agent Studio visual review accepted from
|
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.
What changed
.nosbookexport support./v1/reader/continueresponses with job polling, resume-on-stale, session reload, and visible wait state.scripts/run_agent_studio_local.sh, which starts the local backend and automatically opens/app?product=author&workspace=studio&debug=1after/healthpasses. SetAGENT_STUDIO_OPEN_BROWSER=0to disable browser opening.Merge gate evidence
Product impact
Validation
bash -n scripts/run_agent_studio_local.sh scripts/run_agent_studio_smoke.sh scripts/run_frontend_shell_smoke.sh scripts/run_reader_shell_smoke.shnode -c src/narrativeos/web/agent_studio.js && node -c src/narrativeos/web/reader_shell_v2.js && node -c scripts/verify_agent_studio_smoke.js && node -c scripts/verify_frontend_shell_smoke.js.venv/bin/python -m py_compile scripts/write_agent_studio_smoke_step_summary.py scripts/write_frontend_shell_smoke_step_summary.py.venv/bin/python -m pytest tests/test_agent_studio_interactive_workbench.py -q.venv/bin/python -m pytest tests/test_frontend_shell_smoke_ci.py::test_frontend_shell_smoke_scripts_exist_and_are_parseable tests/test_frontend_shell_smoke_ci.py::test_agent_studio_smoke_workflow_wires_headless_runner_and_artifacts tests/test_frontend_shell_docs.py -q.venv/bin/python -m pytest tests/test_reader_shell_v2.py -q.venv/bin/python -m pytest tests/test_reader_shell_flow.py -q.venv/bin/python -m pytest tests/test_author_works.py::test_author_work_flow_supports_generate_edit_diagnostics_and_submit tests/test_author_works.py::test_author_work_can_create_parallel_universe_branch_without_overwriting_mainline tests/test_author_works.py::test_author_work_branch_discards_mainline_future_chapters_after_selected_fork_point -q/tmp/narrativeos-py312-venv/bin/python -m pytest tests/test_cross_pack_merge_gate.py tests/test_cross_pack_benchmark.py::test_cross_pack_benchmark_outputs_kernel_metrics tests/test_phase0_guardrails.py -q/tmp/narrativeos-py312-venv/bin/python -m src.narrativeos.benchmark.runner --baseline-file tests/benchmark_baseline.json --database-url sqlite:///narrativeos_beta.db --markdown-out /tmp/pr3-benchmark-summary-updated.md > /tmp/pr3-benchmark-updated.json/tmp/narrativeos-py312-venv/bin/python -m src.narrativeos.benchmark.merge_gate --benchmark-file /tmp/pr3-benchmark-updated.json --summary-out /tmp/pr3-merge-gate-summary-updated.mdCI_HEADLESS=1 APP_PORT=8018 CHROME_PORT=9238 CHROME_USER_DIR=/tmp/narrativeos-chrome-agent-studio scripts/run_agent_studio_smoke.shAPP_PORT=8766 AGENT_STUDIO_OPEN_BROWSER=0 bash scripts/run_agent_studio_local.shagainst a temporary/healthstub, confirming the script emits the Studio URL.Notes
Full
tests/test_author_works.pywas attempted but did not finish locally and was stopped after repeated high-CPU runs; the Agent Studio-relevant AuthorWork subset above passed.