doubleo7/deep_research/Cargo.toml
Austin Schaefer e446046744 Add unit tests for the decomposed max-turns recovery helpers
Covers truncate, assistant_text, tool_result_text, and
partial_findings_from_history in isolation (fallback text, ordering,
truncation, and filtering out non-text content). gather_findings/
write_report/research still need a live ollama client and aren't covered
here.
2026-08-18 11:43:14 +02:00

22 lines
512 B
TOML

[package]
name = "deep_research"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
chrono = "0.4.45"
clap = { version = "4", features = ["derive"] }
futures = { workspace = true }
indicatif = "0.18.6"
reqwest = { workspace = true, features = ["query"] }
rig = { workspace = true }
schemars = "1"
scraper = "0.27"
serde = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
[dev-dependencies]
serde_json = "1"