@lacneu/atrium 0.75.0 → 0.75.1
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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,20 @@
|
|
|
23
23
|
width="820">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
|
+
<p align="center">
|
|
27
|
+
<picture>
|
|
28
|
+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/atrium-screenshot-dark.webp">
|
|
29
|
+
<img
|
|
30
|
+
alt="Atrium showing a business conversation: a sidebar of four chats routed to different agents (accounting, projects, logistics); a header carrying the model, the reasoning level and a context gauge; an assistant reply preceded by its two expanded tool calls with their arguments and completion state; and a composer with attachment, tools, agent picker, dictation and realtime-voice controls."
|
|
31
|
+
src="docs/assets/atrium-screenshot-light.webp"
|
|
32
|
+
width="900">
|
|
33
|
+
</picture>
|
|
34
|
+
</p>
|
|
35
|
+
|
|
36
|
+
<p align="center">
|
|
37
|
+
<sub>A local instance. The conversation content is fictional.</sub>
|
|
38
|
+
</p>
|
|
39
|
+
|
|
26
40
|
An open-source, self-hostable web chat UI for **AI agent gateways**. It gives a
|
|
27
41
|
team a clean multi-user chat front end across one or more gateways, with streaming
|
|
28
42
|
replies, file exchange, per-user agent routing, voice read-aloud and dictation,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacneu/atrium",
|
|
3
|
-
"version": "0.75.
|
|
3
|
+
"version": "0.75.1",
|
|
4
4
|
"description": "Atrium — public, self-hostable, Convex-backed web chat UI for AI agent gateways (OpenClaw today, Hermes next). Ships an origin-agnostic static bundle (Convex URL injected at runtime via /config.json).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|