@botbotgo/agent-harness 0.0.64 → 0.0.65
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.md +2 -0
- package/README.zh.md +3 -0
- package/dist/package-version.d.ts +1 -1
- package/dist/package-version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,6 +69,7 @@ Boundary documents live in:
|
|
|
69
69
|
- `docs/product-boundary.md`
|
|
70
70
|
- `docs/feature-checklist.md`
|
|
71
71
|
- `docs/long-term-memory.md`
|
|
72
|
+
- `docs/app-task-pattern.md`
|
|
72
73
|
|
|
73
74
|
## Why This Exists
|
|
74
75
|
|
|
@@ -560,6 +561,7 @@ For backend-specific options, prefer the upstream concept directly inside `spec.
|
|
|
560
561
|
- upstream LangChain v1 and DeepAgents concepts should be expressed as directly as possible in YAML
|
|
561
562
|
- when a feature can be expressed in YAML, prefer YAML over expanding the public API
|
|
562
563
|
- recovery, approvals, threads, runs, and events are runtime concepts, not backend escape hatches
|
|
564
|
+
- application task centers should be built on the existing store plus runtime ids instead of expanding the public runtime contract
|
|
563
565
|
- new LangChain v1 or DeepAgents config should land in YAML mapping and tests before adding public runtime APIs
|
|
564
566
|
|
|
565
567
|
In short, the product model stays stable while the execution semantics remain upstream-owned.
|
package/README.zh.md
CHANGED
|
@@ -68,6 +68,8 @@
|
|
|
68
68
|
- `docs/upstream-feature-matrix.md`
|
|
69
69
|
- `docs/product-boundary.md`
|
|
70
70
|
- `docs/feature-checklist.md`
|
|
71
|
+
- `docs/long-term-memory.md`
|
|
72
|
+
- `docs/app-task-pattern.md`
|
|
71
73
|
|
|
72
74
|
## 为何需要它
|
|
73
75
|
|
|
@@ -551,6 +553,7 @@ spec:
|
|
|
551
553
|
- 应尽量在 YAML 中直接表达 LangChain v1 与 DeepAgents 的概念
|
|
552
554
|
- 能用 YAML 表达的能力,优先 YAML 而非扩张公共 API
|
|
553
555
|
- 恢复、审批、线程、运行与事件是运行时概念,不是后端逃生舱
|
|
556
|
+
- 应用里的 task center 应基于现有 store 与 runtime id 建模,而不是把 task 扩成公共运行时契约
|
|
554
557
|
- 新的 LangChain v1 或 DeepAgents 配置应先落在 YAML 映射与测试中,再考虑公共运行时 API
|
|
555
558
|
|
|
556
559
|
简言之:产品模型稳定,执行语义仍归上游。
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.64";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
1
|
+
export const AGENT_HARNESS_VERSION = "0.0.64";
|