Constrails: Early-Alpha External Governance Layer for AI Agents

Constrails is an early-alpha external runtime governance layer for AI agents. Instead of relying on agents to self-regulate, it places a control layer between the agent and the tools it wants to use.
Key Features
The tool implements several safety and governance mechanisms:
- Capability checks
- Risk scoring
- Policy evaluation
- Allow/deny/approval/sandbox decisions
- Approval replay
- Audit logging
- Auth/key controls
- Sandbox posture enforcement
- Early anti-exfiltration heuristics
- Basic burst-rate limiting
The developer created Constrails in response to seeing agents try to work around their own restrictions when blocked, arguing that safety controls should live outside the agent whenever possible.
This is an early-alpha release, not production-ready, but has been tested enough for public sharing. The developer is actively seeking feedback, criticism, and ideas from the community.
GitHub repository: https://github.com/TMFPRETTY/Constrails
📖 Read the full source: r/openclaw
👀 See Also

Peek Plugin for Claude Code: Automatic Steering Through Session Memory
Peek is a Claude Code plugin that automatically captures and injects user corrections and preferences to steer the AI assistant. It uses fusion search with embeddings, BM25, time decay, and metadata filters to provide relevant context without manual prompting.

Aired: A Claude Code Skill for Instant HTML Publishing to Live URLs
Aired is an open-source tool that publishes HTML to a live URL in 2 seconds via Claude Code skills or MCP servers. It requires no signup, deployment configuration, or installation for web-based AI tools, and works with Claude Code, Cursor, VS Code, Codex, and Windsurf.

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

Building a Programming Language with Claude Code: The Cutlet Experiment
Ankur Sethi built a complete programming language called Cutlet using Claude Code over four weeks, with the AI generating every line of code while he focused on guardrails and testing. The language features dynamic typing, vectorized operations, and a REPL, running on macOS and Linux.