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
Copy file name to clipboardExpand all lines: README.md
+84-37Lines changed: 84 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,64 @@
1
-
# Honcho UI
2
-
3
-
A clean, fast frontend for browsing and chatting with a self-hosted [Honcho](https://github.com/plastic-labs/honcho) instance.
4
-
5
-
> **Privacy-first**: all connection details (base URL, optional token) are stored locally in your browser — never sent anywhere except directly to your Honcho instance.
Browse memories, peers, sessions, and conclusions — or chat with full memory context — directly against your own Honcho instance. All connection details stay in your browser; nothing leaves except requests to the URL you configure.
26
+
9
27
## Features
10
28
11
-
-**Dashboard** — workspace count and queue status at a glance, auto-refreshes every 10 s
12
-
-**Workspaces** — paginated list with per-workspace navigation
13
-
-**Peers** — browse peers, view representations, context, and peer cards
14
-
-**Sessions** — paginated message history with summaries and context
15
-
-**Conclusions** — semantic search across conclusions with observer/subject display
16
-
-**Chat** — conversational interface that sends messages through Honcho's chat endpoint with memory context
17
-
-**Dark / light mode** — persisted per browser, instant toggle
18
-
-**Optional auth** — token field is optional; a connection health check auto-detects whether auth is required
29
+
|||
30
+
|---|---|
31
+
|**Dashboard**| Workspace count and queue status, auto-refreshes every 10 s |
32
+
|**Workspaces**| Paginated list with per-workspace navigation |
33
+
|**Peers**| Browse peers, view representations, context, and peer cards |
34
+
|**Sessions**| Paginated message history with summaries and context |
35
+
|**Conclusions**| Semantic search across conclusions with observer/subject display |
36
+
|**Webhooks**| Manage and trigger webhooks per workspace |
37
+
|**Chat**| Conversational interface through Honcho's chat endpoint with memory context |
38
+
|**Schedule Dream**| Trigger Honcho's dream/consolidation pass on demand |
39
+
|**Dark / light mode**| Persisted per device, instant toggle |
40
+
|**Optional auth**| Token field is optional; connection health check auto-detects auth requirement |
41
+
42
+
## Download
43
+
44
+
Pre-built binaries are attached to every [GitHub Release](https://github.com/offendingcommit/openconcho/releases/latest):
0 commit comments