@agentkit-js/model-doubao
v0.2.0
Published
Doubao (Volcengine Ark) model adapter for agentkit-js
Readme
@agentkit-js/model-doubao
Doubao / Volcengine Ark adapter — thinking tiers + auto-prefix / ark-context cache strategies.
Part of agentkit-js — a TypeScript + WASM agent runtime.
Install
npm install @agentkit-js/model-doubao @agentkit-js/coreUsage
import { DoubaoModel, DoubaoModels } from "@agentkit-js/model-doubao";
const model = new DoubaoModel(DoubaoModels.DOUBAO_SEED_1_6, {
apiKey: process.env.DOUBAO_API_KEY,
thinking: { mode: "enabled", effort: "high" },
});⚠️ Compliance — Volcengine Ark may store request/response data per its terms of service. Review your data residency requirements before using in production.
License
Apache-2.0 — © agentkit-js contributors
