doubleo7/src
Austin Schaefer 19c92ccd52
All checks were successful
CI / test (pull_request) Successful in 6m56s
refactor: cleanup pass on document embedding/retrieval
- retrieval::retrieve_relevant now shows a spinner around the query-
  embedding call and gets its own tracing span, matching every other
  model-calling phase in the pipeline (it previously ran invisibly and
  untraced)
- add progress::report() to dedupe the show_progress-gated eprintln!
  pattern shared by research.rs and retrieval.rs
- documents::push_document builds its TextSplitter once per collect_documents
  call instead of once per file, skips the char-truncation walk entirely
  when a file is already under the limit, and pulls the source-string
  branch out of the map closure
- researcher::gather_findings drops a doc_context emptiness check that
  build_doc_context already guarantees
- documents.rs tests use tempfile::tempdir() instead of a hand-rolled
  TempDir type

Verified with cargo build/test/clippy -D warnings/fmt --check.
2026-08-19 15:13:07 +02:00
..
cli.rs Merge master (rebrand to doubleo7) into this branch 2026-08-18 16:19:39 +02:00
documents.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
history.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
main.rs Merge master (rebrand to doubleo7) into this branch 2026-08-18 16:19:39 +02:00
models.rs Add document embedding and retrieval via a dedicated embedding model 2026-08-18 14:27:54 +02:00
observability.rs Extract swear_cleanup to its own repo, flatten deep_research to root 2026-08-18 13:43:26 +02:00
progress.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
research.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
researcher.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
retrieval.rs refactor: cleanup pass on document embedding/retrieval 2026-08-19 15:13:07 +02:00
review.rs refactor: Try to clean up code 2026-08-19 14:19:32 +02:00
stream.rs chore: Update rig to 0.42 2026-08-19 12:11:47 +02:00
summarizer.rs Extract swear_cleanup to its own repo, flatten deep_research to root 2026-08-18 13:43:26 +02:00
tools.rs fix: use Native structured output for reviewer instead of forced tool call 2026-08-19 13:04:53 +02:00
writer.rs Extract swear_cleanup to its own repo, flatten deep_research to root 2026-08-18 13:43:26 +02:00