SurfSense/surfsense_backend/app/agents
Claude 662cdf6692
Consolidate connector metadata into NamedTuple and use helper functions
- Create ConnectorMetadata NamedTuple to consolidate emoji, result_name, and friendly_name
- Replace three separate dictionaries with single CONNECTOR_METADATA dict
- Update helper functions to use consolidated structure
- Replace direct dict access in nodes.py with helper functions
- Remove unused CONNECTOR_EMOJIS and CONNECTOR_RESULT_NAMES imports
- Add default metadata for unknown connectors

Addresses PR #16 review feedback for unused imports and data consolidation
2025-11-18 23:25:37 +00:00
..
podcaster refactor(ux): Enhance podcast and chat panel features 2025-11-11 18:07:32 -08:00
researcher Consolidate connector metadata into NamedTuple and use helper functions 2025-11-18 23:25:37 +00:00
__init__.py feat: Added chat_history to researcher agent 2025-05-10 20:06:19 -07:00