← 返回
AI智能 中文

Hybrid DB Health

Validate and troubleshoot the hybrid database system used by OpenClaw agents (Pulse task DB + RAG Pinecone stack). Use when asked to check setup, connection...
验证并排查 OpenClaw 代理使用的混合数据库系统(Pulse 任务数据库 + RAG Pinecone 技术栈)。适用于检查设置、连接等请求。
cryptobro-man
AI智能 clawhub v1.0.0 1 版本 99729.4 Key: 无需
★ 0
Stars
📥 737
下载
💾 13
安装
1
版本
#latest

概述

Hybrid DB Health

Run a quick, reliable health check for the two database surfaces in this workspace:

When combined with shared-pinecone-rag, position the pair as a Persistent Memory skill stack (retrieval + health assurance).

  1. Pulse operational DB/sync layer in agents/pulse
  2. RAG Pinecone layer in rag-pinecone-starter

Runbook

  1. Run the bundled script:
bash scripts/check_hybrid_db.sh
  1. Interpret status:
    • PASS: subsystem is configured and responding
    • WARN: subsystem exists but is not fully configured
    • FAIL: subsystem check execution failed
  1. Report to user in plain language:
    • Pulse DB status
    • RAG DB status
    • Exact next fix steps if WARN/FAIL

Manual checks (if script unavailable)

Pulse DB

cd /home/Mike/.openclaw/workspace/agents/pulse
python3 openclaw_sync.py --check

Expected: Database connection OK

RAG Pinecone

cd /home/Mike/.openclaw/workspace/rag-pinecone-starter
[ -f .env ] && grep -E '^(OPENAI_API_KEY|PINECONE_API_KEY)=' .env

If either key is blank, report as not connected yet.

Optional live connectivity test (requires keys + deps):

source .venv/bin/activate
python query.py "connectivity test"

Output format

Return concise status like:

  • Pulse DB: PASS/FAIL
  • RAG Pinecone: PASS/WARN/FAIL
  • Next steps: bullets

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Movie Producer Scene

cryptobro-man
以好莱坞制片人的口吻,创作高端电影场景提示词及可直接用于制作的场景简报。适用于用户请求生成电影场景等情况。
★ 0 📥 779
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,064
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,602