Skip to content

ai-agent-edit

Enterprise Part of the commercial Kumiko Enterprise offering, not in the open framework.

Marker add-on for ai-agent: its mere presence in the registry unlocks ai-agent:write:approve-always, letting a caller approve a proposal while also recording an always permission rule for every handler it touched, so equivalent future write calls auto-dispatch in edit mode.

What this feature needs to run (Requires).

flowchart TB
  n_ai_agent_edit["ai-agent-edit"]
  subgraph how_reqs["Requires"]
    n_ai_agent["ai-agent"]
  end
  n_ai_agent --> n_ai_agent_edit
  • Requires: ai-agent
  • Activation: always on (not toggleable)