Skip to content

v0.3.0 — Governance CLI + AI World Runtime

Latest

Choose a tag to compare

@RegardsKiki2 RegardsKiki2 released this 15 Mar 02:43
· 382 commits to main since this release
d0eb17c

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 autoresearch

Install

npm install @neuroverseos/governance

Packages

  • @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.