mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
export const STREAM_BATCH_MS = 16
|
|
export const STREAM_IDLE_BATCH_MS = 16
|
|
export const STREAM_SCROLL_BATCH_MS = 96
|
|
export const STREAM_TYPING_BATCH_MS = 80
|
|
export const TYPING_IDLE_MS = 250
|
|
export const REASONING_PULSE_MS = 700
|