Releases: witnora/witnora-framework
Release list
Witnora Framework v0.1.0-preview.1 — Evaluation preview
Start here for evaluation
This is the first tagged source snapshot of Witnora Framework: open contracts and customer-owned runtime components for putting controls around Agent actions and checking their outcomes. Use this preview for local evaluation and scoped integration work.
Try the local walkthrough
Requirements: Node.js 20+ and Python 3.10+.
git clone --branch v0.1.0-preview.1 --depth 1 https://github.com/witnora/witnora-framework.git
cd witnora-framework
npm run demo:zero-to-receiptThe existing walkthrough uses a local purchase-order example, from DRAFT to SUBMITTED, with approval and retained evidence. Follow its prompts. It is not a live refund or a customer production integration. See the README for package-specific instructions.
What is included
- The existing public SDKs, runtime and MCP adapter, probe contracts, schemas, and test vectors.
- The Python offline verifier and trust bootstrap guide.
- A new security reporting policy: report sensitive issues privately to ziwei@witnora.com.
This release adds a versioned entry point and reporting guidance; it introduces no runtime behavior changes. The snapshot version is separate from individual package and protocol versions. Hosted Control Plane, Nora, and commercial provider implementations are not included.
Verification and boundaries
Commit: 7340e1a3199fdbd499b95fd6750022dfb7c1037a. Framework CI passed on this exact commit, including the configured JavaScript checks and Python tests.
This is a pre-release, with no production-readiness or long-term compatibility guarantee. Signature verification checks integrity and authenticity against a trusted key; business-outcome claims depend on the separately observed result and configured coverage. A valid signature alone does not prove an action was safe or successful.