mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:14:31 +00:00
build: fix ineffective dynamic imports with lazy boundaries (#33690)
Merged via squash.
Prepared head SHA: 38b3c23d6f
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
a4850b1b8f
commit
21e8d88c1d
7
src/agents/pi-tools.before-tool-call.runtime.ts
Normal file
7
src/agents/pi-tools.before-tool-call.runtime.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export { getDiagnosticSessionState } from "../logging/diagnostic-session-state.js";
|
||||
export { logToolLoopAction } from "../logging/diagnostic.js";
|
||||
export {
|
||||
detectToolCallLoop,
|
||||
recordToolCall,
|
||||
recordToolCallOutcome,
|
||||
} from "./tool-loop-detection.js";
|
||||
Reference in New Issue
Block a user