myagent-ai 1.16.8 → 1.16.9

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.
@@ -357,6 +357,7 @@ class MainAgent(BaseAgent):
357
357
 
358
358
  from datetime import datetime
359
359
  from pathlib import Path
360
+ from core.utils import get_config_tz
360
361
 
361
362
  # 优先写入 Agent 专属知识库,其次回退到组织知识库
362
363
  kb_dir = None
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myagent-ai",
3
- "version": "1.16.8",
3
+ "version": "1.16.9",
4
4
  "description": "本地桌面端执行型AI助手 - Open Interpreter 风格 | Local Desktop Execution-Oriented AI Assistant",
5
5
  "main": "main.py",
6
6
  "bin": {