feat(registry): add Airweave tool to registry with search capabilities #10886
+35
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
Airweave is an open-source platform that makes any app searchable for AI agents. We've created a Vercel AI SDK tool that enables unified semantic search across 35+ data sources (Notion, Slack, Google Drive, databases, and more).
Summary
Added Airweave to the tools registry with:
content/tools-registry/registry.ts@airweave/vercel-ai-sdk(published to npm)search,rag,data-sources,semantic-searchManual Verification
@airweave/vercel-ai-sdkto npmgenerateText,streamText, and direct executionnpm install @airweave/vercel-ai-sdk AIRWEAVE_API_KEY=xxx OPENAI_API_KEY=xxx npx tsx tests/e2e.ts # ✅ All tests passedChecklist
pnpm changesetin the project root)Note: This is a tools registry addition only, no changes to AI SDK core packages, so changeset is not required.