Configure Pi subagents and planning skill
This commit is contained in:
parent
89ff2436a7
commit
f1fc7fa840
2 changed files with 7 additions and 5 deletions
|
|
@ -107,6 +107,7 @@
|
|||
pi.coding-agent = {
|
||||
enable = true;
|
||||
skills = [
|
||||
(inputs.agent-skills + "/create-plan")
|
||||
(inputs.agent-skills + "/create-skill")
|
||||
];
|
||||
environment = {
|
||||
|
|
@ -119,7 +120,8 @@
|
|||
|
||||
packages = [
|
||||
"npm:pi-web-access@0.15.0"
|
||||
"npm:pi-mcp-adapter@2.10.0"
|
||||
"npm:pi-mcp-adapter@2.15.0"
|
||||
"npm:pi-subagents@0.37.2"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue