NeuroVerse Governance v0.3.0
Deterministic governance engine for AI agents.
This release introduces the NeuroVerse CLI and runtime for defining AI governance worlds — rule systems that evaluate and enforce agent actions before execution.
Key Features
-
Governance Engine
Evaluate AI actions against defined rules, invariants, and policies. -
World Files
Define deterministic environments that govern agent behavior. -
CLI Tools
Create and analyze governance worlds directly from the terminal. -
Adapter Architecture
Integrate governance with external agent runtimes.
Quick Start
npx @neuroverseos/governance init-world autoresearchInstall
npm install @neuroverseos/governancePackages
@neuroverseos/governance@neuroverseos/n8n-nodes-neuroverse@neuroverseos/openclaw-governance
Why this exists
As AI systems move from chat to action, prompts alone are not enough.
NeuroVerse introduces deterministic governance layers that define what AI systems are allowed to do before they interact with real systems.
Think of it as a policy firewall for AI agents.