mirror of
https://github.com/ParisNeo/lollms_hub.git
synced 2026-05-04 03:01:01 -04:00
Summary of Changes: - [INFRA] Added `space_hunter.py` to the project root for new system utilities. - [CONFIG] Updated `.gitignore` to include `*.db-wal` files and exclude `docs/article` directory. - [UI] Refreshed admin templates (`models_manager.html`, `settings.html`) to reflect new architectural capabilities. - [CORE] Modified `architect_manager.py` to support image generation capabilities (`supports_images`). - [CORE] Updated `memory_manager.py` to improve context formatting and category handling. - [API] Implemented new route logic and rate limiting dependencies in `proxy.py` and `admin.py`. - [MODELS] Updated `models.py` to support new fields and `migrations.py` to handle schema evolution. Technical Notes: - The `architect_manager` now manages assets including image nodes. - Memory formatting has been streamlined to handle multiple titles per category. - Admin settings and model management pages have been updated to visualize these new capabilities. BREAKING CHANGE: None.