SurfSense/surfsense_backend/app/agents
Vonic dc545f8028 fix: resolve runtime crashes in tool-ui components and backend import errors
Backend:
- Remove dead imports (display_image, link_preview, knowledge_base) from tools registry and __init__
- Delete orphaned elif chain (lines 784-1046) in knowledge_base.py left after asyncio.gather refactor
- Add missing NotionAPIError class to notion_history.py

Frontend:
- Add display-image.tsx, link-preview.tsx, scrape-webpage.tsx tool UI components
- Fix GeneratePodcastToolUI: add null guard for no-props render + optional chaining on status/args
- Fix SaveMemoryToolUI/RecallMemoryToolUI: add null guard when rendered without props in provider
- Update launch.json to use pnpm on port 3999

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 13:42:31 +07:00
..
autocomplete chore: ran linting 2026-04-08 05:20:03 +05:30
new_chat fix: resolve runtime crashes in tool-ui components and backend import errors 2026-04-14 13:42:31 +07:00
podcaster fix: update LLM retrieval in podcast transcript creation to use agent LLM instead of document summary LLM 2026-03-03 13:35:29 -08:00
video_presentation feat: integrate Stripe for page purchases and reconciliation tasks 2026-03-31 18:39:45 -07:00
__init__.py feat: Added chat_history to researcher agent 2025-05-10 20:06:19 -07:00