mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(honcho): use sanitize regexes, collapse session key hyphens, gate cadence after tool call
This commit is contained in:
parent
3387394a25
commit
af5bbda7d2
3 changed files with 9 additions and 4 deletions
|
|
@ -774,6 +774,8 @@ class HonchoMemoryProvider(MemoryProvider):
|
|||
reasoning_level=reasoning_level,
|
||||
peer=peer,
|
||||
)
|
||||
# Update cadence tracker so auto-injection respects the gap after an explicit call
|
||||
self._last_dialectic_turn = self._turn_count
|
||||
return json.dumps({"result": result or "No result from Honcho."})
|
||||
|
||||
elif tool_name == "honcho_context":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue