mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 06:32:24 +00:00
- Restructured integration libraries to have dedicated directories for each integration (e.g., Telegram, future Gmail) under `src/lib/<integration>/`, improving organization and clarity. - Updated state management to ensure all Redux dispatches for each integration are routed through specific state functions, enhancing maintainability. - Consolidated services related to each integration within their respective folders, separating them from cross-cutting services. This update streamlines the architecture for better scalability and maintainability of integrations.