Generated from the build. Dev scope, synthetic SOP data.

Purpose

A staff-facing assistant in Microsoft Teams that answers policy and procedure questions from an organization's own SOPs rather than a model's general training. One router agent classifies each question and delegates to the right role-scoped specialist. Each specialist answers only from its own knowledge base and declines when its sources do not cover the question.

Components

Flows

  1. A staff member asks a question in Teams.
  2. Azure Bot Service posts the activity to the n8n webhook, which returns 200 immediately.
  3. The router classifies the question and calls the matching specialist.
  4. The specialist retrieves from its knowledge base and drafts a grounded answer, or declines if undocumented.
  5. The answer is posted back to Teams as a proactive message.

Dependencies