Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 06:46

asearch — search CLI for LLM agents. One command, 10 sources.

Searches web, HN, Reddit, GitHub, YouTube, X/Twitter + Tavily, Exa, Brave APIs simultaneously.
Keeps agent context clean: compact metadata first, paginated reads of only what you need.
One Go binary, zero dependencies.

Quick start

npm i -g agent-asearch
asearch open --query "claude code plugins" --source hn,reddit

For web search:

export TAVILY_API_KEY="tvly-..."  # free at tavily.com
asearch open --query "topic" --source web,hn,reddit,github