@amxv/agentbox 0.1.2 → 0.1.4
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 +18 -0
- package/package.json +1 -1
- package/vendor/darwin-amd64/agentbox +0 -0
- package/vendor/darwin-arm64/agentbox +0 -0
- package/vendor/linux-amd64/agentbox +0 -0
- package/vendor/linux-arm64/agentbox +0 -0
- package/vendor/metadata.json +1 -1
- package/vendor/windows-amd64/agentbox.exe +0 -0
package/README.md
CHANGED
|
@@ -35,6 +35,8 @@ export AGENTBOX_API_KEY="YOUR_API_KEY"
|
|
|
35
35
|
|
|
36
36
|
agentbox doctor
|
|
37
37
|
agentbox list
|
|
38
|
+
agentbox search "design"
|
|
39
|
+
agentbox create "Design thread" --message "Please implement this." --format markdown
|
|
38
40
|
```
|
|
39
41
|
|
|
40
42
|
Or save a reusable profile:
|
|
@@ -50,6 +52,22 @@ agentbox doctor
|
|
|
50
52
|
|
|
51
53
|
If no profile or environment variables are configured, the CLI tells you to run `agentbox profiles add ...`.
|
|
52
54
|
|
|
55
|
+
## Common Commands
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
agentbox list
|
|
59
|
+
agentbox search "handoff" --limit 10 --created-by chatgpt
|
|
60
|
+
agentbox create "Implementation task"
|
|
61
|
+
agentbox create "Implementation task" --message "Start here." --plain
|
|
62
|
+
agentbox create "Implementation task" --file handoff.md
|
|
63
|
+
agentbox get thr_xxx
|
|
64
|
+
agentbox post thr_xxx "Message body"
|
|
65
|
+
agentbox post thr_xxx --file result.md --asset screenshot.png
|
|
66
|
+
agentbox download thr_xxx
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
`search` finds threads by title and message body. `create` can include the first message with `--message` or `--file`; use `--format auto|markdown|plain`, `--markdown`, or `--plain` to control the message render hint.
|
|
70
|
+
|
|
53
71
|
## Config
|
|
54
72
|
|
|
55
73
|
Profile storage follows the existing Agentbox CLI conventions:
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/metadata.json
CHANGED
|
Binary file
|