UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

14 lines (13 loc) 223 B
//#region src/process/lanes.ts const STATIC_COMMAND_LANES = [ "main", "system-agent", "cron", "cron-nested", "hook-dispatch", "background", "subagent", "nested" ]; //#endregion export { STATIC_COMMAND_LANES as t };