@botbotgo/agent-harness 0.0.195 → 0.0.196

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 CHANGED
@@ -660,6 +660,7 @@ Example workspaces:
660
660
 
661
661
  - `examples/hello-skill-app/` keeps the smallest local tool + skill workspace
662
662
  - `examples/runtime-flow-demo/` runs one real hosted-model request and exports a Mermaid flowchart from runtime plus upstream events
663
+ - `examples/protocol-hello-world/` shows the same minimal direct agent wired to ACP, A2A, and AG-UI hello-world transport samples
663
664
 
664
665
  Workspace-local tool modules in `resources/tools/` should be exported with `tool({...})`.
665
666
  Any other local module shape is not supported, and unsupported shapes are rejected at load time.
package/README.zh.md CHANGED
@@ -622,6 +622,7 @@ await stop(runtime);
622
622
 
623
623
  - `examples/hello-skill-app/` 保留最小的本地 tool + skill 工作区
624
624
  - `examples/runtime-flow-demo/` 会跑一次真实 hosted model 请求,并把 runtime 与 upstream events 导出为 Mermaid flowchart
625
+ - `examples/protocol-hello-world/` 展示同一个最小 direct agent 的 ACP、A2A 与 AG-UI 三种 hello-world 传输示例
625
626
 
626
627
  `resources/tools/` 下的工作区本地工具模块应统一用 `tool({...})` 导出。
627
628
  不支持历史/兼容写法,任何不带该导出形式的工具模块都会在工作区加载时被拒绝。
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.194";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.195";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.194";
1
+ export const AGENT_HARNESS_VERSION = "0.0.195";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.195",
3
+ "version": "0.0.196",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",