mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:21:23 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export const AGENT_LANE_NESTED = "nested" as const;
|
|
export const AGENT_LANE_SUBAGENT = "subagent" as const;
|