mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
Introduce the Electron desktop app with a split app/chat/settings structure and shared nanostore state so UI areas own their state instead of routing it through the root.
6 lines
230 B
TypeScript
6 lines
230 B
TypeScript
'use client'
|
|
|
|
// Minimal stubs — attachment upload not wired in the desktop app yet.
|
|
export const ComposerAddAttachment = () => null
|
|
export const ComposerAttachments = () => null
|
|
export const UserMessageAttachments = () => null
|