Skip to content

imba97/ontograph-cli

Repository files navigation

ontograph-cli

Entity-relationship knowledge graph CLI

Add entities, relate them, and query the graph — all from the terminal.

Install

pnpx skills add imba97/ontograph-cli -g -a your-agent

Quick Start

# Add entities
ontograph add person --name "imba97" --prop timezone=+8
ontograph add project --name "Website Redesign" --prop status=active

# Relate them
ontograph relate person_62c0841a owns project_8f2b44cd

# Query
ontograph related person_62c0841a
ontograph search imba97

# List
ontograph list
ontograph types

Data

Stored at ~/.hermes/data/ontograph-cli by default.

Directory layout:

~/.hermes/data/ontograph-cli/
  index.yaml
  relations.yaml
  entities/
    <type>/
      <id>.yaml

License

MIT

About

Entity-relationship knowledge graph CLI — add entities, relate them, and query the graph

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors