AgentChute docs

Safe Testing

Verify enforcement without asking developers to run dangerous commands.

Use simulations#

Do not tell users to try dangerous actions. AgentChute should create confidence through harmless simulations and local verification commands.

General smoke test#

  • 01Evaluates local rules.
  • 02Writes a safe event to the queue.
  • 03Flushes it to AgentChute.
  • 04Lets the dashboard show agent, event, decision, and delivery metadata.
agentlint test --flush

Policy-specific test#

Policy templates show their expected safe test command after publishing. The command should simulate the matching condition rather than execute a risky action.

agentlint test-policy block-curl-sh --flush

Operational docs

Need a smoother first setup?

Start with the quickstart, then send docs feedback from any page if something is unclear.