Clay
Clay
Closes #144 ## Summary - Add `-v`/`--verbose` flag (stackable: -v, -vv, -vvv) for increasing log verbosity - Add `--debug` flag as shortcut for maximum verbosity (-vvv) - Logs output to...
## Problem The codebase uses 6+ incompatible ID formats across different subsystems, making it impossible to: - Track events across their lifecycle - Reference events consistently between components - Build...
## Problem LLMs have degraded attention for content in the middle of long contexts (~20% recall vs ~80% at start/end). In Strix: - Critical security findings discovered early get buried...
## Problem Tool outputs (nmap, ffuf, sqlmap, etc.) are currently kept in conversation history and sent to the LLM on every subsequent iteration until memory compression triggers at 90K tokens....
## Summary Add stackable verbosity flags (`-v`, `-vv`, `-vvv`) and a `--debug` shortcut to control logging output, enabling better debugging of agent behavior and LLM interactions. ## Use Case Currently,...