OpenCnid/deepseek-rlm--packages-rlm ↗★ 2
@deepseek-rlm/dsh-rlm
Cordis Service Definition for persistent RLM kernels
AI 분석
核心用途是定义 RLM 内核的生命周期、执行和事件服务。适合需要扩展或自定义 DSH 持久化执行内核的开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
@deepseek-rlm/dsh-rlm
This package is the provider-neutral Service Definition for ctx.rlm. It defines cell execution, kernel inspection, snapshots, restart, disposal, lifecycle events, and log-only RLM session events. It owns no Python process, model choice, tool policy, or child-agent lifecycle.
Runtime failures from Python resolve as RlmExecutionResult; invalid caller input and kernel substrate failures reject. A provider maps one exact DSH Agent/SessionId to one live kernel and must preserve the exact Agent as the authority for every bridged host operation.
Compatibility requirement
DeepSeek Harness rc.7 cannot mark out-of-tree informational events with its existing ignorable: true envelope contract. This package exposes appendRlmSessionEvent(), which requires the public method supplied by 0003-public-ignorable-session-events.patch and fails with UNSUPPORTED_IGNORABLE_SESSION_EVENTS when it is absent. It never falls back to a live event that would poison cold restore.