This is the core package for FuncNodes, a flexible and modular framework for building and managing computational graphs.
funcnodes_core contains the fundamental logic for Nodes, NodeSpaces, and the event-driven architecture that powers the system.
Note
If you are looking for the full application, including the web interface and worker management, please visit the main FuncNodes repository or install the funcnodes package.
If you are developing a custom implementation or only need the core logic:
pip install funcnodes-coreFor the full experience:
pip install funcnodesFor detailed instructions and documentation, please visit the FuncNodes Documentation.