Bot Workflow Diagram

Montag can handle very complex workfflows, but can just as easilyget you up and running with a bot in a few clicks. To show the breadth of what happens when a user submits a query to a slack bot, we have created this diagram to show the various components that are involved in the process:

Montag Bot Workflow Steps:

Bot Workflow

Worthwhile annotations

  1. It is possible to replace “Slack client” with REST API call and start directly “Run the script” step.
  2. Once in a scripted environment, the script can still make queries to any allowed vector store, call other AI functions to handle multi-step processing such as Chain-of-Reasoning.
  3. The “eval” step also includes a point where the Resource Expanders activate and begin to add resource data to the prompt context.