🧰 Multi-provider AI toolkit — 18 modules: Embedding, LLM, RAG, Agent, Vision, TTS, STT, Image Gen, Tool Calling, Structured Output, Smart Router, Failover, and more. One interface, any model.
多模型 AI 智能体工具库 · Multi-provider AI toolkit for agents
20 个大模型 · 15 个向量化引擎 · 38 个功能模块 · 零锁定
🇨🇳 完整中文文档 · Quick Start · Providers · Modules
</div>构建 AI 智能体不应被锁定在单一供应商。AgentKits 提供统一接口,覆盖 20+ 大模型和 15+ 向量化引擎。切换模型只需改一个配置,无需重写代码。
🇨🇳 深度支持中国大模型生态:通义千问、智谱AI、月之暗面、零一万物、硅基流动、阶跃星辰、百川智能、DeepSeek深度求索、MiniMax — 一等公民,不是附加品。
import { createChat, createEmbedding } from 'agentkits';
// 切换供应商只需改一个词
const chat = createChat({ provider: 'deepseek' }); // 深度求索
const reply = await chat.complete('解释量子计算');
const emb = createEmbedding({ provider: 'dashscope' }); // 通义千问
const vector = await emb.embed('你好世界');
npm install agentkits
import { createChat } from 'agentkits';
// 使用任意供应商
const chat = createChat({ provider: 'deepseek', model: 'deepseek-chat' });
const reply = await chat.complete('你好!');
// 流式输出
for await (const chunk of chat.stream('给我讲个故事')) {
process.stdout.write(chunk.content ?? '');
}
import { createEmbedding } from 'agentkits';
const emb = createEmbedding({ provider: 'dashscope' }); // 通义千问向量化
const vector = await emb.embed('语义搜索');
const batch = await emb.embedBatch(['文档1', '文档2', '文档3']);
import { createToolChat, defineTool } from 'age
Open-source AI coding agent for the terminal. Claude Code-grade accuracy with smart model routing — uses the right AI model for each task, cutting costs 10x. Supports Claude, GPT, Gemini, DeepSeek & more.
A general-purpose Python framework for building LLM agents and multi-agent systems. "Four lines of code, an agent with memory."
Ultimate LLM API Integration Cookbook 2026 for Cursor & AI Agents
Ultimate Multi-Agent OS for Autonomous AI NPCs 2026
PrivateAgent is an open-source Android automation agent built with Flutter. It utilizes the DeepSeek API and native Android Accessibility Services to interpret screen layouts and execute multi-step tasks across any installed application via natural language commands.
把一队分工 Agent 织成一条写小说的流水线,做成桌面客户端;写作指纹让它越写越像你(BYO DeepSeek key,纯本地)。
Workflows from the Neura Market marketplace related to this DeepSeek resource