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.
22 lines
512 B
TOML
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"
|