Skip to content

feat: surface Tavily in onboarding integrations step#21

Open
Colin Lowenburg (opencolin) wants to merge 1 commit into
ComposioHQ:mainfrom
opencolin:feat/onboard-tavily
Open

feat: surface Tavily in onboarding integrations step#21
Colin Lowenburg (opencolin) wants to merge 1 commit into
ComposioHQ:mainfrom
opencolin:feat/onboard-tavily

Conversation

@opencolin

Copy link
Copy Markdown

Summary

Add Tavily to the curated onboarding toolkits so new users connect web search alongside Gmail/GitHub/Slack during signup instead of leaving the agent search-less until they hunt through Composio's full catalog.

What changes

  • src/server/api/routers/trustclaw/getIntegrationAuthLinks.ts — add a Tavily entry to ONBOARDING_TOOLKITS. The slug + logo match the existing convention (slug: "tavily", logo from Composio's logo CDN at https://logos.composio.dev/api/tavily).
  • src/app/(authenticated)/dashboard/_components/onboarding/onboarding.consts.ts — add a one-line description ("Search the web for up-to-date information") to INTEGRATION_DESCRIPTIONS.

That's it — 6 lines across 2 files.

Why this is so small

Tavily already works through Composio's tool ecosystem; the agent picks it up automatically once a user has a Tavily connection on their account. The only thing missing was discoverability during onboarding. Putting it in the same four-tile grid as Gmail/GitHub/Slack means new users actually see the option.

No new env vars, no new dependencies, no new tool code, no changes to the agent runtime. The integrations step already renders its tiles dynamically from the tRPC query — adding a fourth entry just shows up.

Test plan

  • pnpm tsc --noEmit — clean
  • Visual check: onboarding step renders the four tiles correctly; Tavily logo loads from Composio's CDN
  • Connect flow: clicking the Tavily tile triggers Composio's OAuth/API-key flow and marks the integration connected on completion
  • Verify the Tavily tools then appear in agent.tools() after connection

Visual + flow tests aren't possible from this checkout without a real Composio account + Tavily connection, so they're listed as TODO for review.

🤖 Generated with Claude Code

Add Tavily to the curated onboarding toolkits so new users connect web
search alongside Gmail/GitHub/Slack instead of leaving the agent without
a search tool until they discover it in Composio's full catalog.

Tavily already works via Composio's tool ecosystem — this is purely a
discoverability tweak: it joins the onboarding step's four-tile grid
and the agent picks up the connected toolkit through Composio's normal
dynamic-tool resolution. No new dependencies, env vars, or tool code.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant