Integration
Vre
An OpenClaw plugin that integrates the Volute Reasoning Engine (VRE) for Structural Epistemic Enforcement for Agentic AI
README
# VRE Plugin
Redistributable packaging for the current Volute Reasoning Engine subsystem:
- `extensions/vre-plugin` OpenClaw plugin bundle
- `extensions/vre-plugin/policy-server` policy server
- `extensions/vre-plugin/scripts` autolearn and mode scripts
- `extensions/vre-plugin/skills/vre-grounding` Codex grounding skill
- `deps/vre` upstream VRE library submodule
## Install
```bash
./install.sh
```
By default the install script targets `~/.openclaw`, creates a local `.venv`, installs the upstream `vre` library from the submodule, wires the OpenClaw extension bundle back to this repository, and installs the grounding skill into `~/.codex/skills/vre-grounding`.
## Notes
- Runtime autolearn state is intentionally not tracked.
- The upstream `vre` dependency is pinned as a git submodule under `deps/vre`.
- The installer keeps a `~/.openclaw/extensions/vre-core` compatibility alias for existing OpenClaw configs; the runtime config key remains `vre-core` for now.
- The old `~/.openclaw/workspace/projects/vre-env` virtualenv was part of the earlier live install and is not required for this bundle; `install.sh` provisions the repo-local `.venv` instead.
- The generated user service can be reloaded with `systemctl --user daemon-reload`.
integration
Comments
Sign in to leave a comment