@neta-art/cohub 2.7.0 → 2.7.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 +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Cohub SDK for interacting with spaces, sessions, checkpoints, and realtime agent collaboration.
|
|
4
4
|
|
|
5
|
-
## Guides
|
|
6
|
-
|
|
7
|
-
| Guide | Path | Covers |
|
|
8
|
-
|---|---|---|
|
|
9
|
-
| **Work Runtime Guide** | [`./docs/work-runtime-guide.md`](./docs/work-runtime-guide.md) | Building a published Work that uses Cohub capabilities from browser-side JS: runtime context, viewer authorization, scope model, LLM chat, image generation, file reads, account-level data, and commerce. **Read this before writing any Work.** |
|
|
10
|
-
|
|
11
5
|
## Install
|
|
12
6
|
|
|
13
7
|
```bash
|