Configure Pi subagents and planning skill

This commit is contained in:
Tobias Ostner 2026-07-29 13:07:00 +02:00
parent 89ff2436a7
commit f1fc7fa840
2 changed files with 7 additions and 5 deletions

View file

@ -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"
];
};
};