DeepSeek AI 發布 DeepSeek Harness 開發者預覽版:MIT 授權的代理框架,一切皆為外掛程式
DeepSeek released DeepSeek Harness v0.1 in developer preview and published the full source code under the MIT license.The project ships as dsh at deepseek-ai/deepseek-harness.
A harness is the layer between a model and the environment it acts in — the tools, files, sandboxes, and control loop that let an agent keep working.DeepSeek frames it as Agent = Model + Harness.
Most harnesses hard-code that layer: the agent loop, the tool registry, and the session store are fixed, and extension happens only at whatever hooks the authors exposed.Harness takes the opposite position, stated in the first lines of its README: everything is a plugin.
Models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI all sit behind Cordis plugin boundaries, and any of them can be selected, swapped, or extended in configuration without changing Harness source code.
That makes this a kit for assembling agent runtimes rather than a fixed coding assistant, and it is why the release matters more than the model announcement it shipped alongside.Is it deployable?Yes, but as developer infrastructure, not as a production agent product.v0.1 is a developer preview.
Company level: AI-native startups and platform or developer-experience teams inside mid-to-large enterprises that already run internal tooling.Regulated enterprises can pilot it locally because it is MIT-licensed and self-hosted.
Industries: Software and devtools, financial services and insurance (auditable agent runs), healthcare and pharma R&D, cloud and semiconductor vendors publishing reference agent stacks, and academic or industrial research labs benchmarking models.
Applications: Internal coding agents over private repositories, model evaluation inside a controlled two-tool environment, agent observability and run replay, custom sandbox and approval policies, and packaging house tooling as reusable plugins.
The Cordis kernel Harness runs on Cordis, a meta-framework whose design is set out in A Programming Paradigm for Spatiotemporal Composability.The kernel handles plugin mounting, unmounting, and dependencies.Capabilities live in the plugins, not in a privileged core.
Plugins cover models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI.Cordis services and events let them work together.Developers select, swap, or extend any capability in configuration, without changing Harness source code.
Four runtime modes Standard is the full coding agent: file editing, shell, file and web search, skills, planning, goals, subagents, and workflows.Code mode exposes those tools through a Code Mode SDK, so the model can combine multi-step operations in one TypeScript program.
Minimal keeps two tools, a persistent bash and strreplaceeditor, for benchmarking models in a bare environment.Creator mode adds runtime inspection, in-memory plugin experiments, and preset-authoring guidance.Every run is traceable Everything the model sees is written to an append-only session log.
That includes system prompts, reasoning, tool calls and results, subagent scheduling, and every context injection.The Trajectory view inspects those records by source.Resume, fork, search, and replay all operate on the same event stream.
Most agent frameworks log tool calls; recording every context injection is the sharper claim here.Model routing is also a plugin In Settings → Models, a DeepSeek API key takes effect on the next request without restarting the server.
The installed catalog adds providers such as Anthropic and OpenAI by API key.Bedrock, Vertex, Azure, and Codex need native credentials instead: AWS credentials and a region, an ADC project, an api-version, and OAuth respectively.Custom providers accept any OpenAI-compatible base URL and protocol.
Keys are write-only and stored in $DSH_HOME/.credentials.yaml; settings retain only a credential reference.Running it npx @deepseek-ai/dsh web starts the Web UI, served at http://127.0.0.1:3080 by default.From a checkout: git clone, pnpm install, pnpm run build, then pnpm dsh web.
A Python SDK ships as deepseek-harness-sdk and needs Python 3.10 or newer, on Linux x64, Linux arm64, or macOS 14+ on arm64.Its bundled runtime requires no system Node.js.(function () { var f = document.getElementById("dsh-explainer-frame"); if (!f) return; window.
addEventListener("message", function (e) { var d = e && e.data; if (!d || d.type !== "dsh-explainer-height") return; if (e.source !== f.contentWindow) return; var h = parseInt(d.height, 10); if (!isNaN(h) && h > 200 && h < 6000) f.style.
height = h + "px"; }, false); })(); Key Takeaways MIT-licensed, ships as dsh, and is a developer preview.The Cordis kernel makes models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and UI swappable plugins.
Four modes — Standard, Code, Minimal, Creator — each load a different default plugin set.An append-only session log captures every context injection; resume, fork, search, and replay share one event stream.
Provider-agnostic by design: DeepSeek, Anthropic, OpenAI, Bedrock, Vertex, Azure, Codex, and OpenAI-compatible endpoints.Check out the DeepSeek Harness product page, GitHub repository, Developer docs, DeepSeek announcement on X and Cordis.
Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?
Connect with us The post DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin appeared first on MarkTechPost.
Related
相關文章

仇太深,奧特曼炮轟A社“反人類”
量子位·2026年08月24日 16:01“Codex名字沒起好,我也沒用明白” 《奧特曼天降正義,小嘴抹毒暗諷A社“反人類”》!!這個標題有沒有港媒內味兒了(doge),您先別笑,這還真是奧特曼在最新採訪裡的大致意思。雖然沒有點名,但話裡話外就差直接報Dario Amodei的身份證號了。

消息稱字節整合 AI 生產力:TRAE、釦子併入豆包,將推統一辦公品牌“豆包工作”
作者:沁滄(實習) 責編:沁滄 評論: 感謝網友 HH_KK 的線索投遞!8 月 24 日消息,據智能湧現消息,字節跳動對旗下的辦公 AI 產品完成了一輪團隊整合:TRAE、釦子(Coze)團隊將整體併入豆包體系,其中 TRAE Work、釦子將與豆包在工作場景的產品能力進行整合;TRAE IDE 及 CLI 將作為豆包品牌下的編程產品線持續發展。

AI 大模型周榜:國產 glm-5.3-max 首秀闖入綜合榜前 15,kimi-k3-max 衝進前十
本週AI大模型Arena排行榜出現新面孔,智譜AI的glm-5.3-max首次入榜即拿下綜合榜第13名。月之暗面的kimi-k3-max排名持續攀升,成功擠進綜合榜前十,位列第10名。兩款國產大模型雙雙寫下佳績,成為本週關注焦點。

DeepSeek Harness來了:AI開始製造AI了?
DeepSeek Harness 正式推出,這項新工具被視為 AI 發展的重要里程碑,可能讓 AI 系統具備自主開發或優化其他 AI 的能力。外界關注此技術是否象徵 AI 開始「製造」AI,並可能加速人工智慧的進化與應用。目前相關細節與實際影響仍待進一步觀察。
神秘“牛來”大模型上線即登頂 背後廠商至今未揭曉
近日,一款代號為Ox Alpha的匿名AI模型在OpenRouter悄然上線,短時間內調用量迅速攀升,成功衝至平臺榜首,並刷新了該平臺的單日模型用量紀錄。不過,儘管表現驚豔,Ox Alpha背後的開發主體至今仍未揭曉。
具身智能資本熱浪再起,小鵬機器人首輪估值突破63億美元
本輪融資由IDG資本領投,高榕創投參投,並獲騰訊和阿里巴巴作為戰略投資者共同參與,小鵬集團仍保持控股地位。四家投資方均將該輪視為其在具身智能領域迄今披露的最大規模單筆投資之一。IDG資本指出,小鵬人形機器人代表當前國內產業領先水平,已具備與海外頭部企業全球競爭的技術實力。