Skip to content

Releases: NeuroverseOS/Neuroverseos-governance

v0.3.0 — Governance CLI + AI World Runtime

15 Mar 02:43
d0eb17c

Choose a tag to compare

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.

NeuroVerse Governance v0.2.1

08 Mar 00:03

Choose a tag to compare

NeuroVerse Governance 0.2.1

This release introduces the expanded CLI suite and improved governance tooling.

Highlights

• New CLI commands

  • doctor
  • playground
  • redteam
  • test

• Governance simulation and adversarial testing tools

• Interactive playground for testing guard behavior

• Updated README and AGENTS documentation

• 293 passing tests across governance engine, runtime, and derivation pipeline

Install

npm install @neuroverseos/governance

NeuroVerse Governance Engine v0.1.0

05 Mar 17:15

Choose a tag to compare

Initial public release of the NeuroVerse Governance Engine.

Features
• Deterministic governance engine
• Guard evaluation (ALLOW / PAUSE / BLOCK)
• CLI tools for simulation and validation
• Framework adapters (OpenAI, LangChain, OpenClaw, Express)
• World definition compiler
• Full audit trace output

Install:

npm install neuroverse-governance

Run CLI:

npx neuroverse --help