Results for “reliability” - 2 found
Compaction Discipline
Enforces safe context compaction for long-running agents. Use whenever an agent run is expected to exceed roughly 40 turns or 100K tokens.
Agentby tokencalculator
Verify, Do Not Assume
Prevents an agent from acting on state it never checked. Use in any agent with file, shell or API write access.
Agentby tokencalculator