fix(templates): search templates stop probing with searches; add firecrawl #131
Reference in New Issue
Block a user
Delete Branch "fix/search-templates"
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?
Readiness probes on the search templates ran real searches every interval.
searxng_web_searchprobe →searxng_instance_info(reads/config, no engine fan-out). At the 60s default the old probe was 1,440 searches/day, billing API-key engines like braveapi and kagi.searchprobe →fetch_contenton example.com every 300s, so the probe no longer scrapes DuckDuckGo from the IP agents search from.firecrawl-mcpfor reading pages as main-content markdown, self-hosted (FIRECRAWL_API_URL) or cloud (FIRECRAWL_API_KEY). Probe:firecrawl_scrapeon example.com every 300s.Verified: each probe run against the real package (firecrawl ~2.5s, duckduckgo ~0.2s); searxng probe live and healthy.
vitest run tests/templates.test.ts: 72 passed.🤖 Generated with Claude Code
https://claude.ai/code/session_01JPjtnE6Gd343oRNtMU9Bcd