feat: add tool repetition monitoring to prevent infinite loops (#2527)

This commit is contained in:
Max Novich
2025-05-14 14:46:37 -07:00
committed by GitHub
parent 70020f1b45
commit 4e1b091d91
6 changed files with 139 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ pub mod providers;
pub mod recipe;
pub mod session;
pub mod token_counter;
pub mod tool_monitor;
pub mod tracing;