The primary package for executing and verifying governance decisions. Bundles everything you need for production use.Documentation Index
Fetch the complete documentation index at: https://docs.manthan.systems/llms.txt
Use this file to discover all available pages before exploring further.
Install
@parmanasystems/core bundles CJS dependencies. Do NOT set "type": "module" in package.json. Wrap all async code in an async function - do not use top-level await.Key exports
| Export | Description |
|---|---|
executeFromSignals | Execute a governed decision against a policy |
verifyAttestation | Verify an attestation’s signature and invariants |
LocalSigner | Ed25519 signer backed by Node.js crypto |
LocalVerifier | Ed25519 verifier backed by Node.js crypto |
MemoryReplayStore | In-process replay store for development and testing |
RedisReplayStore | Redis-backed replay store for production |
approveOverride | Record a human override for a pending decision |
getRuntimeManifest | Get the current runtime manifest |
LocalValidator | Multi-stage attestation validator |
Quick example
See also
- Quickstart - end-to-end example with policy setup
- API Reference - full function signatures and types
- Production Checklist - before going live