{ pkgs, llm-agents }: with pkgs; let shared-packages = import ../shared/packages.nix { inherit pkgs llm-agents; }; in shared-packages ++ [ dockutil mas ]