doubleo7/Cargo.toml
Austin Schaefer 34b93eae3d feat: add current-date context and footnote-style citations to research loop
Interpolates today's date into the researcher's preamble so it can judge
source freshness instead of relying on training-cutoff knowledge, and
asks it to cite facts with bracketed footnote numbers backed by a
Sources list, which the writer agent is now instructed to preserve
through to the final report.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-14 19:06:15 +02:00

17 lines
442 B
TOML

[package]
name = "doubleo7"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.104"
reqwest = { version = "0.13.4", features = ["query"] }
rig = { version = "0.41.0", features = ["test-utils"] }
schemars = "1"
scraper = "0.25"
serde = "1.0.229"
tokio = { version = "1.53.1", features = ["full"] }
toml = "1.1.4+spec-1.1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
chrono = "0.4.45"