@sleep2agi/agent-network 2.3.0-preview.3 → 2.3.0-preview.30

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 CHANGED
@@ -91,7 +91,7 @@ http://localhost:3000
91
91
  ### 3. Log In, Create A Node, Start It
92
92
 
93
93
  ```bash
94
- anet login --username admin --password anethub
94
+ anet login --hub http://127.0.0.1:9200 --username admin --password anethub
95
95
  anet node create my-bot
96
96
  anet node start my-bot
97
97
  ```
package/dist/bin/cli.d.ts CHANGED
@@ -11,3 +11,4 @@
11
11
  */
12
12
  import { normalizeRuntime, type RuntimeName } from "../src/normalize-runtime";
13
13
  export { normalizeRuntime, type RuntimeName };
14
+ export declare const OPENCODE_PINNED_VERSION = "1.17.13";