-
-
Notifications
You must be signed in to change notification settings - Fork 1
Sovereign_Agent_v1_Neg_Experience_Cache_Update #21
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
StatusShow more project fields
Todo
Sovereign Agent v1 (Negative Experience Cache Update)
Cross-session memory system that tracks failed tool executions and prevents repeating ineffective actions.
Identical tool attempts are hashed and recognized across sessions for consistent behavior control.
Failed tool patterns are retried once, then automatically blacklisted to reduce wasted execution cycles.
All tool steps now pass through should_attempt() before execution.
Failed attempts are logged with reason tracking; successful retries clear outdated negative memory.
Cache stats, dumps, and logging improvements for debugging agent decision history.
Reduced redundant tool calls and improved decision routing in iterative engagement cycles.