mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 08:21:11 +00:00
refactor(agents): dedupe workspace and session tool flows
This commit is contained in:
@@ -15,6 +15,7 @@ export {
|
||||
export type { SessionReferenceResolution } from "./sessions-resolution.js";
|
||||
export {
|
||||
isRequesterSpawnedSessionVisible,
|
||||
isResolvedSessionVisibleToRequester,
|
||||
listSpawnedSessionKeys,
|
||||
looksLikeSessionId,
|
||||
looksLikeSessionKey,
|
||||
@@ -23,6 +24,7 @@ export {
|
||||
resolveMainSessionAlias,
|
||||
resolveSessionReference,
|
||||
shouldResolveSessionIdInput,
|
||||
shouldVerifyRequesterSpawnedSessionVisibility,
|
||||
} from "./sessions-resolution.js";
|
||||
import { extractTextFromChatContent } from "../../shared/chat-content.js";
|
||||
import { sanitizeUserFacingText } from "../pi-embedded-helpers.js";
|
||||
|
||||
Reference in New Issue
Block a user