webshift 0.2.2

Denoised web search library — fetch, clean, and rerank web content for AI agents.
Documentation
1
2
3
4
5
6
7
8
//! LLM integration: OpenAI-compatible client, query expansion, summarization.

#[cfg_attr(docsrs, doc(cfg(feature = "llm")))]
pub mod client;
#[cfg_attr(docsrs, doc(cfg(feature = "llm")))]
pub mod expander;
#[cfg_attr(docsrs, doc(cfg(feature = "llm")))]
pub mod summarizer;