Merged
Conversation
打包产物中内嵌 Node.js 便携版 + OpenClaw npm 包,agentserver 启动时 自动拉起内嵌 Gateway,用户无需额外安装即可使用 OpenClaw 调度功能。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
将 psutil 加入 PyInstaller hiddenimports,修复打包后 ModuleNotFoundError: No module named 'psutil' 的问题。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
解决 agent_server.py 和 naga-backend.spec 的合并冲突: - agent_server.py: 保留内嵌 Gateway 停止逻辑 + upstream 重构 - naga-backend.spec: 保留 psutil hiddenimport + upstream 禁用 redis Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nagaagent_core/core/__init__.py 顶层直接 import mcp, 但 mcpserver 已禁用且 mcp 包未打包,改为 try/except 容错导入。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
NSIS 默认 260 字符路径限制导致 _internal/ 下深层文件 (如 psutil .pyd)在安装时被静默跳过,加 unicode: true 修复。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
upstream 移除了 nagaagent_core/core/__init__.py,接受删除。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.