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.
Developer Toolkit: Quick Start
The Developer Toolkit provides a localized testing environment to build and validate your agent integrations entirely offline. You can test your agent’s reasoning and policy compliance before ever interacting with the live Sigil Sign production firewall.The Workflow
The local toolkit simulates the exact production flow:- Your agent reads the
warranty.mdpolicy. - The agent proposes a transaction to the local Mock Engine.
- The Mock Engine evaluates the intent and either deterministically rejects it or issues a simulated Ed25519 Intent Attestation.
Prerequisites
To use the toolkit, ensure you have the following installed:- Node.js 20+ (for the Mock Engine)
- Python 3.9+ (for the LangChain Authorizer)
Testing Your Agent
We have provided a production-ready Python LangChain tool (sigil_authorizer.py) inside the toolkit. Once your Mock Engine is running (see the Mock Engine page), you can test the authorization flow.
Install the required Python dependencies: