CMDCRAGArcana.Graph.Preflight (cmdc_rag_arcana v0.5.0)

Copy Markdown View Source

GraphRAG 运行前检查。

Preflight 只检查能力与治理边界,不触发 rebuild / embed / community summary。 返回结构化 checks 供 AgentOps 发布审批、Run Console 和 CI 门禁展示。

Summary

Functions

执行 GraphRAG preflight。

Functions

run(config_or_opts, opts \\ [])

@spec run(
  CMDCRAGArcana.Config.t() | keyword() | map(),
  keyword()
) :: {:ok, map()} | {:error, term()}

执行 GraphRAG preflight。