mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat: cute spinners
This commit is contained in:
parent
b50d81f212
commit
af0f4a52fe
11 changed files with 1429 additions and 240 deletions
|
|
@ -53,9 +53,7 @@ export const MessageLine = memo(function MessageLine({
|
|||
})()
|
||||
|
||||
return (
|
||||
<Box flexDirection="column">
|
||||
{(msg.role === 'user' || msg.role === 'assistant') && <Text> </Text>}
|
||||
|
||||
<Box flexDirection="column" marginTop={msg.role === 'user' ? 1 : 0}>
|
||||
<Box>
|
||||
<Box flexShrink={0} width={3}>
|
||||
<Text bold={msg.role === 'user'} color={prefix}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue