{% extends "admin/base.html" %} {% block title %}Bot Mode{% endblock %} {% block header_title %}External Bot Connectors{% endblock %} {% block content %}

Bot Orchestration is Active

Bridge your AI cognitive graphs to messaging apps. Connection tokens are stored using AES-256 encryption.

How it works

Incoming messages trigger the Target Workflow. The Hub resolves the model or graph, executes the request, and sends the final answer back to the platform.

Telemetry

Bot requests appear in the Live System Flow with a "BOT" badge. You can monitor latency and speed as your bots interact with users.

Deploy New Connector

Configuration Guide

{% for b in bots %} {% endfor %}
Bot Name Platform Workflow Target Status Actions
{{ b.name }} {{ b.platform }} {{ b.target_workflow }} {% if b.is_active %} ● RUNNING {% else %} ○ STOPPED {% endif %}
{% endblock %}