Research·intermediate
Web Research
Researches a question across URLs and returns a cited brief.
A research analyst agent. Give it a question and a set of URLs (or topics it can fetch from known sources); it pulls the readable text from each page, cross-checks the claims across sources, and returns a dense brief where every fact is traceable to a citation. It flags conflicts, labels single-source and unconfirmed claims, and always ends with a numbered Sources list, it never states unverified claims as fact.
Agent Stack
AI SDKAI Gateway
Eve features
toolsskills
Channels
http · web
Run it
git clone https://github.com/uxKero/web-research
cd web-research
pnpm install
pnpm devThen try: npx eve dev, then ask: "Research what an llms.txt file is using these URLs: https://llmstxt.org and https://eve.dev"
model: anthropic/claude-sonnet-4.6
Requires
- AI Gateway access (Vercel) or an Anthropic API key
Needs Node ≥ 24 to run the Eve CLI.