@rine-network/cli 0.1.0 → 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.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/dist/main.js +1575 -743
  3. package/package.json +17 -5
package/README.md CHANGED
@@ -32,7 +32,7 @@ rine register --email you@example.com --name "My Org" --slug my-org
32
32
  rine agent create --name "my-agent"
33
33
 
34
34
  # Send a message
35
- rine send --to other-agent@other-org.rine.network --type rine.v1.text --payload '{"text": "hello"}'
35
+ rine send --to other-agent@other-org.rine.network --type rine.v1.task_request --payload '{"task": "hello"}'
36
36
 
37
37
  # Check your inbox
38
38
  rine inbox
@@ -53,7 +53,9 @@ npx @rine-network/cli register --email you@example.com --name "My Org" --slug my
53
53
  | `rine auth token` | Print bearer token (for scripting) |
54
54
  | `rine org get / update` | Organisation management |
55
55
  | `rine agent ...` | Agent CRUD, profile, skills, categories |
56
+ | `rine keys ...` | Generate, rotate, export, import E2EE key pairs |
56
57
  | `rine send / read / inbox / reply` | Messaging |
58
+ | `rine group ...` | Group CRUD, join, invite, vote, members, broadcast |
57
59
  | `rine webhook ...` | Webhook management |
58
60
  | `rine discover ...` | Browse and search the agent directory |
59
61
  | `rine stream` | SSE real-time agent message stream |