openclaw/src/agents/lanes.ts

5 lines
162 B
TypeScript
Raw Normal View History

2026-01-20 10:50:18 +00:00
import { CommandLane } from "../process/lanes.js";
export const AGENT_LANE_NESTED = CommandLane.Nested;
export const AGENT_LANE_SUBAGENT = CommandLane.Subagent;