Class OpenClawRoutingConfig
Top-level routing configuration for the OpenClaw bridge.
public sealed class OpenClawRoutingConfig
- Inheritance
-
OpenClawRoutingConfig
- Inherited Members
Properties
AgentProfiles
Named agent profiles that channels can reference.
public IDictionary<string, OpenClawAgentProfileConfig> AgentProfiles { get; set; }
Property Value
AutoConnect
Whether to connect to OpenClaw automatically on startup.
public bool AutoConnect { get; set; }
Property Value
Channels
Per-channel routing overrides keyed by OpenClaw channel name (e.g., "discord", "signal").
public IDictionary<string, OpenClawChannelRouteConfig> Channels { get; set; }
Property Value
DefaultMode
Default routing mode for channels without explicit configuration.
public OpenClawRoutingMode DefaultMode { get; set; }