[claude] feat: SearXNG + Crawl4AI self-hosted search backend (#1282) #1299
Reference in New Issue
Block a user
Delete Branch "claude/issue-1282"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1282
Summary
web_search(query)tool backed by self-hosted SearXNG meta-search engine (no paid API key)scrape_url(url)tool backed by Crawl4AI for full-page scraping to clean markdownTIMMY_SEARCH_BACKEND=nonedisables both tools; unreachable services log WARNING and return error strings — app never crashes--profile searchtox -e unitgreen at 500 tests)New settings (config.py)
TIMMY_SEARCH_BACKENDsearxngsearxngornoneTIMMY_SEARCH_URLhttp://localhost:8888TIMMY_CRAWL_URLhttp://localhost:11235Usage