Skip to content

Fozikio/tools-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@fozikio/tools-graph

Graph analysis plugin for cortex-engine. Inspect, link, and enrich the memory graph with connectivity reports, manual edges, and semantic suggestions.

Install

npm install @fozikio/tools-graph

Tools

Tool Description
graph_report Graph connectivity report -- orphaned concepts, most/least connected nodes, category breakdown
link Manually create a typed edge between two concepts (extends, refines, contradicts, supports, etc.)
suggest_links Find potential links between a text and known concepts using embeddings
suggest_tags Suggest tags for content based on semantic similarity to existing concepts

Usage

# cortex-engine config
plugins:
  - package: "@fozikio/tools-graph"
import graphPlugin from "@fozikio/tools-graph";
import { CortexEngine } from "cortex-engine";

const engine = new CortexEngine({
  plugins: [graphPlugin],
});

Documentation

License

MIT

About

Graph analysis tools plugin for cortex-engine

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors