openclaw / src /agents /command /attempt-execution.runtime.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
e249c6d verified
Raw
History Blame Contribute Delete
670 Bytes
// Runtime barrel for attempt execution. Kept separate so callers can import the
// light shared helpers without pulling the full command attempt graph.
export {
buildAcpResult,
createAcpToolLifecycleTracker,
createAcpVisibleTextAccumulator,
emitAcpAssistantDelta,
emitAcpLifecycleEnd,
emitAcpLifecycleError,
emitAcpLifecycleStart,
emitAcpPromptSubmitted,
emitAcpRuntimeEvent,
persistAcpTurnTranscript,
persistCliTurnTranscript,
resolveAcpLifecycleEndFields,
resolveCliTranscriptReplyText,
runAgentAttempt,
sessionTranscriptHasContent,
} from "./attempt-execution.js";
export type { AcpToolLifecycleTracker } from "./attempt-execution.js";