Agent Rules Checker

Overview

Agent Rules Checker is a framework that runs a set of predefined business/compliance checks that can be used in any industry. Simply write your rules in natural language and describe the scenarios where each check passes or fails. Agent Rules Checker reads the documents + data and outputs a boolean result along with a thought process.

Embedded Mode - Leverage the rules engine within an existing application. In this option, the rules engine provides only a utility service for executing checks. In your wrapper application, you will have a record that tracks the workflow and you may define your own business logic based on the results of the checks.

Standalone Mode - The rules engine provides the full life-cycle of the case. You will use the provided Rules Case record in this application as your primary record to track the workflow. You will define when the case routes to a human using one of the provided options and use the UIs in this application to close the case.

Key Features & Functionality

  • Front end rules configs using natural language
  • Built-in accuracy metrics for human reconciliation
  • Configurable confidence scores
Anonymous