4 projects
znyx-sdk
Python SDK for the ZNYX Runtime API — enterprise-grade AI guardrails for production LLM applications
znyx-runtime
Znyx guardrails runtime: a lightweight FastAPI service that evaluates LLM traffic against policies. Rules-only out of the box; gains ML when pointed at a Znyx inference sidecar.
znyx-inference
Znyx inference sidecar: an optional HTTP service that serves ML models for model-backed guardrail detection. Boots dependency-free on a stub runner; add the [onnx] extra to serve real weights on CPU.
znyx-core
Znyx guardrails detection engine: detectors, policy resolution, and orchestration for LLM safety, usable in-process.