docs: add retriever to the architecture diagram #13

Merged
schaefera merged 1 commit from docs/update-architecture-diagram into master 2026-08-19 15:54:58 +00:00
Collaborator

Summary

  • The README's architecture diagram still showed the original four-agent pipeline (researcher/reviewer/writer/summarizer) with no mention of the document embedding/retrieval step added in #10.
  • Added a retriever box feeding excerpts into the researcher (labeled --doc only, since it's conditional on --doc paths being supplied), plus a bullet describing it — matching the retrieval pipeline already documented in prose further down the README.

Test plan

  • Verified box-drawing alignment programmatically (column positions of // connectors) rather than by eye.
## Summary - The README's architecture diagram still showed the original four-agent pipeline (researcher/reviewer/writer/summarizer) with no mention of the document embedding/retrieval step added in #10. - Added a `retriever` box feeding excerpts into the researcher (labeled `--doc only`, since it's conditional on `--doc` paths being supplied), plus a bullet describing it — matching the retrieval pipeline already documented in prose further down the README. ## Test plan - [x] Verified box-drawing alignment programmatically (column positions of `┬`/`│`/`▼` connectors) rather than by eye.
claude-bot added 1 commit 2026-08-19 15:48:51 +00:00
docs: add retriever to the architecture diagram
All checks were successful
CI / test (pull_request) Successful in 1m3s
0790b2b6d0
The diagram still showed the original four-agent pipeline
(researcher/reviewer/writer/summarizer) with no mention of the
document embedding/retrieval step added in #10. Added a retriever
box feeding excerpts into the researcher, plus a bullet describing
it, matching the retrieval pipeline already documented in prose
further down the README.
schaefera approved these changes 2026-08-19 15:54:53 +00:00
schaefera merged commit 8d7f8b6683 into master 2026-08-19 15:54:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: schaefera/doubleo7#13
No description provided.