@sandagent/daemon 0.9.6 → 0.9.7
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,10 @@ sandbox container ← production
|
|
|
19
19
|
|
|
20
20
|
The same `@sandagent/daemon` package works in both modes — Next.js embed for local development, standalone HTTP server for production containers.
|
|
21
21
|
|
|
22
|
+
### SandAgent container image (`vikadata/sandagent`)
|
|
23
|
+
|
|
24
|
+
The Dockerfiles under `docker/sandagent-claude/` (`Dockerfile`, `Dockerfile.local`, `Dockerfile.template`) install `@sandagent/daemon` and start **`sandagent-daemon`** in the background when the container starts (alongside the existing CDP / `sandagent` CLI setup). The HTTP API listens on **`0.0.0.0:3080`** by default (`EXPOSE 3080`). Override with `SANDAGENT_DAEMON_HOST`, `SANDAGENT_DAEMON_PORT`, and `SANDAGENT_ROOT` if needed.
|
|
25
|
+
|
|
22
26
|
---
|
|
23
27
|
|
|
24
28
|
## Architecture
|