mirror of
https://github.com/ParisNeo/lollms_hub.git
synced 2026-05-04 03:01:01 -04:00
Restructure the node system to support a registry-based, modular architecture. Introduce categorized standard nodes (cognitive, composition, identity, IO, logic, RAG, routing, search, tool, utility, vision) and enhance the node builder API and workflow engine to support the new structure. - Add node registry for dynamic node discovery - Expand node builder API with improved registration capabilities - Update workflow engine for enhanced data handling between nodes - Add *.log to .gitignore