mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Merge branch 'main' into fix/tui-provider-resolution
This commit is contained in:
commit
ec374c0599
625 changed files with 68938 additions and 11055 deletions
|
|
@ -2,7 +2,7 @@ import json
|
|||
import signal
|
||||
import sys
|
||||
|
||||
from tui_gateway.server import handle_request, resolve_skin, write_json
|
||||
from tui_gateway.server import dispatch, resolve_skin, write_json
|
||||
|
||||
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
||||
signal.signal(signal.SIGINT, signal.SIG_IGN)
|
||||
|
|
@ -28,7 +28,7 @@ def main():
|
|||
sys.exit(0)
|
||||
continue
|
||||
|
||||
resp = handle_request(req)
|
||||
resp = dispatch(req)
|
||||
if resp is not None:
|
||||
if not write_json(resp):
|
||||
sys.exit(0)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue