mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-24 23:41:10 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| celery_worker.py | ||
| Dockerfile | ||
| main.py | ||
| OLLAMA_MEMORY_OPTIMIZATION.md | ||
| pyproject.toml | ||
| uv.lock | ||