Skip to content

Commit 1d0c706

Browse files
committed
feat: add AGENTMEMORY_TOOLS environment variable to launch configuration. 注入环境变量,默认开启所有agentmemory工具,以最大限度发挥agentmemory作用。
1 parent 9b8f310 commit 1d0c706

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/agentmemory-launcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function launch(): void {
3737
stdio: "ignore",
3838
shell: true,
3939
windowsHide: true,
40+
env: { ...process.env, AGENTMEMORY_TOOLS: "all" },
4041
});
4142

4243
child.on("error", (err: NodeJS.ErrnoException) => {

0 commit comments

Comments
 (0)