Is what it says grounded?
Response-level checks on whether the model's output is true and supported — the same family of signals Director-AI provides.
Content · integrity · action
Director-Class AI sits between an autonomous agent and its effectors. It reviews high-impact shell, SQL, infrastructure, API, and MCP actions before they dispatch; uncertain or high-risk actions escalate to human approval, and every decision emits a tamper-evident audit record. A separate commercial product built above the Apache-licensed Director-AI base.
One verdict, three planes
A parallel detector ensemble governs three planes at once. The action plane is the differentiator; content and integrity are supporting signals that feed effector-bound governance, not a standalone prevention guarantee.
Response-level checks on whether the model's output is true and supported — the same family of signals Director-AI provides.
Detects manipulation of the input or surrounding context before it shapes a decision.
The shell, SQL, infrastructure, API, and MCP call the agent is about to make is reviewed before dispatch; destructive or high-risk actions are blocked or escalated.
What it does
High-impact shell, SQL, infrastructure, API, and MCP tool calls are evaluated before they execute — not after the damage is done.
Uncertain or high-risk actions are held and routed to a human for explicit approval instead of dispatching automatically.
Every verdict emits an audit and evidence record, so an agent's real-world actions carry a durable, reviewable trail.
Drop it in as a library, run it as an MCP gateway in front of your tools, and stream decisions to your existing SIEM.
The action checkpoint
# gate a destructive command before it runs from director_class_ai.action import DestructiveCommandDetector from director_class_ai.core import ParallelEnsembleScorer, EvaluationRequest guard = ParallelEnsembleScorer([DestructiveCommandDetector()]) verdict = guard.evaluate(EvaluationRequest(action="rm -rf /")) assert verdict.allow is False assert verdict.requires_human is True
The same checkpoint wraps any effector-bound action your agent takes — a shell command, a SQL statement, an infrastructure API call, an MCP tool invocation.
A blocked action does not silently fail: it returns a verdict with the reason, the requires-human flag, and the evidence record that explains the decision.
Built above the Apache-licensed Director-AI base, which it reuses for the content and integrity planes.
Licence and delivery
The BUSL Additional Use Grant permits internal self-hosted production. Third-party hosted, managed, or product use is USD 999/month or USD 9,990/year for one legal entity. Assured Deployment starts at USD 24,000; optional continuing support starts at USD 2,500/month. Implementation and support are separate from the software entitlement.