You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dash
695000b710
feat: add xllm package with streaming provider adapters
Introduce @dm/xllm with a unified request/response model, streaming AsyncIterable events, and adapter-based support for OpenAI-compatible and DeepSeek backends. Add an example integration that demonstrates provider/model switching via Vite env variables and direct stream output consumption.
Made-with: Cursor
3 months ago
.changeset
feat: 更新依赖项,优化配置,添加 README 文档
4 months ago
.vscode
feat: add crypto-wasm package for SM4 encryption/decryption, update dependencies, and enhance build scripts
4 months ago
buildin/ dm
feat: add release script to package.json and mark dm package as private
4 months ago
docs/superpowers/ specs
feat: add xllm package with streaming provider adapters
3 months ago
packages
feat: add xllm package with streaming provider adapters
3 months ago
.gitignore
feat: add crypto-wasm package for SM4 encryption/decryption, update dependencies, and enhance build scripts
4 months ago
.oxlintrc.json
init
4 months ago
.prettierrc.json
init
4 months ago
bun.lock
feat: add crypto-wasm package for SM4 encryption/decryption, update dependencies, and enhance build scripts
4 months ago
lefthook.yml
init
4 months ago
package.json
feat: add release script to package.json and mark dm package as private
4 months ago
readme.md
feat: add crypto-wasm package for SM4 encryption/decryption, update dependencies, and enhance build scripts
4 months ago
tsconfig.base.json
feat: add crypto-wasm package for SM4 encryption/decryption, update dependencies, and enhance build scripts
4 months ago
tsconfig.json
feat: 更新 dm 包及其子包,添加新功能和配置
4 months ago
tsconfig.node.json
feat: 更新 dm 包及其子包,添加新功能和配置
4 months ago
tsconfig.vitest.json
feat: 更新 dm 包及其子包,添加新功能和配置
4 months ago
vitest.workspace.ts
feat: rename package to dm-root and update workspace scripts
4 months ago
要求
wasm
安装rust环境
cargo install wasm-pack
开发
安装依赖bun install,之后需要运行bun run cli:build命令安装内部命令行.
注意
开发时不同包之间的的引用最好直接写报名,不要携带路径,统一导出
最好统一包的入口为src/index.ts
包的导出记得加上"development": "./src/index.ts"
wasm包文件夹类似与*-wasm
子包安装依赖
cd packages/stuff-a
bun add zod