Store Pi subagent artifacts with sessions
This commit is contained in:
parent
76f1fe31ab
commit
e22cd118e7
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
firecrawlApiKey = "$FIRECRAWL_API_KEY";
|
||||
firecrawlFreshScrape = true;
|
||||
};
|
||||
home.file.".pi/agent/extensions/subagent/config.json".text = builtins.toJSON {
|
||||
artifactDir = "session";
|
||||
};
|
||||
home.file.".pi/agent/extensions/guardrails.json".text = builtins.toJSON {
|
||||
version = "0.13.0-20260619";
|
||||
features = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue