henryZhouLikeStudy
dsh-lattice-desktop
DSH Lattice desktop client: local PC web UI for multi-agent group chat and AGENT CLI contact management
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 14, 2026
- Updated
- Aug 14, 2026
Introduction
DSH Lattice Desktop
Local PC web UI for DSH Lattice: folder + conversation organization, group chat with AGENT CLI members, task dispatch with live progress streaming, and external-agent (contact) management.
Run
pnpm install
pnpm build
pnpm start
# open http://127.0.0.1:4310
Concepts
- Folder: organizes conversations.
- Conversation: a group chat room with AGENT CLI members.
- Member: a registered contact (external AGENT CLI) added to a conversation.
- Dispatcher:
harness(run all members) orcodex(route to the codex member first). - Contact: an address-book entry pointing at an AGENT CLI command (e.g.
claude -p,kimi -p,codex exec).