mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
feat: personality
This commit is contained in:
parent
ebd2d83ef2
commit
371efafc46
3 changed files with 18 additions and 2 deletions
|
|
@ -842,7 +842,7 @@ export function App({ gw }: { gw: GatewayClient }) {
|
|||
return true
|
||||
|
||||
default:
|
||||
rpc('slash.exec', { command: cmd.slice(1), session_id: sid })
|
||||
gw.request('slash.exec', { command: cmd.slice(1), session_id: sid })
|
||||
.then((r: any) => {
|
||||
if (r?.output) {
|
||||
sys(r.output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue