status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Status

状态

Quick diagnostic for Nowledge Mem connectivity and configuration.
快速诊断Nowledge Mem的连通性与配置情况。

When to Use

使用场景

  • User asks "is my memory working?" or "check status"
  • Memory operations are failing or returning errors
  • After initial setup to verify everything is connected
  • When switching between local and remote mode
  • 用户询问“我的存储器正常工作吗?”或“检查状态”时
  • 存储操作失败或返回错误时
  • 完成初始安装后验证所有组件是否正常连接
  • 在本地模式和远程模式之间切换时

Usage

使用方法

bash
nmem --json status
This shows:
  • Connection: whether the Nowledge Mem server is reachable
  • Server version: which version of the backend is running
  • CLI version: which version of
    nmem
    is installed
  • Mode: local or remote (with API URL)
  • Database: whether the knowledge graph is connected
bash
nmem --json status
该命令将展示以下信息:
  • 连接状态:Nowledge Mem服务器是否可访问
  • 服务器版本:运行的后端服务版本
  • CLI版本:已安装的
    nmem
    版本
  • 运行模式:本地或远程(附带API URL)
  • 数据库状态:知识图谱是否已连接

Troubleshooting

故障排查

If status fails:
  • Ensure the Nowledge Mem desktop app is running, or start the server manually
  • Check that
    nmem
    is installed:
    pip install nmem-cli
    or use
    uvx --from nmem-cli nmem
  • For remote mode, verify
    ~/.nowledge-mem/config.json
    has correct
    apiUrl
    and
    apiKey
如果状态查询失败:
  • 确保Nowledge Mem桌面应用正在运行,或手动启动服务
  • 检查
    nmem
    是否已安装:可执行
    pip install nmem-cli
    或使用
    uvx --from nmem-cli nmem
    命令
  • 如使用远程模式,请验证
    ~/.nowledge-mem/config.json
    中的
    apiUrl
    apiKey
    配置正确

Native Plugin

原生插件

These skills work in any agent via CLI. For auto-recall, auto-capture, and graph tools, check if your agent has a native Nowledge Mem plugin — run the
check-integration
skill or see https://mem.nowledge.co/docs/integrations
这些Skill可通过CLI在任意Agent中使用。若需要自动召回、自动捕获和图谱工具功能,请查看你使用的Agent是否有原生Nowledge Mem插件——可运行
check-integration
Skill或访问https://mem.nowledge.co/docs/integrations查看详情。