feat: implement guardrails in AIAgent
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 27s
Some checks failed
Forge CI / smoke-and-build (pull_request) Failing after 27s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user