@remnic/connector-weclone 9.6.23 → 9.6.25
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 +17 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,8 +24,15 @@ avatar remembers what happened yesterday and sounds like you while doing it.
|
|
|
24
24
|
|
|
25
25
|
## Install
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
`@remnic/connector-weclone` is an **optional companion** package, installed
|
|
28
|
+
separately from the base Remnic install. It provides the `remnic-weclone-proxy`
|
|
29
|
+
binary:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
npm install -g @remnic/connector-weclone
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Then register the connector and write its config through the `remnic` CLI:
|
|
29
36
|
|
|
30
37
|
```bash
|
|
31
38
|
remnic connectors install weclone \
|
|
@@ -35,8 +42,10 @@ remnic connectors install weclone \
|
|
|
35
42
|
|
|
36
43
|
This writes two files:
|
|
37
44
|
|
|
38
|
-
- `~/.config/
|
|
45
|
+
- `~/.config/remnic/.remnic-connectors/connectors/weclone.json` — connector
|
|
39
46
|
registry entry (tracked by `remnic connectors list / remove / doctor`).
|
|
47
|
+
Pre-rename installs keep reading the legacy
|
|
48
|
+
`~/.config/engram/.engram-connectors/` layout until they migrate.
|
|
40
49
|
- `~/.remnic/connectors/weclone.json` — proxy config read by
|
|
41
50
|
`remnic-weclone-proxy` at startup.
|
|
42
51
|
|
|
@@ -146,6 +155,11 @@ Callers wiring up a Discord bot should pass the Discord user ID as
|
|
|
146
155
|
- Multimodal content (image parts, etc.) is preserved verbatim; only the text
|
|
147
156
|
parts of the last user message are used for recall.
|
|
148
157
|
|
|
158
|
+
## Further reading
|
|
159
|
+
|
|
160
|
+
- Connector guide: [docs/integration/connector-setup.md](https://github.com/joshuaswarren/remnic/blob/main/docs/integration/connector-setup.md)
|
|
161
|
+
- Monorepo: [github.com/joshuaswarren/remnic](https://github.com/joshuaswarren/remnic)
|
|
162
|
+
|
|
149
163
|
## License
|
|
150
164
|
|
|
151
165
|
MIT
|