ex-brain 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
CLI personal knowledge base built on [seekdb](https://docs.seekdb.ai/), featuring page management, hybrid search, timelines, tags, import/export, and MCP Server.
|
|
4
4
|
|
|
5
|
+
## Demo
|
|
6
|
+
|
|
7
|
+
<video controls="true" width="800" height="438"><source src="https://obcommunityprod.oss-cn-shanghai.aliyuncs.com/prod/blog/2026-04/6aaf141a-75e6-4557-a37d-58036f52fb35.mp4" type="video/mp4"></video>
|
|
8
|
+
|
|
5
9
|
## Core Features
|
|
6
10
|
|
|
7
11
|
- **Knowledge Graph Visualization** - Interactive graph showing entity relationships
|
|
@@ -142,4 +146,4 @@ Configure LLM in `~/.ebrain/settings.json`:
|
|
|
142
146
|
bun install
|
|
143
147
|
bun run src/cli.ts --help
|
|
144
148
|
bun test
|
|
145
|
-
```
|
|
149
|
+
```
|