telexed ~ c / ff51644f-536radar:60 · agent_toolLIVE
← back
NO.
#ff51644f
Topic
AGENTS & TOOLS
Source
Hacker News · MCP Server
Published
2025-09-30 16:21:09
Importance
★ 6/10 — radar 60
`Airweave` launches unified app search for agents via API and `MCP`
FIG-0051:1

`Airweave` launches unified app search for agents via API and `MCP`

Instead of wiring each SaaS tool separately, you get one retrieval layer over apps and databases. Useful when agents fail on missing context more than tool execution.

[ KEY POINTS ]
  1. Content is crawled via source APIs, then normalized, chunked, entity-linked, and indexed in a vector store plus Postgres metadata.
  2. Retrieval runs semantic search and BM25 in parallel, fuses with RRF, adds recency bias, then re-ranks for chunk-level citations or synthesized answers.
  3. The same surface ships as REST, Python/TS SDKs, and MCP, so one integration can serve app code and agent tooling together.
  4. Temporal handles sync orchestration like pagination, rate limits, schedules, and change detection, which cuts a lot of glue code for live data ingestion.
Originalgithub.com/airweave-ai/airweaveRead original →

// related