mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-02 02:01:47 +00:00
feat: cute spinners
This commit is contained in:
parent
b50d81f212
commit
af0f4a52fe
11 changed files with 1429 additions and 240 deletions
|
|
@ -60,8 +60,6 @@ export const ROLE: Record<Role, (t: Theme) => { body: string; glyph: string; pre
|
|||
user: t => ({ body: t.color.label, glyph: t.brand.prompt, prefix: t.color.label })
|
||||
}
|
||||
|
||||
export const SPINNER = ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']
|
||||
|
||||
export const TOOL_VERBS: Record<string, string> = {
|
||||
browser: '🌐 browsing',
|
||||
clarify: '❓ asking',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue