maka-agent 0.2.0-dev.36.20260915 → 0.2.0-dev.37.20260915
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
|
@@ -101,6 +101,12 @@ The public command is `maka`. For a one-off invocation, use
|
|
|
101
101
|
`runtime-host service install` uses the persistent global installation above; `runtime-host setup`
|
|
102
102
|
creates its own managed copy from the exact package invoked by `npx`.
|
|
103
103
|
|
|
104
|
+
## Container
|
|
105
|
+
|
|
106
|
+
To build and run a local glibc-based CLI image from an exact published npm version
|
|
107
|
+
with persistent configuration, see the
|
|
108
|
+
[container guide](https://github.com/apache/maka/blob/main/packages/cli/container/README.md).
|
|
109
|
+
|
|
104
110
|
## First run
|
|
105
111
|
|
|
106
112
|
Start Maka from the project directory the agent should work in:
|
package/README.zh-CN.md
CHANGED
|
@@ -76,6 +76,11 @@ npm 上有两条 dist-tag,且二者不可互换:
|
|
|
76
76
|
无关的 `maka` 包不是本项目。`runtime-host service install` 使用上面的持久全局安装;
|
|
77
77
|
`runtime-host setup` 会从 `npx` 调用的精确 package 创建自己的托管副本。
|
|
78
78
|
|
|
79
|
+
## 容器
|
|
80
|
+
|
|
81
|
+
从精确的已发布 npm 版本构建和运行本地 glibc CLI 镜像,并持久化配置,见
|
|
82
|
+
[容器指南](https://github.com/apache/maka/blob/main/packages/cli/container/README.md)。
|
|
83
|
+
|
|
79
84
|
## 第一次运行
|
|
80
85
|
|
|
81
86
|
进入希望 Agent 工作的项目目录,然后启动 Maka:
|
|
Binary file
|