📄️ Introduction
The backend architechture of EASEx contains the primary proxy server that houses the following components
📄️ NLU
The NLU (Natural Language Unit) lies at the heart of EASEx and is responsible for the following processes:
📄️ R3D
The R3D (3D Rendering Unit) is responsible for rendering the embodied agent. It comprises:
📄️ Scheduler
The scheduler is the brain of the entire architecture of EASEx. It is the central point of communication between the clients and the backend services, manages all the databases, coordinates and distributes tasks to the NLU and R3D, processes all metrics, and is capable of a lot more. The internal function of the scheduler is not necessary for usage of EASEx. Developers are requested to kindly have a look at the GoDoc below:
📄️ GraphQL Schema
Table of Contents