Skip to main content
Version: 2.6

Reaktor AI Engine

This is the heart of the operaide platform providing you with the tools you need to develop, test and evaluate your custom reaktors.

reaktor_ai_engine_screen.png

Overview

Learn about the functionality of deployed Reaktor, understand which version is currently active and see which application provided this Reaktor.

Metrics

Tracks each execution of the Reaktor. Provides information about successfull and failed runs. The data can be aggregated for different time frames.

API

Use the referenced Swagger UI to integrate the Reaktor in another process or system. It shows the required inputs for the rest call, as well as teh response.

Get an API Key from the Settings, to test it out directly! You can also use the openapi.json link, to generate a client rest call.

Settings

Each Reaktor can define its own settings using the aktorSetting() Aktor. These allow to reconfigure a deployed Reaktor Instance, without updating its source code. On registration of the Reaktor, all settings are collected, to create a basic Settings Form.

Make sure to always specify the appropriate type information as zod type, when defining a setting.

Execution

The Execution Tab allows you to try out and test the reaktor, directly from the UI. It uses the same input and output information used in the rest endpoint, to display an Input and Output Form.

Diagram

This diagram provides a visual representation of the flow of the Reaktor. It shows the individual aktors, inputs and settings and how they are connected.