mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-15 17:18:38 +00:00
* feat: add opt-in task notes and compacted history recall * fix: validate task continuity state and preserve user answers Honor explicit opt-out, preserve clarification replies and capture failure statuses, validate notebook writes, and clear branch archive references. Update the config version and audit optional LLM credentials, with regression and integration evidence. * fix: align Helm config version with task continuity schema * fix: preserve mixed task history and declare continuity policies * fix: recover malformed history and evict archives atomically
10 lines
938 B
JSON
10 lines
938 B
JSON
{
|
|
"version": "oracle-reader-diagnostic-v1",
|
|
"reason": "Two excluded development QA cases showed source-turn hits without full answer correctness; isolate reader limitations before interpreting retrieval gains.",
|
|
"selection": "All 42 already-selected public test cases, no score-based selection.",
|
|
"input": "Only original sessions identified by official evidence_session labels, with full session content. No reference answer or has_answer metadata is supplied to reader. Abstention rows have no evidence and are reported separately.",
|
|
"reader": "Same model, system prompt, output limit and final question as A-D, but oracle evidence selection and potentially different context length.",
|
|
"use": "Diagnostic reader reference only. Not an implementable retrieval method, not a fifth competing retrieval score, not an official leaderboard result.",
|
|
"frozen_primary_protocol": "protocol.json and A-D results remain unchanged."
|
|
}
|