Skip to main content
The Robotic Assistant is a simple assistant that executes a curated sequence of modules you configure. It allows you to quickly add modules to your pipeline and then use the assistant to process documents. The Robotic Assistant is a great way to get started with modules - you can create a project in Kodexa, then if you choose Manage Project and choose the Data Flow tab. Here you will see a diagram showing how your components and assistants are connected. If you have a Robotic Assistant in the data flow you can also see the modules that the assistant will use just below it. Robotic Assistant

The Robotic Assistant and the Module Runtime

The Robotic Assistant basically schedules work and passes documents to the module runtime that the module declared it will use. This means that when you ask to train the Robotic Assistant, it will actually create a training pipeline that will train all the trainable modules in this pipeline, passing the training store to the module runtime for each of the modules. While the assistant allows us to surface the modules and pipelines, the actual work of calling the module runtime performs the module.