You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pi does not have a native transcript importer. When the user asks to save the session, create a structured handoff summary using `nmem --json t create`. Be transparent: this is a curated summary, not a verbatim transcript. Include goals, decisions, files touched, risks, and next steps.
72
+
The Nowledge Mem Pi package includes an extension that automatically syncs completed Pi conversations as Mem threads. It captures the active Pi session branch after completed agent turns and at session boundaries.
73
+
74
+
When the user explicitly asks for a checkpoint or handoff, create a curated summary with `nmem --json t create`. Be clear that this is a focused handoff in addition to automatic transcript sync. Include goals, decisions, files touched, risks, and next steps.
@@ -57,6 +65,12 @@ Start a Pi session and check connectivity:
57
65
58
66
Pi should run `nmem --json status` and report the server connection.
59
67
68
+
Then have a short Pi exchange and check recent threads:
69
+
70
+
```bash
71
+
nmem t list --source pi -n 5
72
+
```
73
+
60
74
## Update
61
75
62
76
```bash
@@ -83,7 +97,7 @@ That keeps your custom behavior durable across package updates.
83
97
84
98
**Server not running:** Start the Nowledge Mem desktop app, or run `nmem serve` on your server.
85
99
86
-
**Remote setup:** Create `~/.nowledge-mem/config.json` with `{"apiUrl": "...", "apiKey": "..."}`, or set `NMEM_API_URL` and `NMEM_API_KEY` environment variables.
100
+
**Remote setup:** Create `~/.nowledge-mem/config.json` with `{"apiUrl": "...", "apiKey": "..."}`, or set `NMEM_API_URL` and `NMEM_API_KEY` environment variables. The extension uses the same config for automatic thread sync.
87
101
88
102
**Check status:** Ask Pi to run the `status` skill, or run `nmem status` directly.
0 commit comments