@agent-inspect/circuit 6.7.0 → 6.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Deterministic analyzers for loops, retries, stalls, and timeouts in traces.
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
**Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
|
|
7
|
+
|
|
5
8
|
## When to use
|
|
6
9
|
|
|
7
10
|
- Detect agent loops or excessive retries locally
|
|
@@ -42,9 +45,10 @@ Circuit/loop analysis helpers (see package exports).
|
|
|
42
45
|
|
|
43
46
|
- [Performance](https://github.com/rajudandigam/agent-inspect/blob/main/docs/PERFORMANCE.md)
|
|
44
47
|
|
|
48
|
+
|
|
45
49
|
## Version
|
|
46
50
|
|
|
47
|
-
|
|
51
|
+
Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
|
|
48
52
|
|
|
49
53
|
## License
|
|
50
54
|
|