myGate: Nested-Agent Model Control#

myGate prevents expensive nested-agent fan-outs from happening silently. Known superheavy launches are denied before they start; launches visible only at runtime raise a desktop notification.

Install#

The source repository is public; the PyPI project is not published yet. Install the CLI directly from Git with Python 3.14 or newer:

uv tool install git+https://gitlab.com/doering-ai/apps/gate.git
gate register
gate doctor

Claude Code users can instead install the repository as a plugin. Use one route only so the hooks do not run twice.

/plugin marketplace add https://gitlab.com/doering-ai/apps/gate.git
/plugin install my-gate@my-gate
/reload-plugins