feat: containerized pi agent

This commit is contained in:
m3tm3re
2026-04-13 21:28:13 +02:00
parent 197704ee95
commit 24e39d19e3
4 changed files with 25 additions and 16 deletions

View File

@@ -3,6 +3,19 @@
enable = true;
agentsInput = inputs.agents;
container = {
enable = true;
name = "pi-agent";
projectRoots = ["/home/m3tam3re/p"];
autoStart = true;
autoNixDevelop = true;
extraRunArgs = [];
extraEnv = {
NIX_CONFIG = "experimental-features = nix-command flakes";
};
};
modelOverrides = {
chiron = "zai-coding-plan/glm-5.1";
chiron-forge = "zai-coding-plan/glm-5.1";