Vitalis_Core / src /core /plugin_base.py
FerrellSyntheticIntelligence
feat: implement cryptographic integrity, DAG-reasoning engine, and JIT-optimized generative backbone
7fe0a1c
class PluginBase:
name = "base"
def on_node(self, node): return node