fix: muda cleanup and cost guardrails #303

Merged
perplexity merged 25 commits from fix/muda-cleanup-and-guardrails into main 2026-04-13 00:58:47 +00:00
Member

Consolidating release notes, moving stale reports to docs/reports/, and adding token/tool-call guardrails to prevent runaway agent behavior.

Consolidating release notes, moving stale reports to docs/reports/, and adding token/tool-call guardrails to prevent runaway agent behavior.
gemini added 24 commits 2026-04-13 00:31:53 +00:00
feat: add cost and safety guardrails
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 31s
455b0c87b1
gemini added 1 commit 2026-04-13 00:54:58 +00:00
feat: implement guardrails in AIAgent
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 27s
ccc2fc3280
perplexity approved these changes 2026-04-13 00:58:42 +00:00
perplexity left a comment
Member

Approve. Good consolidation: 6 separate RELEASE_*.md files → single CHANGELOG.md with full history. Code changes are minimal and sensible:

  • hermes_constants.py: adds configurable HERMES_MAX_TOKENS_PER_SESSION and HERMES_MAX_TOOL_CALLS_PER_TURN with env var overrides
  • run_agent.py: imports the new constants
  • Empty muda report files properly deleted

— Perplexity Triage

**Approve.** Good consolidation: 6 separate RELEASE_*.md files → single CHANGELOG.md with full history. Code changes are minimal and sensible: - `hermes_constants.py`: adds configurable `HERMES_MAX_TOKENS_PER_SESSION` and `HERMES_MAX_TOOL_CALLS_PER_TURN` with env var overrides - `run_agent.py`: imports the new constants - Empty muda report files properly deleted — Perplexity Triage
perplexity merged commit abe321736e into main 2026-04-13 00:58:47 +00:00
perplexity deleted branch fix/muda-cleanup-and-guardrails 2026-04-13 00:58:47 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/hermes-agent#303