songyang0603/dsh-codex

songyang0603★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

Rebuilding OpenAI Codex as exact, independently installable DeepSeek Harness plugins without invoking the Codex binary.

README 摘要

dsh-codex English 简体中文 Rebuilding OpenAI Codex as exact, independently installable DeepSeek Harness components. dsh-codex decomposes Codex into focused DSH plugins, then composes those plugins into a coding agent. DSH owns the runtime: the components do not invoke the codex executable and do not delegate work to Codex as a subagent. Each completed component reproduces a precisely defined boundary from OpenAI Codex commit 086396f . The rule is simple: a component may be small, but behavior inside its declared boundary must be exact. This repository is under active development. Three foundational components are verified today; installing them does not yet produce the complete Codex agent. 💡 Why dsh-codex? DeepSeek Harness is built around composable plugins. dsh-codex uses that architecture to turn Codex subsystems into reusable DSH services with explicit ownership, lifecycle, packaging, and conformance boundaries. This makes it possible to: - install and test one Codex capability at a time; - reuse a component in a different DSH coding-agent profile; - replace or compose components without hiding behavior in a monolithic wrapper; - compare every completed boundary against the pinned…

在 GitHub 查看完整 README →
Agent/智能体agent-harnessai-agentcodexcoding-agentdeepseek-harnessdeveloper-toolsdsh-pluginopenai-codex

分类