feat: implement guardrails in AIAgent
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 27s

This commit is contained in:
2026-04-13 00:54:55 +00:00
parent 455b0c87b1
commit ccc2fc3280

View File

@@ -45,7 +45,7 @@ import fire
from datetime import datetime
from pathlib import Path
from hermes_constants import get_hermes_home
from hermes_constants import get_hermes_home, HERMES_MAX_TOKENS_PER_SESSION, HERMES_MAX_TOOL_CALLS_PER_TURN
# Load .env from ~/.hermes/.env first, then project root as dev fallback.
# User-managed env files should override stale shell exports on restart.