Skip to main content

MultiChannelGatewayConfig

Defined in the config module.
AI Agent Configuration for multi-channel gateway mode. Loaded from gateway.yaml. Defines agents, channels, and routing. Attributes: gateway: Base gateway configuration agents: Agent configurations by ID (name → config dict) channels: Channel routing configurations by name

Properties

GatewayConfig
No description available.
Dict
No description available.
Dict[str, ChannelRouteConfig]
No description available.
List[Any]
No description available.
  • from_dict: Create from parsed YAML dictionary.
  • to_dict: Convert to dictionary.

Source

View on GitHub

praisonaiagents/gateway/config.py at line 986

Configuration Overview

Agent Config

Gateway Feature