Visualize CodeGraph call subgraphs in OntoSight
Reason this release was yanked:
obsolete
Project description
OntoSight CodeGraph
Read a local CodeGraph index (.codegraph/codegraph.db) and visualize call subgraphs in OntoSight.
Install
pip install ontosight-codegraph
# or
uvx ontosight-codegraph .
Usage
# Ensure index exists
npx @colbymchenry/codegraph init -i
# Auto-seed from highest fan-in symbols
ontosight-codegraph .
# Seed around a symbol
ontosight-codegraph . --symbol view_graph --path vendor/ontosight/
# Task-scoped subgraph
ontosight-codegraph . --task "auth flow" --hops 2 --max-nodes 200
npm wrapper
For a zero-Python-install workflow (uses uvx under the hood; auto-runs CodeGraph init when the index is missing):
npx @royalsolution/ontosight .
See packages/ontosight/ and packages/ontosight/AGENTS.md for npm package details and AI agent usage.
Publish (maintainers)
cd packages/ontosight-codegraph
python -m build
twine check dist/*
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ontosight_codegraph-0.1.0.tar.gz.
File metadata
- Download URL: ontosight_codegraph-0.1.0.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388054e62eb18ed87bd96b62ed2ce9f95664eb16b65a2cfd78362ab33b2b55a2
|
|
| MD5 |
d4038b35c906ab9479ddf8c61f787703
|
|
| BLAKE2b-256 |
d1a27c5a75101ab93fe86454f34c9afcfbb83e82c02635b7b722e694de89074a
|
File details
Details for the file ontosight_codegraph-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ontosight_codegraph-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
576eb9d127c3133b960530e3d3d61e5b672b4446e60fcf1bdba9ca88ad13610b
|
|
| MD5 |
a4916ee3862df410838353dd3d8c3b28
|
|
| BLAKE2b-256 |
e9821de3f5f96bf18d16af409dc69421b4b8e9403b272ef2d10a9c664ca45b70
|