SurfSense/surfsense_backend/app
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
..
agents feat(crypto): implement hybrid approach with real-time DexScreener tools 2026-02-04 00:12:32 +07:00
config hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
connectors fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
prompts feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
schemas hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
services fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
tasks fix(backend): Add DexScreener to periodic indexing schedule checker 2026-01-31 17:27:38 +07:00
utils feat: Add DexScreener RAG retrieval test and token validation, configure Serena project settings, and update admin guide with default admin account details. 2026-02-01 14:24:01 +07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: Add initial strategic planning, UX design, and verification artifacts, define a new AI-powered crypto assistant epic, update existing epics, and disable SSL for local database connection. 2026-02-02 17:43:33 +07:00
celery_app.py hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
db.py feat: Add initial strategic planning, UX design, and verification artifacts, define a new AI-powered crypto assistant epic, update existing epics, and disable SSL for local database connection. 2026-02-02 17:43:33 +07:00
users.py feat: enable public access for podcasts in shared chats 2026-01-26 15:56:49 +02:00