Skip to content
🏆 UNIDO Recognition

LABS.AI selected as UNIDO Trusted Partner for Industrial AI Read more

Managed Cloud Get Started

Human-in-the-Loop Governance

Pause a turn, gate a single tool call, or require sign-off on a discussion phase. Approval workflows with timeout policies, Slack cards, and crash-safe state, shipped in EDDI 6.2.0.

Human-in-the-Loop Governance

Autonomy With a Stop Button

Autonomous agents are useful right up to the moment they do something irreversible. EDDI 6.2.0 introduces human-in-the-loop governance: explicit approval gates at three levels of granularity, backed by timeout policies, loop detection, and state that survives a restart. Approvals are configuration, not custom application code.

Why Approval Gates Belong in the Platform

Most teams bolt approvals onto the application layer: a queue here, a webhook there, a database flag somewhere else. That approach breaks the moment a process restarts, an approver goes offline, or an agent retries the same request in a loop. EDDI puts the gate inside the conversation pipeline itself. A paused turn stays paused, competing input is rejected with a clear 409 Conflict, and every decision lands in the same audit trail as the rest of the agent lifecycle.

Three Levels of Approval

Timeout Policies

Humans are not a highly available service. Every gate declares what happens when nobody responds in time:

Built to Survive Production

An approval system is judged on its worst day: a restart in the middle of a review, an agent that keeps asking the same question, an approver who lives in Slack rather than in your admin UI.

Governance and Compliance Fit

Human oversight is not only an operational preference, it is a regulatory requirement. Approval gates give EU AI Act Article 14 human oversight a concrete implementation: a named person authorizes a specific action, and the decision is recorded. Combined with EDDI's compliance framework and its HMAC-SHA256 audit trail, you can show an auditor not just what an agent did, but who allowed it and when.