技能 人工智能 代理知识库查询与管理

代理知识库查询与管理

v20260707
agentdb-query
该技能提供了一个统一的接口来查询和管理存储在AgentDB中的复杂知识。它支持高级检索机制,如语义路由、分层召回、因果图构建和上下文综合。适用于需要可靠地跨会话存储、检索和搜索复杂关联知识的场景。
获取技能
432 次下载
概览

AgentDB Query

Query and manage AgentDB through the controller bridge. AgentDB exposes 15 agentdb_* MCP tools; this skill enumerates the standard usage path.

When to use

When you need to store, retrieve, or search knowledge across agent sessions. AgentDB provides hierarchical storage, causal knowledge graphs, semantic routing, and context synthesis.

Steps

  1. Check healthmcp__claude-flow__agentdb_health. Sanity-check available: true.
  2. Start sessionmcp__claude-flow__agentdb_session-start if not already active.
  3. Store knowledgemcp__claude-flow__agentdb_hierarchical-store for structured tier-keyed data (tiers: working|episodic|semantic).
  4. Recall knowledgemcp__claude-flow__agentdb_hierarchical-recall with a query.
  5. Search patternsmcp__claude-flow__agentdb_pattern-search for learned patterns (ReasoningBank-routed).
  6. Synthesize contextmcp__claude-flow__agentdb_context-synthesize to combine multiple memories.
  7. Build causal graphmcp__claude-flow__agentdb_causal-edge to link related knowledge.

Available controller groups

Call mcp__claude-flow__agentdb_controllers to list the runtime registry. Functional categories surfaced via the 15 MCP tools:

  • Hierarchicalagentdb_hierarchical-store, _recall (tier-routed)
  • Patternagentdb_pattern-store, _search (ReasoningBank-routed)
  • Semanticagentdb_semantic-route, _context-synthesize
  • Causalagentdb_causal-edge (graph-node backend with bridge fallback)
  • Lifecycleagentdb_health, _controllers, _session-start, _session-end
  • Bulkagentdb_batch (≤500 entries), _consolidate
  • Qualityagentdb_feedback

Important: namespace handling

Namespace strings apply to memory_* and embeddings_search only. The agentdb_hierarchical-*, agentdb_pattern-*, and agentdb_causal-edge tools route by tier or controller, not namespace. Don't pass namespace: 'foo' to those tools — it will be silently ignored. See plugin README "Namespace convention".

Operational fallbacks (branch on these)

  • controller: 'memory-store-fallback' — pattern persisted via memory_store --namespace pattern. NOT a failure.
  • _graphNodeBackend: true — causal-edge handled by @ruvector/graph-node.
  • success: false, error: '...Use memory_store/memory_search instead.' — bridge unavailable; switch to memory_* tools per the README replacement table.

CLI alternative

npx @claude-flow/cli@latest memory search --query "your query" --namespace patterns
npx @claude-flow/cli@latest memory store --key "key" --value "value" --namespace patterns
npx @claude-flow/cli@latest memory list --namespace patterns
信息
Category 人工智能
Name agentdb-query
版本 v20260707
大小 3.48KB
更新时间 2026-07-09
语言