mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
fmt(js): npm run fix on merge (#68065)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2bb531b67a
commit
3d7e1c5f43
1 changed files with 1 additions and 7 deletions
|
|
@ -14,13 +14,7 @@ import { useOnProfileSwitch } from '../hooks/use-on-profile-switch'
|
|||
import { PanelEmpty } from '../overlays/panel'
|
||||
|
||||
import { ConfigField } from './config-field'
|
||||
import {
|
||||
enumOptionsFor,
|
||||
getNested,
|
||||
isExternalMemoryProvider,
|
||||
sectionFieldEntries,
|
||||
setNested
|
||||
} from './helpers'
|
||||
import { enumOptionsFor, getNested, isExternalMemoryProvider, sectionFieldEntries, setNested } from './helpers'
|
||||
import { MemoryConnect } from './memory/connect'
|
||||
import { ProviderConfigPanel } from './memory/provider-config-panel'
|
||||
import { ModelSettings, ModelSettingsSkeleton } from './model-settings'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue