Skip to content

Commit 8f2bef2

Browse files
feat: Isolation works, working on knowledge graph visualization and functionality
Co-authored-by: Tempest <tempestai.dev@gmail.com>
1 parent 324fc93 commit 8f2bef2

18 files changed

Lines changed: 1894 additions & 157 deletions

package-lock.json

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
"@xterm/addon-web-links": "^0.12.0",
4242
"@xterm/addon-webgl": "^0.19.0",
4343
"@xterm/xterm": "^6.0.0",
44+
"@xyflow/react": "^12.11.1",
4445
"codemirror": "^6.0.2",
46+
"cytoscape": "^3.34.0",
47+
"cytoscape-fcose": "^2.2.0",
4548
"geist": "^1.7.2",
4649
"github-markdown-css": "^5.9.0",
4750
"lucide-react": "^1.21.0",
@@ -54,6 +57,7 @@
5457
},
5558
"devDependencies": {
5659
"@tauri-apps/cli": "^2",
60+
"@types/cytoscape": "^3.21.9",
5761
"@types/react": "^19.1.8",
5862
"@types/react-dom": "^19.1.6",
5963
"@vitejs/plugin-react": "^4.6.0",

src-tauri/Cargo.lock

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
3737
portable-pty = "0.8"
3838
dashmap = "6"
39+
rusqlite = { version = "0.32", features = ["bundled"] }
3940

4041
[target.'cfg(unix)'.dependencies]
4142
libc = "0.2"

0 commit comments

Comments
 (0)