The knowledge admin panel is accessible at /admin/knowledge and provides three views for managing the knowledge graph.
A review queue showing pending AI proposals with confidence scores and reasoning. Reviewers can approve or reject each proposal. Approvals trigger node/edge creation and frontmatter write-back. Rejections record negative knowledge.
A browsable list of all graph nodes with filters for node type, status, and text search. Selecting a node shows its properties, provenance, and all inbound/outbound edges with resolved names. Edge targets are clickable for graph navigation.
A dedicated view for browsing all edges in the graph. Supports filtering by relationship type, searching by source or target name, and pagination. Each edge shows source name, relationship type, target name, and provenance.
The admin panel is protected by AdminAuthFilter which requires AllPermission. All REST endpoints under /admin/knowledge/* enforce the same restriction.