feat: add web_search tool to Atlas using Jina AI free search

Atlas can now search the internet during product discovery conversations
to research competitors, pricing models, and market context. Uses Jina
AI's free search endpoint — no API key required.

Made-with: Cursor
This commit is contained in:
2026-03-01 20:10:53 -08:00
parent e503e4312d
commit ecd207108c
3 changed files with 56 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import './agent';
import './memory';
import './skills';
import './prd';
import './search';
// Re-export the public API — identical surface to the old tools.ts
export { ALL_TOOLS, executeTool, ToolDefinition } from './registry';