awesimon/deepseek-harness-python

awesimon★ 1Python最后同步: 2026-08-15

在 GitHub 打开

Python SDK and runtime packaging for DeepSeek Harness (under development)

README 摘要

DeepSeek Harness Python English 中文 DeepSeek Harness Python is a plugin-first agent harness with two cooperating Cordis runtimes. PyCordis owns backend plugins and the Python Agent Spine. The original TypeScript Cordis remains in the browser and owns page plugins. A versioned Browser Bridge connects them through explicit JSON RPC and Events. The goal is a stable harness where new product behavior is normally delivered as a plugin, without changing the Agent Loop or either lifecycle kernel. Architecture One logical plugin has one root identity and may contain a backend contribution, a client contribution, or both: plugin.toml is authoritative. Nested Python or frontend package files are build inputs and cannot redefine the Plugin ID or version. Plugin form Runtime Typical use Backend only PyCordis Tools, LLM providers, storage, workflows, policy Client only Cordis TS Panels, commands, page state, browser integrations Full stack Both UI backed by Python services through RPC and Events The two runtimes do not share objects or lifecycle state. The Dynamic Plugin Manager computes one content Revision from the manifest and declared artifacts, starts the backend Fiber, publishes the exact …

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginagent

分类