Developer Toolkit: Quick Start
The Developer Toolkit provides a localized testing environment to build and validate your Agentic VC or DAO treasury integrations entirely offline. You can test your agent’s reasoning and policy compliance before ever interacting with the live Sigil OS production engine.The Workflow
The local toolkit simulates the exact production flow:- Your agent reads the
ASSURANCE.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: