Add skill to pi agent
This commit is contained in:
parent
34ee4d0fcc
commit
50ec2450e4
2 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
||||||
|
|
||||||
hermes-agent.url = "github:NousResearch/hermes-agent";
|
hermes-agent.url = "github:NousResearch/hermes-agent";
|
||||||
|
|
||||||
|
anthropic-skills = {
|
||||||
|
url = "github:anthropics/skills";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
emacsConfig = {
|
emacsConfig = {
|
||||||
url = "path:./flakes/emacs";
|
url = "path:./flakes/emacs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,9 @@ in
|
||||||
|
|
||||||
pi.coding-agent = {
|
pi.coding-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
skills = [
|
||||||
|
(inputs.anthropic-skills + "/skills/skill-creator")
|
||||||
|
];
|
||||||
environment = {
|
environment = {
|
||||||
FIRECRAWL_API_KEY = config.sops.secrets.firecrawl_api_key.path;
|
FIRECRAWL_API_KEY = config.sops.secrets.firecrawl_api_key.path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue