codewhale-tui 0.9.3

Terminal UI for open-source and open-weight coding models
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Shared web-tool helpers: the SSRF guard and the search scrapers.
//!
//! `fetch_url`, `web_search`, and `web.run` are thin surfaces over this
//! module so security and parsing behavior cannot drift between tools.

pub(crate) mod backend;
pub(crate) mod cache;
pub(crate) mod citations;
pub(crate) mod contract;
pub(crate) mod extract;
pub(crate) mod fetch;
pub(crate) mod guard;
pub(crate) mod overflow;
pub mod scrape;