@iniesta8888/agent-live-dsh-adapter 0.3.0

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 ADDED
@@ -0,0 +1,23 @@
1
+ # Agent Live for DeepSeek Harness
2
+
3
+ Native, session-scoped Agent Live view for DeepSeek Harness `0.1.5-rc.1`.
4
+
5
+ The package registers an `Agent Live` entry in DSH's `conversation.view` slot.
6
+ It observes DSH's public Session, Conversation, model-selection and subagent
7
+ projections, maps them to `OfficeEvent`, and renders the standard Tech Open
8
+ Office inside the View. It does not start an Agent Live HTTP server, SSE
9
+ connection, subprocess, or controller.
10
+
11
+ DSH remains responsible for prompts, stop, model selection and approvals. The
12
+ View observes the current Session only. Unmounting the View destroys its
13
+ sandboxed render document, animation loop and in-memory event journal.
14
+
15
+ ## Development
16
+
17
+ ```bash
18
+ npm install
19
+ npm run check
20
+ dsh plugin --profile web add ./plugins/agent-live/dsh
21
+ ```
22
+
23
+ The published package contains DSH's required lazy-CJS `lib/client.js` bundle.
@@ -0,0 +1,3 @@
1
+ - insert:
2
+ - id: agent-live
3
+ name: agent-live-dsh-adapter