@aident-ai/cli 0.2.0 → 0.2.1-rc.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 +1 -0
- package/dist/cli.mjs +5555 -1880
- package/dist/dsh.mjs +447 -142
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,7 @@ aident --packages playbook playbooks execute --playbookId pb_123 --json
|
|
|
94
94
|
aident capabilities search --query "send email"
|
|
95
95
|
aident capabilities get --name "composio:gmail_tools:gmail_send_email"
|
|
96
96
|
aident capabilities execute --name "composio:gmail_tools:gmail_send_email" --input '{"to":"user@example.com"}'
|
|
97
|
+
aident capabilities execute --name "composio:gmail_tools:gmail_send_email" --input-file ./input.json
|
|
97
98
|
aident skills search --query "review a technical plan"
|
|
98
99
|
aident skills read --name "skill:550e8400-e29b-41d4-a716-446655440000"
|
|
99
100
|
aident skills favorite --name "skill:550e8400-e29b-41d4-a716-446655440000"
|