tool-loop-break 0.1.0

Detect repeated agent tool invocations to break runaway loops. Tracks recent (tool, args_hash) tuples and signals a loop when count exceeds a threshold. Zero deps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tool-loop-break"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
description = "Detect repeated agent tool invocations to break runaway loops. Tracks recent (tool, args_hash) tuples and signals a loop when count exceeds a threshold. Zero deps."
authors = ["Mukunda Rao Katta <mukunda.vjcs6@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/tool-loop-break"
homepage = "https://github.com/MukundaKatta/tool-loop-break"
documentation = "https://docs.rs/tool-loop-break"
readme = "README.md"
keywords = ["agent", "loop", "tool-call", "guardrail", "runaway"]
categories = ["algorithms", "data-structures"]
exclude = [".github/*", "target/*"]