Remove mandatory Tobserver agent workflow

This commit is contained in:
Tobias Ostner 2026-07-29 14:58:45 +07:00
parent 77938951af
commit 89ff2436a7
3 changed files with 8 additions and 41 deletions

View file

@ -1,10 +1,5 @@
{ email }: { config, inputs, pkgs, ... }:
let
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 {
@ -69,7 +64,6 @@ in
sops
tree
typescript
tobserverAgent
wget
];
@ -114,7 +108,6 @@ in
enable = true;
skills = [
(inputs.agent-skills + "/create-skill")
(inputs.agent-skills + "/tobserver-change")
];
environment = {
FIRECRAWL_API_KEY.file = config.sops.secrets.firecrawl_api_key.path;