delegate
latest
false
Delegate & Cartographer user guide
- Visão geral
- Início rápido
- Delegate
- Confiança e conformidade
- Governança
- Recursos
- Cartographer
- Visão geral do Carteira
- The Cartographer interface
- Introdução ao Cartográfico
- Working with existing automations
- AS-IS (Current Process) documentation
- Fornecimento de documentos ao Cartográfico
- Como delegar uma tarefa
- Design TO-BE e geração de PDD
- Refinando seu PDD e a lista de verificação de qualidade
- Generating an SDD
- Sending SDDs to Automation Hub
- Delegate para testes
- Referência
- Solução de problemas
- Backup e restauração
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
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.
| Campo | Description |
|---|---|
| Tipo de Evento | When the hook runs: Session start, User prompt submitted, Before tool, Permission request, Permission resolved, After tool, After tool failure, or Agent stop. |
| Name | A short label for the hook (for example, "Block file deletion"). |
| Ferramenta | 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). |