Documentation Index
Fetch the complete documentation index at: https://docs.sigilcore.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
How It Works
wrapLangChainTool wraps the tool’s call() method. When the agent invokes the tool, Sigil evaluates the intent against your warranty.md policy first. On approval, the original call() executes. On denial or hold, a typed JSON rejection is returned as the tool output.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey | string | Yes | — | Sigil API key (sk_sigil_...) |
apiUrl | string | No | https://sign.sigilcore.com | Sigil Sign endpoint |
agentId | string | No | 'agent' | Agent identifier |
onDenied | function | No | — | Called when action is denied |
onPending | function | No | — | Called when action is held |
onError | function | No | — | Called on network error |