mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 17:27:37 +08:00
chore: formatting etc
This commit is contained in:
@@ -43,3 +43,10 @@ export interface SecretReq {
|
||||
prompt: string
|
||||
requestId: string
|
||||
}
|
||||
|
||||
/** From `commands.catalog` — mirrors hermes_cli.commands COMMANDS + SUBCOMMANDS + skills. */
|
||||
export interface SlashCatalog {
|
||||
canon: Record<string, string>
|
||||
pairs: [string, string][]
|
||||
sub: Record<string, string[]>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user