@sleep2agi/agent-node 2.4.8-preview.0 → 2.4.9-preview.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 +7 -2
- package/dist/cli.js +59 -59
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @sleep2agi/agent-node
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@sleep2agi/agent-node)
|
|
4
|
+
[](https://www.npmjs.com/package/@sleep2agi/agent-node)
|
|
5
|
+
[](https://github.com/sleep2agi/agent-network/blob/main/LICENSE)
|
|
6
|
+
[](https://anet.sh)
|
|
7
|
+
|
|
3
8
|
Agent runtime for Agent Network. Connects to a CommHub server, registers under an alias, and processes incoming tasks with Claude, Codex, Grok Build, or compatible HTTP runtimes.
|
|
4
9
|
|
|
5
10
|
The supported entry point is the `anet` CLI from `@sleep2agi/agent-network`, which writes the right `config.json`, network token, and environment variables for you.
|
|
@@ -176,8 +181,8 @@ When the runtime is `claude-code-cli`, the spawned subprocess gets `settingSourc
|
|
|
176
181
|
|
|
177
182
|
| Package | Version |
|
|
178
183
|
|---|---|
|
|
179
|
-
| [@sleep2agi/agent-network](https://www.npmjs.com/package/@sleep2agi/agent-network) | 2.2.
|
|
180
|
-
| [@sleep2agi/commhub-server](https://www.npmjs.com/package/@sleep2agi/commhub-server) | 0.8.
|
|
184
|
+
| [@sleep2agi/agent-network](https://www.npmjs.com/package/@sleep2agi/agent-network) | 2.2.10 |
|
|
185
|
+
| [@sleep2agi/commhub-server](https://www.npmjs.com/package/@sleep2agi/commhub-server) | 0.8.4 |
|
|
181
186
|
| [@sleep2agi/agent-network-dashboard](https://www.npmjs.com/package/@sleep2agi/agent-network-dashboard) | 0.5.6 |
|
|
182
187
|
|
|
183
188
|
## License
|