nestor-sh 2.0.2 → 2.0.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 +13 -13
- package/dist/nestor.mjs +414 -323
- package/dist/studio/assets/{index-8s_1ryBE.js → index-BfcUmUAy.js} +31 -31
- package/dist/studio/assets/index-Bs8Zxwae.js +538 -0
- package/dist/studio/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,25 +6,25 @@ AI agent platform -- security-first orchestration for autonomous agents.
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install -g nestor
|
|
9
|
-
nestor start
|
|
9
|
+
npx nestor-sh start
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
## Commands
|
|
13
13
|
|
|
14
14
|
| Command | Description |
|
|
15
15
|
| ------------------ | -------------------------------------------- |
|
|
16
|
-
| `nestor start` | Launch the agent runtime |
|
|
17
|
-
| `nestor install` | Install skills and agents from a manifest |
|
|
18
|
-
| `nestor agent` | Manage agents (list, create, inspect) |
|
|
19
|
-
| `nestor skill` | Manage skills (list, add, remove) |
|
|
20
|
-
| `nestor workflow` | Manage workflows |
|
|
21
|
-
| `nestor config` | View and edit configuration |
|
|
22
|
-
| `nestor mcp` | MCP (Model Context Protocol) management |
|
|
23
|
-
| `nestor shell` | Interactive agent shell |
|
|
24
|
-
| `nestor daemon` | Run as a background daemon |
|
|
25
|
-
| `nestor watch` | Watch for file changes and reload |
|
|
26
|
-
| `nestor studio` | Launch the web UI |
|
|
27
|
-
| `nestor doctor` | Diagnose environment issues |
|
|
16
|
+
| `npx nestor-sh start` | Launch the agent runtime |
|
|
17
|
+
| `npx nestor-sh install` | Install skills and agents from a manifest |
|
|
18
|
+
| `npx nestor-sh agent` | Manage agents (list, create, inspect) |
|
|
19
|
+
| `npx nestor-sh skill` | Manage skills (list, add, remove) |
|
|
20
|
+
| `npx nestor-sh workflow` | Manage workflows |
|
|
21
|
+
| `npx nestor-sh config` | View and edit configuration |
|
|
22
|
+
| `npx nestor-sh mcp` | MCP (Model Context Protocol) management |
|
|
23
|
+
| `npx nestor-sh shell` | Interactive agent shell |
|
|
24
|
+
| `npx nestor-sh daemon` | Run as a background daemon |
|
|
25
|
+
| `npx nestor-sh watch` | Watch for file changes and reload |
|
|
26
|
+
| `npx nestor-sh studio` | Launch the web UI |
|
|
27
|
+
| `npx nestor-sh doctor` | Diagnose environment issues |
|
|
28
28
|
|
|
29
29
|
## Requirements
|
|
30
30
|
|