SurfSense/surfsense_web/components/tool-ui
API Test Bot d20cb8a538 feat(crypto): implement hybrid approach with real-time DexScreener tools
- Add crypto_realtime.py with get_live_token_price and get_live_token_data tools
- Register real-time tools in registry.py (no dependencies required)
- Export tool factories in __init__.py
- Create LiveTokenPriceToolUI component for real-time price display
- Create LiveTokenDataToolUI component for comprehensive market data
- Register tool-ui components in new-chat page

Hybrid Architecture:
- RAG (search_knowledge_base): Historical context, trends from indexed data
- Real-time tools: Current prices, live market data via direct API calls
- AI agent decides which to use based on query intent
2026-02-04 00:12:32 +07:00
..
article refactor: enhance link preview functionality with Chromium fallback 2025-12-26 00:07:45 +05:30
crypto feat(crypto): implement hybrid approach with real-time DexScreener tools 2026-02-04 00:12:32 +07:00
image feat: replace Loader2 with Spinner component for consistent loading indicators 2026-01-25 15:23:45 +05:30
media-card feat: replace Loader2 with Spinner component for consistent loading indicators 2026-01-25 15:23:45 +05:30
plan chore: ran linting 2025-12-29 01:09:21 +05:30
audio.tsx feat(notifications): enhance inbox functionality with type filtering and independent pagination for mentions and status notifications 2026-01-28 02:14:36 +05:30
deepagent-thinking.tsx refactor: enhance link preview functionality with Chromium fallback 2025-12-26 00:07:45 +05:30
display-image.tsx refactor: improve write_todos tool and UI components 2025-12-26 17:49:56 +05:30
generate-podcast.tsx Merge remote-tracking branch 'upstream/dev' into feat/inbox 2026-01-28 09:26:04 +05:30
index.ts Add ability to store and retreive user memory through mcp tool 2026-01-20 15:04:07 -08:00
link-preview.tsx refactor: improve write_todos tool and UI components 2025-12-26 17:49:56 +05:30
scrape-webpage.tsx refactor: improve write_todos tool and UI components 2025-12-26 17:49:56 +05:30
user-memory.tsx bluff checks 2026-01-21 09:48:55 -08:00
write-todos.tsx feat: replace Loader2 with Spinner component for consistent loading indicators 2026-01-25 15:23:45 +05:30