Commit Graph

1 Commits

Author SHA1 Message Date
Tanishq Jaiswal
3ef2705973 feat(web-search): add Exa as a web search provider
Add Exa AI as a third web search provider alongside Brave and Perplexity.
Exa is a search API built for AI agents with optional page text extraction.

Config:
- provider: "exa"
- exa.apiKey (or EXA_API_KEY env var)
- exa.contents (default: true) - include page text
- exa.maxChars (default: 1500) - chars per result
2026-01-27 22:23:50 +05:30