🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fozikio/tools-graph

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fozikio/tools-graph

Graph analysis for AI agent memory — connections, clustering, and visualization. Plugin for cortex-engine.

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
66
560%
Maintainers
1
Weekly downloads
 
Created
Source

@fozikio/tools-graph

Built into cortex-engine v1.0.0+ These tools are now included in @fozikio/cortex-engine core � no separate install needed. This package remains available for use with cortex-engine v0.x only. If you're on v1.0.0+, just install @fozikio/cortex-engine.

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

ToolDescription
graph_reportGraph connectivity report -- orphaned concepts, most/least connected nodes, category breakdown
linkManually create a typed edge between two concepts (extends, refines, contradicts, supports, etc.)
suggest_linksFind potential links between a text and known concepts using embeddings
suggest_tagsSuggest 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 "@fozikio/cortex-engine";

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

Documentation

  • Wiki — Guides, architecture, and full tool reference
  • Plugin Authoring — Build your own plugins
  • Contributing — How to contribute

License

MIT

Keywords

cortex

FAQs

Package last updated on 03 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts