
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@agentkit-js/model-qwen
Advanced tools
Qwen3 (Alibaba DashScope) adapter — enable_thinking + thinking_budget, intl region routing.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/model-qwen @agentkit-js/core
import { QwenModel, QwenModels } from "@agentkit-js/model-qwen";
const model = new QwenModel(QwenModels.QWEN3_MAX, {
apiKey: process.env.DASHSCOPE_API_KEY,
region: "intl", // or "cn"
enable_thinking: true,
thinking_budget: 10000,
});
⚠️ Compliance — Review Alibaba Cloud DashScope terms for cross-border data transfer rules.
Apache-2.0 — © agentkit-js contributors
FAQs
Qwen (Alibaba DashScope) model adapter for agentkit-js
The npm package @agentkit-js/model-qwen receives a total of 6 weekly downloads. As such, @agentkit-js/model-qwen popularity was classified as not popular.
We found that @agentkit-js/model-qwen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.