quoroom 0.1.38 → 0.1.40
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 +1 -1
- package/out/mcp/api-server.js +304 -108
- package/out/mcp/cli.js +1073 -807
- package/out/mcp/server.js +71 -63
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ Quoroom is an open research project exploring autonomous agent collectives. Each
|
|
|
122
122
|
|
|
123
123
|
**Credentials** — Secure credential storage for API keys and secrets. Agents list and retrieve credentials at runtime without exposing raw values in prompts or logs.
|
|
124
124
|
|
|
125
|
-
**Auto-updates** —
|
|
125
|
+
**Auto-updates** — Update behavior depends on deployment mode. In local mode, the dashboard shows update controls (popup + Settings row) and lets you download/apply updates manually. In cloud mode, updates are managed automatically by the runtime with no manual update buttons in the UI.
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|