webclaw/crates
webclaw de899ab3ba feat(search): standalone web search with your own Serper.dev key
OSS surfaces can now search without the hosted webclaw API. New
webclaw-fetch::search() calls Serper.dev directly with a user-supplied key
and optionally fetches + extracts the result pages. Wired into the CLI
(webclaw search, --serper-key / SERPER_API_KEY), the MCP search tool
(local-first when SERPER_API_KEY is set, cloud fallback otherwise), and the
OSS reference server (POST /v1/search). Adds futures for concurrent result
page scraping.
2026-06-06 14:20:03 +02:00
..
webclaw-cli feat(search): standalone web search with your own Serper.dev key 2026-06-06 14:20:03 +02:00
webclaw-core perf(core): hot-path extraction speedups + senior-grade hardening 2026-06-04 20:22:00 +02:00
webclaw-fetch feat(search): standalone web search with your own Serper.dev key 2026-06-06 14:20:03 +02:00
webclaw-llm perf(core): hot-path extraction speedups + senior-grade hardening 2026-06-04 20:22:00 +02:00
webclaw-mcp feat(search): standalone web search with your own Serper.dev key 2026-06-06 14:20:03 +02:00
webclaw-pdf perf(core): hot-path extraction speedups + senior-grade hardening 2026-06-04 20:22:00 +02:00
webclaw-server feat(search): standalone web search with your own Serper.dev key 2026-06-06 14:20:03 +02:00