mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
Revert "Merge pull request #30179 from NousResearch/feat/iron-proxy"
This reverts commit8790adc4c6, reversing changes made tofe5054bccf.
This commit is contained in:
parent
8790adc4c6
commit
c6dc7c03c3
29 changed files with 29 additions and 8363 deletions
4
cli.py
4
cli.py
|
|
@ -8584,10 +8584,6 @@ class HermesCLI(CLIAgentSetupMixin, CLICommandsMixin):
|
|||
self._show_gateway_status()
|
||||
elif canonical == "status":
|
||||
self._show_session_status()
|
||||
elif canonical == "egress":
|
||||
from hermes_cli.proxy_cli import format_status_text
|
||||
|
||||
self._console_print(format_status_text(), highlight=False, markup=False)
|
||||
elif canonical == "statusbar":
|
||||
self._status_bar_visible = not self._status_bar_visible
|
||||
state = "visible" if self._status_bar_visible else "hidden"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue