ebi-agent-chat-relay
by ebibibi
Relay agents to Discord and Teams with ag-ui and LLM adapters
Overview
Connects multiple frontends (Discord, Microsoft Teams) to agent backends like Claude Code, Codex, and local models. Acts as a relay that forwards messages between chat platforms and AG-UI-compatible agents, normalizing inputs and outputs for multi-source interaction. Includes adapters for different LLM providers and a simple routing layer to run agents from chat clients without embedding model logic in the frontend. AG-UI Protocol and Dynamic Task Routing Pattern help standardize how these routes are managed across frontends.
The Value Proposition
Ideal For
Teams prototyping multi-fronted agents who want a quick way to run Claude/Codex/local agents from Discord or Microsoft Teams. For a aligned approach to context and interactions, consider the Model Context Protocol (MCP) and related patterns to integrate smoothly with AG-UI capable workflows.
Applications
- Route user messages from Discord/Teams to different LLM backends for side-by-side comparison
- Capture consistent interaction logs across chat frontends for downstream evaluation
- Prototype agent delegation patterns by forwarding tasks to specialist models without changing the frontend