Austin Schaefer schaefera
  • Joined on 2026-07-23
schaefera pushed to master at schaefera/doubleo7 2026-08-18 14:17:25 +00:00
a30c18ac44 Merge pull request 'chore: rebrand project' (#11) from chore/rebrand into master
5bb4ed165d chore: rebrand project
Compare 2 commits »
schaefera merged pull request schaefera/doubleo7#11 2026-08-18 14:17:24 +00:00
chore: rebrand project
schaefera created pull request schaefera/doubleo7#11 2026-08-18 14:17:04 +00:00
chore: rebrand project
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 12:49:56 +00:00
b5f12a500c Document a real retrieval limitation found via manual large-document testing
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 12:43:18 +00:00
ff9f9455a6 Chunk uploaded documents instead of truncating them at 20K chars
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 12:27:57 +00:00
ec15893c9c Add document embedding and retrieval via a dedicated embedding model
schaefera pushed to chore/rebrand at schaefera/doubleo7 2026-08-18 12:26:54 +00:00
5bb4ed165d chore: rebrand project
schaefera created branch chore/rebrand in schaefera/doubleo7 2026-08-18 12:26:53 +00:00
schaefera pushed to master at schaefera/doubleo7 2026-08-18 12:12:34 +00:00
85d0902e9f Merge pull request 'Add CI/CD, README, and a case study for deep_research' (#9) from worktree-deep-research-max-turns-report into master
04aa2f12c7 Merge branch 'master' into worktree-deep-research-max-turns-report
296ab860c7 Fix CI running twice per PR commit
26e9624c23 Fix CI: use the rust-ci runner instead of overriding the docker-labeled runner's container
f2c10783db Extract swear_cleanup to its own repo, flatten deep_research to root
Compare 6 commits »
schaefera merged pull request schaefera/doubleo7#9 2026-08-18 12:12:33 +00:00
Add CI/CD, README, and a case study for deep_research
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 12:10:05 +00:00
04aa2f12c7 Merge branch 'master' into worktree-deep-research-max-turns-report
477a8da010 Merge pull request 'Write a partial report instead of erroring out when research hits max turns' (#8) from worktree-deep-research-max-turns-report into master
Compare 2 commits »
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 11:55:03 +00:00
296ab860c7 Fix CI running twice per PR commit
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 11:54:12 +00:00
26e9624c23 Fix CI: use the rust-ci runner instead of overriding the docker-labeled runner's container
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 11:43:34 +00:00
f2c10783db Extract swear_cleanup to its own repo, flatten deep_research to root
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 11:28:33 +00:00
9fa91b3da7 Add CI/CD, README, and a case study documenting this session's work
schaefera pushed to master at schaefera/doubleo7 2026-08-18 11:03:05 +00:00
477a8da010 Merge pull request 'Write a partial report instead of erroring out when research hits max turns' (#8) from worktree-deep-research-max-turns-report into master
6cd2d65158 Split core.rs into one file per concern
c150c67f1e Switch search_web from DuckDuckGo HTML scraping to local SearXNG
21030462b1 Prototype an agentic summarizer for max-turns recovery
e446046744 Add unit tests for the decomposed max-turns recovery helpers
Compare 7 commits »
schaefera merged pull request schaefera/doubleo7#8 2026-08-18 11:03:04 +00:00
Write a partial report instead of erroring out when research hits max turns
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 10:59:06 +00:00
6cd2d65158 Split core.rs into one file per concern
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 10:25:34 +00:00
c150c67f1e Switch search_web from DuckDuckGo HTML scraping to local SearXNG
schaefera pushed to worktree-deep-research-max-turns-report at schaefera/doubleo7 2026-08-18 09:54:25 +00:00
21030462b1 Prototype an agentic summarizer for max-turns recovery