feat(ops): P1-1 artifacts → Supabase - #232
Merged
Merged
Conversation
- Add ops_run_artifacts table + rollback migration - Add api/ops/store/artifacts.py save_artifact / failure-event helper - Wire deep/ReAct paths to save final answer artifacts - Add tests/ops/test_artifacts.py (10 cases) - Invoke snapshots for 30/40 handoff
…50 交接 Prompt;含 30 commit、校验范围、验证命令与落盘要求。
…h 写入 50 交接 Prompt,便于下一棒独立复检。
…告落盘;验证命令 292 passed/10 skipped + ruff 全绿。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
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
ops_run_artifacts及 rollback migrationapi/ops/store/artifacts.py:幂等 upsert、重试、失败时记录artifact.write_failedeventOpsRunStore新增 save/list artifact 方法tests/ops/test_artifacts.py10 个测例Test plan
pytest tests/ops tests/ops_desk -m "not intent_eval and not intent_benchmark" -q && ruff check api/opspytest tests/ops/test_artifacts.py -k write_failed -q→ 3 passedScope
仅 P1-1;未改 P1-2/3/4、Session 生产图、Agently lab、前端。
Harness 30/40/50 全链通过;HG-TASK-DRAFT / HG-AUDIT-R1 approved。