huangruiteng/loopx--packages-dsh-loopx-plugin ↗★ 5.8k
dsh-loopx-plugin
One-step LoopX bootstrap, same-session driver, and local GoalBar for DeepSeek Harness
AI 분석
适合需要在DSH中运行LoopX工作流技能、执行多轮自动任务的开发者。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huangruiteng/loopx#bfd1ec8db846bca3af47e559aa5fe7e515e57370&path:packages/dsh-loopx-pluginLoopX for DeepSeek Harness
dsh-loopx-plugin is one independently versioned DSH package with three
separate Loader rows:
- the init row automatically installs or upgrades the LoopX CLI, installs the
packaged workflow skills into
$DSH_AGENTS_HOME/skills(default~/.agents/skills), and verifies the DSH-nativeloopxentry before DSH finishes loading it./loopx-initremains the explicit repair command. - a passive same-session Driver becomes eligible only after the exact current
Session successfully invokes the exact
loopxskill. It then asks LoopX whether another turn may run and queues the authoritative heartbeat task into that live DSH Agent. - the package-root Host registers a loopback-only
/loopxConnection channel, and its web Client contributes a compact GoalBar between DSH's native GoalBar and Queue dock rows. It renders only for one exact live(goalId, loopxAgentId)binding.
Installing the plugin and starting DSH load and prepare these capabilities;
neither creates a binding nor activates the Driver. The GoalBar
does one bounded read when a browser row mounts, then watches exact-Session
step/end and turn/end boundaries. It rereads LoopX only when the opaque
revision of the authoritative binding or active Goal state changes; a watch
lease also detects changes written outside that Session. DSH Agent-status
events update an existing row without a LoopX business read. Until one exact
Session contains valid typed loopx invocation evidence, its Driver makes no
LoopX CLI, binding, quota, or heartbeat call, creates no timer, and queues no
followup.
The package does not expose LoopX model tools, a binding sidecar, or its own Goal/Todo state. Models use the installed LoopX skills and call the LoopX CLI directly. LoopX remains the only authority for Goal, Agent, Todo, quota, activation, and durable thread-binding data. The GoalBar protocol and its deferred atomicity limit are specified in the versioned DSH native LoopX design.
Install
Requirements are Node.js 22.19+, pnpm, Python 3.11+ with pip, and network
access for the first DSH start when no compatible LoopX CLI is already
installed. LoopX itself is deliberately not a prerequisite. The initializer
honors an explicit PYTHON_BIN, otherwise it checks python3, python3.14, python3.13,
python3.12, and python3.11 and keeps the first interpreter that satisfies
the requirement. If it must install or upgrade LoopX, it writes an isolated
copy under $DSH_AGENTS_HOME/runtime/dsh-loopx-plugin (default
~/.agents/runtime/dsh-loopx-plugin) and never mutates the system Python
environment. This works with externally managed Python distributions that
enforce PEP 668; the plugin does not use --break-system-packages.
The published plugin requires LoopX 0.5.4 or newer. Although 0.5.3 carried the
workflow-skill files, 0.5.4 is the first release that discovers them after the
plugin's Linux pip --target managed-runtime install.
Install the prebuilt release into the web profile:
dsh plugin --profile web add \
"https://github.com/huangruiteng/loopx/releases/download/dsh-loopx-plugin-v0.1.1-beta.5/dsh-loopx-plugin-0.1.1-beta.5.tgz"
For a source checkout, the equivalent build-and-install path is:
cd packages/dsh-loopx-plugin
./install.sh
Start DSH on loopback (port 0 asks the OS for a free port) and open the
printed URL. The plugin finishes its idempotent LoopX CLI and skill bootstrap
before DSH publishes the Web URL. Its typed loopxBootstrap service gates the
Web server and runtime rows until startup has either succeeded or failed
safely:
dsh --profile web --port 0
Use /loopx immediately. If automatic initialization reports a safe
failure in the DSH log, fix the named Python or package-manager problem and run
/loopx-init once to retry; normal installation does not require that command.
Installation is the GoalBar opt-in: there is no separate remote endpoint or
per-session grant. A row remains hidden until the exact DSH Session has one
unique LoopX binding. After invoking the installed loopx skill for that
Session, run the minimum authority readback inside that Session's DSH shell
(or replace $DSH_SESSION_ID with the exact Session id):
loopx --registry .loopx/registry.json --format json \
resolve-agent-thread \
--host-surface deepseek-harness-native \
--thread-id "$DSH_SESSION_ID"
status=bound with one exact pair admits the row; missing or ambiguous results
fail closed and render nothing. Start resumes a stopped Goal and asks the
Driver to evaluate only when that exact live Session already contains typed
loopx skill activation evidence. It never activates an inactive Session.
Pause stops the Goal and retires only future queued/scheduled continuation;
it does not abort a claimed or running turn.
Maintainers can validate the built and packed surfaces with:
pnpm build
pnpm smoke:artifact
pnpm smoke:profile
pnpm smoke:runtime
pnpm smoke:docker
The runtime smoke creates an isolated temporary DSH profile. Its real web
process proves profile composition, automatic initialization before readiness,
immediate skill-catalog visibility, boot-manifest discovery, bundle serving,
Client materialization, and the loopback Connection fence. Separately, a
packed supported-DSH Context, Connection, and WebServer with a live Host Session fixture
cover same-turn binding discovery, lease-time source reconciliation,
status-only updates, pending-watch cancellation, successful actions, and
handler disposal through the real HTTP carrier. The served Client is then
applied in DSH's real ClientModuleSystem with a VM document harness; that layer
covers slot order and coexistence, Session injection, and ordinary-unload/HMR
style cleanup, but it is not a browser-mounted React interaction. These layers
do not replace the owner-reviewed packed-browser gate: that separate manual
layer mounts the served Client at a real DSH URL and exercises Client-to-carrier
Start/Pause. Focused Client tests cover Session-generation replacement and old
request cancellation without duplicating that matrix in the packed smoke.
The Docker smoke packs the current plugin and builds the current LoopX
release-candidate wheel, then starts both in a clean Debian container with the
DSH 0.1.5 release candidate. It proves PEP 668-compatible private installation,
the managed launcher, startup readiness, installed loopx skill files, launch-
token authentication, and an authenticated GoalBar read through DSH's shared
API carrier. It requires Docker, uv, and network access for base images and
never opens a browser or configures a model provider.
Maintainer release and marketplace handoff
A DSH plugin release is complete only after its immutable GitHub asset exists
and an update pull request has been opened against the upstream
awesome-dsh-plugin
marketplace. Marketplace maintainers retain merge authority; publishing a
LoopX release does not grant authority over that catalog.
For every DSH plugin release:
- Update the package version and this README's pinned install URL. Run the typecheck, tests, and the built, packed, runtime, profile, and Docker smokes listed above.
- Prepare complete bilingual GitHub release notes. Run
examples/release/release-readiness-doc-smoke.pywith one--surfacefor every optional capability changed by the release. - Merge the exact reviewed commit, pack from that immutable tag target, and
publish both the version tag and
dsh-loopx-plugin-.tgzasset. - Read the remote release body back and rerun the release-readiness smoke. Download the remote asset and verify that its SHA-256 matches the local package before advertising it.
- In a clean fork branch of
awesome-dsh-plugin, update onlydata/plugins/huangruiteng__loopx--packages-dsh-loopx-plugin.ymlto the new immutable asset URL. Confirm the URL resolves, then runnode scripts/generate-readme.mjs --checkandgit diff --check. - Open an upstream marketplace pull request and link it from the release closeout. Do not describe the release as marketplace-published until that pull request is merged by the upstream maintainers.
Shadow observer (default off)
src/observer.ts, exported as dsh-loopx-plugin/observer, is the
dsh-session-events provider for the LoopX
Reliability Diagnostics
capability: an L1 shadow observer that consumes read-only harness events and
appends compact, public-safe envelopes plus an observer stats record to
/reliability_diagnostics/.ndjson. It is a
separate Cordis row and bundle from the Driver, with no Driver or Agent
injection and no shared send path. It never calls agent.send, touches the
inbox, invokes the LoopX CLI, schedules, retries, stops, or resumes anything.
Every hook body and every flush is isolated, so an observer failure is counted
into the receipt instead of reaching DSH. This is module and hook isolation,
not an OS-process-isolation claim.
Before its first append, the producer applies the same recursive local-path,
credential-like value, and credential-field guard as the Python contract.
Unsafe event tokens or ids are counted as public_safety_violation and never
reach ledger bytes; CLI ingest independently re-validates persisted records.
It is off unless one exact goal, DSH session, and complete run identity are declared before DSH starts:
export LOOPX_DSH_SHADOW_OBSERVER_GOAL_ID=
export LOOPX_DSH_SHADOW_OBSERVER_SESSION_ID=
export LOOPX_DSH_SHADOW_OBSERVER_RUN_IDENTITY_JSON='{"worker_id":"","model_id":"","task_id":"","environment_id":"","tools_id":"","budget_id":"","adapter_revision":"","observer_revision":""}'
# optional: LOOPX_DSH_SHADOW_OBSERVER_LEDGER_DIR, LOOPX_DSH_SHADOW_OBSERVER_BUFFER_BOUND (default 256)
loopx reliability-diagnostics receipt --goal-id --format json
loopx reliability-diagnostics status --goal-id --format json
Unless all required variables are valid, the independent observer row
registers no hook and writes no file. When enabled, it consumes only
session/created, session/event, and session/disposed; it skips
assistant/chunk and records tool names, turn and step numbers, typed end
reasons, and ids only, never arguments, outputs, prompts, or paths. Events for
any session other than the exact configured session are rejected as
identity_invalid. The stats record pins worker/model/task/environment/tools/
budget plus adapter and observer revisions, declares source coverage, and
proves count conservation. Sequence gaps, bounded-buffer drops, flush attempts,
declared clock uncertainty, and the empty outbound and influence fields make
the run's admissibility auditable from the receipt.
This is an experimental adapter implementing the RFC's P0 prototype components. It does not establish the RFC's P0 exit: C0 fidelity, a qualifying C1 run, and measured observer overhead remain separate evidence gates.
GoalBar authority and privacy boundary
/loopx is registered with Connection authority loopback. Loopback is a
network reachability fence, not user authentication, and Phase 1 does not
support LAN or remote browsers. The browser supplies only its injected DSH
Session id and, for an action, the last validated Goal/Agent pair. The Host
re-derives cwd and thread identity from the live DSH Agent, freshly resolves
the binding, and executes only fixed LoopX argv.
The wire allowlist contains ids, activation, live Agent status, full-lane counts, cursors, opaque source revisions, and fixed error codes. It excludes Todo text, Goal objective, quota, evidence, CLI output, exception messages, registry paths, credentials, and binding candidates. A source revision is only a change token, not authorization or a compare-and-swap guard. Installing the package grants no model tool authority, does not create or repair bindings, and does not change LoopX core state by itself.
Automatic initialization and /loopx-init repair
When DSH loads the plugin, the init row runs the same typed initialization
routine and publishes the loopxBootstrap readiness service only after it
settles. The plugin's profile patch makes DSH's Web server and runtime depend
on that service, so the printed URL is a real bootstrap boundary. A safe
failure is logged without raw subprocess output or local paths, releases the
Web rows instead of stopping DSH, and leaves /loopx-init registered for an
explicit retry. Automatic startup does not create Agent followups or model
calls.
The repair command has no arguments. Extra input returns a usage error before any
model work or CLI probe. A valid invocation queues a bounded start followup on
the exact receiving Agent, then probes the current LoopX installation. When the
CLI is missing or lacks the DSH-native skill contract, it runs exactly one
fixed-argv pip install --upgrade --target 'loopx>=0.5.4', writes a
small managed Python launcher beside that target, then uses that same
interpreter and launcher to install and read back the skills. Driver and
GoalBar resolve this same managed runtime, including after an explicit repair.
It never constructs a shell command, mutates the system Python environment,
edits a registry, or retries the install mutation.
Unless the command is cancelled, it queues a second bounded followup for the
typed success or failure result. These are ordinary Agent turns, so a valid,
uncancelled invocation normally adds two model calls; cancellation leaves only
the already queued start turn, while invalid input adds none. The prompts do
not authorize tools, commands, or another installation. Followup delivery is
best effort and is not retried. The native CommandResult rendered by the
command UI remains authoritative: a followup failure or model reply cannot
change the installation result or repeat its mutation.
On success, DSH's filesystem skill provider invalidates its catalog and loads created or updated skills without a restart. Missing or unknown skill status still fails initialization instead of being guessed as unchanged.
After initialization, invoke the loopx skill with the task text. The skill
uses the exact DSH-managed $DSH_SESSION_ID, passes
--host-surface deepseek-harness-native, and follows the typed commands
returned by LoopX. The historical external connector remains the distinct
deepseek-harness / dsh surface.
Driver activation boundary
Activation is per Session, not per plugin, process, Agent, Goal, or project. The Driver accepts only either of these durable typed Session facts:
- a
user/messagewhose source is exactlyskill-invocation, whose name is exactlyloopx, and whose form is exactlyinstructions; - a model
tool/callnamed exactlyskill, with JSON object arguments whosenameis exactlyloopx, paired by call id with a subsequent successfultool/result.
A skill catalog, ordinary prose, shell text, /loopx-init, plugin-authored
init or heartbeat messages, a failed, malformed, unmatched, or superseded
model call, and the presence of a CLI, registry, Goal, binding, or project file
do not activate the Driver. Recovery folds only the current Session's existing
typed event history in memory and performs no external probe. Replacing or
clearing a Session recomputes from the replacement history; activation never
inherits across that boundary and has no plugin-owned durable store.
Existing Sessions upgraded from an older plugin version remain inactive when
their retained history has no recognizable invocation evidence. Invoke the
installed loopx skill once in every Session that should conti