mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
chore(tui): sort imports
This commit is contained in:
parent
a5319fb7af
commit
4d3e3a738d
2 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import {
|
||||||
STREAM_TYPING_BATCH_MS
|
STREAM_TYPING_BATCH_MS
|
||||||
} from '../config/timing.js'
|
} from '../config/timing.js'
|
||||||
import type { SessionInterruptResponse, SubagentEventPayload } from '../gatewayTypes.js'
|
import type { SessionInterruptResponse, SubagentEventPayload } from '../gatewayTypes.js'
|
||||||
import { hasReasoningTag, splitReasoning } from '../lib/reasoning.js'
|
|
||||||
import { appendToolShelfMessage, isToolShelfMessage } from '../lib/liveProgress.js'
|
import { appendToolShelfMessage, isToolShelfMessage } from '../lib/liveProgress.js'
|
||||||
|
import { hasReasoningTag, splitReasoning } from '../lib/reasoning.js'
|
||||||
import {
|
import {
|
||||||
boundedLiveRenderText,
|
boundedLiveRenderText,
|
||||||
buildToolTrailLine,
|
buildToolTrailLine,
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ import type { Theme } from '../theme.js'
|
||||||
import type { ActiveTool, DetailsMode, Msg, SectionVisibility } from '../types.js'
|
import type { ActiveTool, DetailsMode, Msg, SectionVisibility } from '../types.js'
|
||||||
|
|
||||||
import { Md } from './markdown.js'
|
import { Md } from './markdown.js'
|
||||||
import { TodoPanel } from './todoPanel.js'
|
|
||||||
import { ToolTrail } from './thinking.js'
|
import { ToolTrail } from './thinking.js'
|
||||||
|
import { TodoPanel } from './todoPanel.js'
|
||||||
|
|
||||||
export const MessageLine = memo(function MessageLine({
|
export const MessageLine = memo(function MessageLine({
|
||||||
cols,
|
cols,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue