delegate
latest
false
Delegate & Guide de l'utilisateur Cartographer
- Vue d'ensemble (Overview)
- Démarrage rapide
- Delegate
- Confiance et conformité
- Gouvernance
- Fonctionnalités
- Cartographer
- Vue d’ensemble du cartographieur
- The Cartographer interface
- Premiers pas avec Cartographieur
- Working with existing automations
- AS-IS (Current Process) documentation
- Fournir des documents à Mapmaper
- Déléguer une tâche
- Conception À PDD et génération de DDP
- Affiner votre DDP et la liste de contrôle de la qualité
- Generating an SDD
- Sending SDDs to Automation Hub
- Delegate for Testing
- Référence (Reference)
- Résolution des problèmes
- Sauvegarde et restauration
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
Reference for the Hooks area in Delegate and Cartographer — running a shell command at a specific point in the agent's lifecycle.
A hook runs a shell command at a specific point in the agent's lifecycle. Hooks are managed from Add-ons & Integrations → Hooks, via Add hook.
| Champ | Description |
|---|---|
| Type d'événement | When the hook runs: Session start, User prompt submitted, Before tool, Permission request, Permission resolved, After tool, After tool failure, or Agent stop. |
| Nom | A short label for the hook (for example, "Block file deletion"). |
| Outil | Which tool the hook applies to. Defaults to All tools. |
| Shell command | The command to run. Runs via cmd.exe. To deny a tool, exit with code 2 (for example, exit /b 2). |