mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-26 01:01:40 +00:00
chore(honcho): drop docs from PR scope, scrub commentary
- Revert website/docs and SKILL.md changes; docs unification handled separately - Scrub commit/PR refs and process narration from code comments and test docstrings (no behavior change)
This commit is contained in:
parent
78586ce036
commit
5f9907c116
7 changed files with 33 additions and 55 deletions
|
|
@ -463,7 +463,7 @@ def cmd_setup(args) -> None:
|
|||
current_dialectic = str(hermes_host.get("dialecticCadence") or cfg.get("dialecticCadence") or "1")
|
||||
print("\n Dialectic cadence:")
|
||||
print(" How often Honcho rebuilds its user model (LLM call on Honcho backend).")
|
||||
print(" 1 = every turn (default), 3+ = sparse (cost-saving).")
|
||||
print(" 1 = every turn (default), 3+ = sparse.")
|
||||
new_dialectic = _prompt("Dialectic cadence", default=current_dialectic)
|
||||
try:
|
||||
val = int(new_dialectic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue