@chandlers/agent-ui
v0.1.0
Published
Shared React UI components (npm library only; hel remote publish uses agent-hel-react-comps).
Readme
@chandlers/agent-ui
React 组件库(仅 npm 包:tsup 产出 dist/,无 hel-micro 构建)。另含问数 SSE 分片折叠(src/sse-message-fold/,从包根 export)。
- monorepo 内:
agent通过vite.config.mts的resolve.alias直连src,改组件即热更新。 - hel-micro 远程发布:在
agent-hel-react-comps(rrc-xxx) 中依赖本包并执行该目录的npm run build/npm publish。
脚本
| 命令 | 说明 |
|------|------|
| pnpm run build | tsup → dist/(.js / .cjs + .d.ts) |
在 platform 根:pnpm --filter @chandlers/agent-ui run build。
