Phase 4: Cognitive Lattice
The Context
Agents frequently get stuck in deterministic loops (e.g., read_file -> parse -> read_file). Instead of asking an LLM "is the agent stuck?", we can mathematically prove it by analyzing the entropy of the action sequence.
Tasks
Part of Epic #651
Phase 4: Cognitive Lattice
The Context
Agents frequently get stuck in deterministic loops (e.g.,
read_file->parse->read_file). Instead of asking an LLM "is the agent stuck?", we can mathematically prove it by analyzing the entropy of the action sequence.Tasks
LoopEntropyDetector.collections.Counter.Part of Epic #651