tool-loop-guard 0.1.0

Detect when an LLM agent gets stuck calling the same tool with the same args. Sliding-window guard that raises on repeated (tool_name, args) pairs. Custom key function support, zero heavy deps.
Documentation
[package]
name = "tool-loop-guard"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
description = "Detect when an LLM agent gets stuck calling the same tool with the same args. Sliding-window guard that raises on repeated (tool_name, args) pairs. Custom key function support, zero heavy deps."
authors = ["Mukunda Rao Katta <mukunda.vjcs6@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/tool-loop-guard-rs"
homepage = "https://github.com/MukundaKatta/tool-loop-guard-rs"
documentation = "https://docs.rs/tool-loop-guard"
readme = "README.md"
keywords = ["llm", "agents", "loop", "tool", "safety"]
categories = ["api-bindings"]
exclude = [".github/*", "target/*"]

[dependencies]
serde_json = "1"

[dev-dependencies]
serde_json = "1"