neurocore.runtime¶
NeuroCore runtime.
Blueprint parsing, validation, and execution via FlowEngine.
- Usage:
from neurocore.runtime import load_and_run result = load_and_run(Path(“agent.flow.yaml”))
NeuroCore runtime.
Blueprint parsing, validation, and execution via FlowEngine.
from neurocore.runtime import load_and_run result = load_and_run(Path(“agent.flow.yaml”))