mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(termux): keep quiet chat output parseable
This commit is contained in:
parent
4970705ed3
commit
a3aed1bd26
3 changed files with 49 additions and 0 deletions
1
cli.py
1
cli.py
|
|
@ -8724,6 +8724,7 @@ def main(
|
|||
route_label=turn_route["label"],
|
||||
):
|
||||
cli.agent.quiet_mode = True
|
||||
cli.agent.suppress_status_output = True
|
||||
result = cli.agent.run_conversation(
|
||||
user_message=query,
|
||||
conversation_history=cli.conversation_history,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue