Skip to main content

Workflow

You can access your workflow by clicking on Agent workflow in the left navigation menu.

It is structured into 4 main steps:

  • Preprocess: In this step, you can rephrase the user question or enrich it in order to make it more efficient and more likely to produce relevant matches when performing the retrival step.
  • Retrieval context: This step will run all the information retrieval needed to produce the answer.
  • Generation: Here, you use the retrieved information to produce the expected output.
  • Postprocess: In this last step, you can assess the quality of the output or trigger external actions.

Preprocess

In Preprocess, Rephrase is only available agent at the moment.

It rephrases the user question in order to perform better in the retrieval step. You can orient the way the rephrasing is done by specifying some rules. You may also specify a Knowledge Box that will be searched to collect relevant information to rephrase the question.

Retrieval context

Ask

This agent is able to perform a call to your Knowledge Boxes defined in your drivers.

You can select one or several Knowledge Boxes, and then you need to enter the search and RAG parameters to apply.

Perplexity and Google

These two agents let you call the Perplexity and Google defined in your drivers.

MCP

This agent makes MCP calls to the MCP servers defined in your drivers.

Generation

In Generation, Summarize is only available agent at the moment.

It takes all the retrieved content from the previous step and phrases an answer according the user question.

Postprocess

Validation

This agent uses the REMi model to estimate the validity of the answer.

External Call

This agent makes an HTTP call to any external endpoint, that way the result of the workflow can be used to trigger an action.