# `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: ```sh 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. ```text /plugin marketplace add https://gitlab.com/doering-ai/apps/gate.git /plugin install my-gate@my-gate /reload-plugins ``` ```{toctree} :maxdepth: 2 1. Quickstart 2. Configuration and grants 3. Terminal tinting 4. Python API 5. Action admission 6. Action policy extensions 7. Unicode write policy 8. Bulletin and Controlled Prose routing 9. Primitive Typist policy 10. Cost correlation 11. Quota tracking 12. Session ledger 13. Dashboard 14. Review and merge 15. Evaluating a model or judge 16. Support and limitations 17. Commit-message repair ```