Revert "feat: add two-layer tool call validation system (proactive + reactive) (#249)"

This reverts commit 9bc2360d31.
This commit is contained in:
YeonGyu-Kim
2025-12-26 04:12:12 +09:00
parent f9234a6a5e
commit 6160730f24
9 changed files with 8 additions and 282 deletions

View File

@@ -21,4 +21,3 @@ export { createKeywordDetectorHook } from "./keyword-detector";
export { createNonInteractiveEnvHook } from "./non-interactive-env";
export { createInteractiveBashSessionHook } from "./interactive-bash-session";
export { createEmptyMessageSanitizerHook } from "./empty-message-sanitizer";
export { createToolCallValidatorHook } from "./tool-call-validator";