返回
RCreddit.com
35
·1天前·开发者社区 · RSS

DeepSeek Harness developer preview

查看原文
官方公告DeepSeekGitHub模型发布开源代码

热度趋势

新上榜
最近 24 小时与此前 24 小时对比 · 7 天曲线

百分比基于当前可用热度信号,而非评论数或独立用户人数。

推荐理由

官方发布带来DeepSeek 模型更新信号,适合跟踪能力变化、生态影响和后续落地。

AI 摘要

DeepSeek Harness (dsh) 是由 DeepSeek AI 开发的开源代理工具,目前已推出开发者预览版。它将代理定义为模型加工具。开发者可以通过 $ git clone https://github.com/deepseek-ai/deepseek-harness 从 GitHub 克隆仓库,并加入 Discord 社区:https://…

DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI.

It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability.

DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.

Join DeepSeek Harness Discord community: https://discord.com/invite/Ycq5dCaS4

Agent = Model + Harness

Harness keeps agents working in real-world environments

The model is the soul of an agent.

A harness lets an agent understand its environment, use tools, and keep working in real-world settings.

Cordis kernel

The Cordis kernel manages plugin mounting, unmounting, and dependencies. Agent capabilities live in the plugins.

Capabilities as plugins

Plugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together.

Compose with configuration

Developers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code.

Customize your DeepSeek Harness

Get started

Try it now or install from source

Quick start

Install Node.js, then launch the Web UI with npx.

$ npx @deepseek-ai/dsh web

Install from source

Clone the full source and follow the setup instructions in the repository.

$ git clone https://github.com/deepseek-ai/deepseek-harness

关联来源2
RC
Deepseek Harness is Up!

DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI. It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability. DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES. Join DeepSeek Harness Discord community: https://discord.com/invite/Ycq5dCaS4

08/13 13:45
原文
DeepSeek Harness developer preview

Agent = Model + Harness **Harness keeps agents working in real-world environments** The model is the soul of an agent. A harness lets an agent understand its environment, use tools, and keep working in real-world settings. **Cordis kernel** The Cordis kernel manages plugin mounting, unmounting, and dependencies. Agent capabilities live in the plugins. **Capabilities as plugins** Plugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together. **Compose with configuration** Developers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code. **Customize your DeepSeek Harness** Get started **Try it now or install from source** **Quick start** Install Node.js, then launch the Web UI with npx. $ npx @deepseek-ai/dsh web **Install from source** Clone the full source and follow the setup instructions in the repository. $ git clone https://github.com/deepseek-ai/deepseek-harness

bjin · 08/13 12:58 · 评 286 · 热度 703
原文
DeepSeek Harness developer preview · BuzzRadr