Enum OpenClawRoutingMode
Determines how messages from an OpenClaw channel are handled by JD.AI.
public enum OpenClawRoutingMode
Fields
Intercept = 1JD.AI hijacks the session, suppresses OpenClaw's agent, and responds instead.
Passthrough = 0JD.AI observes events for logging/analytics but never responds.
Proxy = 2Dedicated session with no OpenClaw agent — JD.AI is the sole backend.
Sidecar = 3Both systems run; JD.AI only responds to messages matching a trigger pattern.