botschat 0.1.17 → 0.1.18
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 +8 -0
- package/package.json +1 -1
- package/packages/plugin/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,14 @@ A self-hosted, **end-to-end encrypted** chat interface for [OpenClaw](https://gi
|
|
|
8
8
|
|
|
9
9
|
BotsChat gives you a modern, Slack-like web UI to interact with your OpenClaw agents — organize conversations into **Channels**, schedule **Background Tasks**, and monitor **Job** executions. With **E2E encryption**, your chat messages, cron prompts, and job summaries are encrypted on your device before they ever leave — the server only sees ciphertext it cannot decrypt. Your API keys and data never leave your machine.
|
|
10
10
|
|
|
11
|
+
<div align="center">
|
|
12
|
+
|
|
13
|
+
https://github.com/user-attachments/assets/e727ef9e-53b9-40d4-b943-c02019588203
|
|
14
|
+
|
|
15
|
+
[▶ Watch in HD on YouTube](https://www.youtube.com/watch?v=_ifqYhoV7Jk)
|
|
16
|
+
|
|
17
|
+
</div>
|
|
18
|
+
|
|
11
19
|
## Key Features
|
|
12
20
|
|
|
13
21
|
### Structured Conversation Management
|
package/package.json
CHANGED