Documentation Index
Fetch the complete documentation index at: https://docs.termyte.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Agent Integration
In Termyte v0.1, the governance layer is invisible to the agent’s complex reasoning. To integrate Termyte, you simply need to provide the agent with theexecute tool instead of a standard shell or terminal tool.
The “Golden System Prompt” (v0.1)
Add this directive to your agent’s system prompt to ensure it uses the Termyte execution broker correctly:Best Practices for v0.1
1. Transparent Interception
Because Termyte intercepts calls at the tool level, you don’t need to teach your agent aboutprepare or commit phases. The agent simply calls execute, and the outcome it receives is already governed and recorded.
2. Contextual Accuracy
The Termyte Cloud uses semantic matching to identify failure patterns. Ensure your agent provides descriptive commands.- Bad:
command: "sh", args: ["script.sh"] - Good:
command: "npm", args: ["run", "deploy:staging"]
3. Reviewing Audit Logs
As a developer, you can monitor your agent’s safety performance by running:4. Handling Blocks
When Termyte blocks an action, it often provides an alternative suggestion. Encourage your agent to use this information to self-correct without human intervention.Why Termyte? | Tool Reference