Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

bungraph

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bungraph - npm Package Compare versions

Comparing version
0.1.27
to
0.1.28
+1
-1
package.json
{
"name": "bungraph",
"version": "0.1.27",
"version": "0.1.28",
"description": "Turnkey temporal context graph (Graphiti 1:1 port) on libsql. Uses your local Claude Code CLI — no API keys. Single bunx command. MCP + HTTP + CLI.",

@@ -5,0 +5,0 @@ "type": "module",

# bungraph
**Docs:** https://anentrypoint.github.io/bungraph/
Turnkey temporal context graph on libsql for AI agents. A 1:1 JavaScript port of [Graphiti](https://github.com/getzep/graphiti) built on:

@@ -110,4 +112,16 @@

## Docs site
The site at https://anentrypoint.github.io/bungraph/ is built by GitHub Actions from `docs-src/` on every push to `main`. It uses [flatspace](https://www.npmjs.com/package/flatspace) as the build tool, the 247420 design system for styling (`docs-src/theme/assets/`), and vendors webjsx + rippleui locally — no CDN, no external network at runtime.
To build locally:
```bash
npx flatspace build # reads flatspace.config.mjs, writes docs/
```
Content lives in `docs-src/content/` as YAML. The theme is in `docs-src/theme/`.
## License
Apache-2.0