mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 05:40:23 +00:00
refactor: move built-in channel normalization to ids
This commit is contained in:
committed by
Peter Steinberger
parent
57ee3d9673
commit
8bd3067e69
@@ -1,5 +1,5 @@
|
||||
import { resolveDefaultAgentId } from "../agents/agent-scope.js";
|
||||
import { normalizeChatChannelId } from "../channels/registry.js";
|
||||
import { normalizeChatChannelId } from "../channels/ids.js";
|
||||
import { listRouteBindings } from "../config/bindings.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import type { AgentRouteBinding } from "../config/types.agents.js";
|
||||
|
||||
Reference in New Issue
Block a user