Replace Pi Firecrawl extension with web access
This commit is contained in:
parent
71442b023e
commit
77938951af
2 changed files with 9 additions and 41 deletions
|
|
@ -1,13 +1,20 @@
|
|||
{ email }: { config, inputs, pkgs, ... }:
|
||||
|
||||
let
|
||||
piFirecrawl = pkgs.callPackage ../pkgs/pi-firecrawl.nix { };
|
||||
tobserverAgent = pkgs.callPackage ../pkgs/tobserver-agent.nix {
|
||||
script = inputs.agent-skills + "/tobserver-change/scripts/tobserver-agent";
|
||||
};
|
||||
in
|
||||
{
|
||||
home.file.".clojure/deps.edn".source = ../config/clojure/deps.edn;
|
||||
home.file.".pi/web-search.json".text = builtins.toJSON {
|
||||
workflow = "none";
|
||||
allowBrowserCookies = false;
|
||||
|
||||
firecrawlBaseUrl = "https://api.firecrawl.dev";
|
||||
firecrawlApiKey = "$FIRECRAWL_API_KEY";
|
||||
firecrawlFreshScrape = true;
|
||||
};
|
||||
|
||||
sops = {
|
||||
age.keyFile = "${config.home.homeDirectory}/Library/Application Support/sops/age/keys.txt";
|
||||
|
|
@ -118,7 +125,7 @@ in
|
|||
defaultThinkingLevel = "high";
|
||||
|
||||
packages = [
|
||||
"${piFirecrawl}/lib/pi-packages/@firecrawl/pi-firecrawl"
|
||||
"npm:pi-web-access@0.15.0"
|
||||
"npm:pi-mcp-adapter@2.10.0"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue