Table of Contents

Enum OpenClawRoutingMode

Namespace
JD.AI.Channels.OpenClaw.Routing
Assembly
JD.AI.Channels.OpenClaw.dll

Determines how messages from an OpenClaw channel are handled by JD.AI.

public enum OpenClawRoutingMode

Fields

Intercept = 1

JD.AI hijacks the session, suppresses OpenClaw's agent, and responds instead.

Passthrough = 0

JD.AI observes events for logging/analytics but never responds.

Proxy = 2

Dedicated session with no OpenClaw agent — JD.AI is the sole backend.

Sidecar = 3

Both systems run; JD.AI only responds to messages matching a trigger pattern.