@deepseek-ai/dsh-tool-ralph 0.1.2-alpha.5 → 0.1.3-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.i18n.yaml +2 -2
- package/README.md +2 -2
- package/README.zh.md +2 -2
- package/package.json +21 -21
package/README.i18n.yaml
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/workflow/tool-ralph/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: d36fdba76b34436b219ae489ddc9282a875af408
|
|
6
|
+
README.zh.md: ef3f18d2d4cbc37291d462f17cbd31f6a1e3f4b5
|
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ This section explains the fixed-script design and the validation and lifecycle m
|
|
|
58
58
|
|
|
59
59
|
### Design concept
|
|
60
60
|
|
|
61
|
-
The loop is a deployment-owned fixed script: the model supplies data only and cannot alter the loop, provider route, schema, or handoff validation. The tool is an ordinary plugin over `ctx.workflowEngine` and `ctx.subagents` — no Ralph mode or fresh-agent loop is added to `agent-loop`, and the same-session goal domain stays independent. The [
|
|
61
|
+
The loop is a deployment-owned fixed script: the model supplies data only and cannot alter the loop, provider route, schema, or handoff validation. The tool is an ordinary plugin over `ctx.workflowEngine` and `ctx.subagents` — no Ralph mode or fresh-agent loop is added to `agent-loop`, and the same-session goal domain stays independent. The [harness-level goal-based execution Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-harness-level-loop.md) owns the policy and deferred work.
|
|
62
62
|
|
|
63
63
|
### Fixed script and routing
|
|
64
64
|
|
|
@@ -97,7 +97,7 @@ Read these pages when the tool-level contract is not enough. They move from the
|
|
|
97
97
|
- [Worker-thread engine](../workflow-worker-thread/README.md) — the engine that executes the fixed script.
|
|
98
98
|
- [subagent seam](../../subagent/subagent/README.md) — the fresh-child provider contract.
|
|
99
99
|
- [Goal group](../../goal/goal/README.md) — same-session goal tools for ordinary long-running objectives.
|
|
100
|
-
- [
|
|
100
|
+
- [Harness-level goal-based execution Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-harness-level-loop.md) — the policy, provider requirements, and deferred work.
|
|
101
101
|
|
|
102
102
|
-----
|
|
103
103
|
|
package/README.zh.md
CHANGED
|
@@ -58,7 +58,7 @@ kind: "package-reference"
|
|
|
58
58
|
|
|
59
59
|
### 设计理念
|
|
60
60
|
|
|
61
|
-
循环是部署方拥有的固定脚本:模型只提供数据,无法改变循环、提供方路由、schema 或交接校验。该工具是基于 `ctx.workflowEngine` 与 `ctx.subagents` 的普通插件——不会向 `agent-loop` 添加 Ralph 模式或全新 agent loop,同会话的 goal 领域也保持独立。[
|
|
61
|
+
循环是部署方拥有的固定脚本:模型只提供数据,无法改变循环、提供方路由、schema 或交接校验。该工具是基于 `ctx.workflowEngine` 与 `ctx.subagents` 的普通插件——不会向 `agent-loop` 添加 Ralph 模式或全新 agent loop,同会话的 goal 领域也保持独立。[Harness 层目标式执行 Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-harness-level-loop.zh.md)拥有策略与暂缓事项。
|
|
62
62
|
|
|
63
63
|
### 固定脚本与路由
|
|
64
64
|
|
|
@@ -97,7 +97,7 @@ kind: "package-reference"
|
|
|
97
97
|
- [worker-thread 引擎](../workflow-worker-thread/README.zh.md)——执行固定脚本的引擎。
|
|
98
98
|
- [subagent seam](../../subagent/subagent/README.zh.md)——全新子 agent 的提供方契约。
|
|
99
99
|
- [goal 组](../../goal/goal/README.zh.md)——面向普通长期目标的同会话 goal 工具。
|
|
100
|
-
- [
|
|
100
|
+
- [Harness 层目标式执行 Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-harness-level-loop.zh.md)——策略、提供方要求与暂缓事项。
|
|
101
101
|
|
|
102
102
|
-----
|
|
103
103
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-tool-ralph",
|
|
3
3
|
"description": "Model-facing fresh-agent Ralph loop over the workflow and subagent seams",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,32 +27,32 @@
|
|
|
27
27
|
],
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
31
|
-
"@deepseek-ai/dsh-
|
|
32
|
-
"@deepseek-ai/dsh-
|
|
33
|
-
"@deepseek-ai/
|
|
34
|
-
"@deepseek-ai/dsh-
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/
|
|
30
|
+
"@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
|
|
31
|
+
"@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2",
|
|
32
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
|
|
33
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
34
|
+
"@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
|
|
35
|
+
"@deepseek-ai/dsh-workflow": "^0.1.3-alpha.2",
|
|
36
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
43
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
44
|
-
"@deepseek-ai/dsh-agent-loop": "^0.1.
|
|
45
|
-
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.
|
|
46
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-subagent
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-
|
|
51
|
-
"@deepseek-ai/dsh-
|
|
52
|
-
"@deepseek-ai/dsh-
|
|
43
|
+
"@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
|
|
44
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.3-alpha.2",
|
|
45
|
+
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.3-alpha.2",
|
|
46
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
47
|
+
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
48
|
+
"@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-subagent-in-process-driver": "^0.1.3-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-subagent-spawn-in-process": "^0.1.3-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-workflow": "^0.1.3-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-workflow-worker-thread": "^0.1.3-alpha.2",
|
|
53
55
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
54
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.
|
|
55
|
-
"@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
|
|
56
|
-
"@deepseek-ai/dsh-subagent": "^0.1.2-alpha.5"
|
|
56
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2"
|
|
57
57
|
}
|
|
58
58
|
}
|