@xynogen/pix-subagent 0.1.0 → 0.1.1
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 +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,16 @@ Pi extension — planner-driven sub-agents with 3 tools, live widget (model alwa
|
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
|
-
Bundled by [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core) — no separate install needed.
|
|
8
|
-
|
|
9
|
-
Standalone:
|
|
10
|
-
|
|
11
7
|
```bash
|
|
12
8
|
pi install npm:@xynogen/pix-subagent
|
|
13
9
|
```
|
|
14
10
|
|
|
11
|
+
> Also included in [`@xynogen/pix-core`](https://github.com/xynogen/pix-mono/tree/main/packages/pix-core):
|
|
12
|
+
>
|
|
13
|
+
> ```bash
|
|
14
|
+
> pi install npm:@xynogen/pix-core
|
|
15
|
+
> ```
|
|
16
|
+
|
|
15
17
|
## What it does
|
|
16
18
|
|
|
17
19
|
Gives the parent agent (planner) three tools to delegate work to isolated child sessions:
|