DashClaw – Intercept AI agent actions before they execute
Control before execution beats observability after—HITL with 10-min replay window.
🛡️The governance runtime for AI agents. Intercept actions, enforce guard policies, require approvals, and produce audit-ready decision trails.
Governance before execution solves the black-box agent problem observability tools ignore.
Teams deploying autonomous AI agents in production
LangSmith · Arize Phoenix · Helicone
I’ve been experimenting with autonomous agents for the past year, and I kept running into the same uncomfortable problem:
Agents were making decisions I couldn’t fully see or justify.
They could call tools, trigger actions, and make assumptions based on incomplete context. Once systems start touching real infrastructure, that becomes pretty scary.
So I built DashClaw.
DashClaw sits between an agent and the tools it wants to use. Instead of executing actions directly, agents call DashClaw first.
DashClaw can:
• evaluate the decision • apply policy rules • require approval • log reasoning and assumptions • record the final outcome
The idea is to create a *decision trail* for agent systems so you can answer:
Why did the agent think this was okay? What information did it rely on? Who approved the action?
The project includes:
• Node and Python SDKs • a decision ledger for agent actions • policy guardrails before execution • a mission control dashboard for fleet activity • a self-hosted architecture
It’s completely open source and designed to be lightweight enough to run locally with agent frameworks.
I'm still figuring out what the right abstraction layer is for this kind of infrastructure, so I’d love feedback from people building agents.
Control before execution beats observability after—HITL with 10-min replay window.
Non-blocking audit wrapper for LangChain and MCP with per-turn token cost attribution.
Cryptographic audit chain for agents, but lacks observability dashboards competing tools provide.
Fail-closed policy layer blocks LLM tool calls before execution, no LLM in decision path.
Addresses real risk: AI agents currently run unrestricted—SentinelGate proxies all actions.
Sub-2ms policy guard for agent tool calls—real safety layer where none existed.