0465GitHub
OpenDecision
Open-source semantic decision engine: state, a question in natural language, and answer criteria in; a structured decision out.
deepanwadhwa/OpenDecisionREADME ↗
OpenDecision</h1> <p>Open-source semantic decisions for structured state and documents.</p> <p> <a href="https://github.com/deepanwadhwa/OpenDecision/actions/workflows/tests.yml"><img alt="Tests" src="https://github.com/deepanwadhwa/OpenDecision/actions/workflows/tests.yml/badge.svg"></a> <a href="https://pypi.org/project/OpenDecision/"><img alt="Version" src="https://img.shields.io/pypi/v/OpenDecision?label=version&color=2563eb"></a> <a href="https://pypi.org/project/OpenDecision/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/OpenDecision?color=2563eb"></a> <a href="https://github.com/deepanwadhwa/OpenDecision/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/pypi/l/OpenDecision?color=2563eb"></a> <a href="https://github.com/deepanwadhwa/OpenDecision/actions/workflows/docs.yml"><img alt="Documentation" src="https://github.com/deepanwadhwa/OpenDecision/actions/workflows/docs.yml/badge.svg"></a> </p> <p> <a href="https://deepanwadhwa.github.io/OpenDecision/">Documentation</a> · <a href="#play-doom">Doom demo</a> · <a href="#get-started">Get started</a> · <a href="#api-surface">API</a> · <a href="https://deepanwadhwa.github.io/OpenDecision/examples/">Examples</a> </p> </div> OpenDecision is the open-source equivalent of [TypeSafe's Jev](https://docs.typesafe.ai/introduction). Send it application state or a document and typed questions. It returns structured answers that code can use directly. Jev and OpenDecision use the same core pattern: state plus typed questions in, structured answers out. Both provide `Choice`, `Noul`, and `Score`. OpenDecision provides: - `Choice` to select one option from a list. - `Noul` to measure whether a statement is true. - `Score` to place state on an ordered scale. - `Relation` t