neoagent 2.1.18-beta.97 → 2.1.18-beta.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/middleware/auth.js +2 -5
- package/server/public/assets/NOTICES +65 -32
- package/server/public/assets/fonts/MaterialIcons-Regular.otf +0 -0
- package/server/public/flutter_bootstrap.js +1 -1
- package/server/public/main.dart.js +76556 -74034
- package/server/services/memory/manager.js +3 -2
- package/server/services/voice/liveSession.js +3 -0
- package/server/services/voice/providers.js +211 -1
- package/server/services/voice/runtimeManager.js +30 -15
package/package.json
CHANGED
|
@@ -33,11 +33,8 @@ function attachUser(req, res, next) {
|
|
|
33
33
|
);
|
|
34
34
|
|
|
35
35
|
if (cacheFresh) {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
req.user = { ...cachedUser };
|
|
39
|
-
return next();
|
|
40
|
-
}
|
|
36
|
+
req.user = { ...cachedUser };
|
|
37
|
+
return next();
|
|
41
38
|
}
|
|
42
39
|
|
|
43
40
|
const user = db.prepare('SELECT id, username, email, created_at FROM users WHERE id = ?').get(req.session.userId);
|
|
@@ -1270,6 +1270,7 @@ limitations under the License.
|
|
|
1270
1270
|
--------------------------------------------------------------------------------
|
|
1271
1271
|
bluez
|
|
1272
1272
|
fallback_root_certificates
|
|
1273
|
+
nm
|
|
1273
1274
|
|
|
1274
1275
|
Mozilla Public License Version 2.0
|
|
1275
1276
|
==================================
|
|
@@ -1755,6 +1756,70 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1755
1756
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1756
1757
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1757
1758
|
|
|
1759
|
+
--------------------------------------------------------------------------------
|
|
1760
|
+
connectivity_plus
|
|
1761
|
+
package_info_plus
|
|
1762
|
+
package_info_plus_platform_interface
|
|
1763
|
+
|
|
1764
|
+
Copyright 2017 The Chromium Authors. All rights reserved.
|
|
1765
|
+
|
|
1766
|
+
Redistribution and use in source and binary forms, with or without
|
|
1767
|
+
modification, are permitted provided that the following conditions are
|
|
1768
|
+
met:
|
|
1769
|
+
|
|
1770
|
+
* Redistributions of source code must retain the above copyright
|
|
1771
|
+
notice, this list of conditions and the following disclaimer.
|
|
1772
|
+
* Redistributions in binary form must reproduce the above
|
|
1773
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
1774
|
+
in the documentation and/or other materials provided with the
|
|
1775
|
+
distribution.
|
|
1776
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1777
|
+
contributors may be used to endorse or promote products derived from
|
|
1778
|
+
this software without specific prior written permission.
|
|
1779
|
+
|
|
1780
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1781
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1782
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1783
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1784
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1785
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1786
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1787
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1788
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1789
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1790
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1791
|
+
|
|
1792
|
+
--------------------------------------------------------------------------------
|
|
1793
|
+
connectivity_plus_platform_interface
|
|
1794
|
+
|
|
1795
|
+
Copyright 2020 The Chromium Authors. All rights reserved.
|
|
1796
|
+
|
|
1797
|
+
Redistribution and use in source and binary forms, with or without
|
|
1798
|
+
modification, are permitted provided that the following conditions are
|
|
1799
|
+
met:
|
|
1800
|
+
|
|
1801
|
+
* Redistributions of source code must retain the above copyright
|
|
1802
|
+
notice, this list of conditions and the following disclaimer.
|
|
1803
|
+
* Redistributions in binary form must reproduce the above
|
|
1804
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
1805
|
+
in the documentation and/or other materials provided with the
|
|
1806
|
+
distribution.
|
|
1807
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1808
|
+
contributors may be used to endorse or promote products derived from
|
|
1809
|
+
this software without specific prior written permission.
|
|
1810
|
+
|
|
1811
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1812
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1813
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1814
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1815
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1816
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1817
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1818
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1819
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1820
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1821
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1822
|
+
|
|
1758
1823
|
--------------------------------------------------------------------------------
|
|
1759
1824
|
cpu_features
|
|
1760
1825
|
|
|
@@ -24698,38 +24763,6 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
24698
24763
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
24699
24764
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
24700
24765
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
24701
|
-
--------------------------------------------------------------------------------
|
|
24702
|
-
package_info_plus
|
|
24703
|
-
package_info_plus_platform_interface
|
|
24704
|
-
|
|
24705
|
-
Copyright 2017 The Chromium Authors. All rights reserved.
|
|
24706
|
-
|
|
24707
|
-
Redistribution and use in source and binary forms, with or without
|
|
24708
|
-
modification, are permitted provided that the following conditions are
|
|
24709
|
-
met:
|
|
24710
|
-
|
|
24711
|
-
* Redistributions of source code must retain the above copyright
|
|
24712
|
-
notice, this list of conditions and the following disclaimer.
|
|
24713
|
-
* Redistributions in binary form must reproduce the above
|
|
24714
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
24715
|
-
in the documentation and/or other materials provided with the
|
|
24716
|
-
distribution.
|
|
24717
|
-
* Neither the name of Google Inc. nor the names of its
|
|
24718
|
-
contributors may be used to endorse or promote products derived from
|
|
24719
|
-
this software without specific prior written permission.
|
|
24720
|
-
|
|
24721
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
24722
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
24723
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
24724
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
24725
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
24726
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
24727
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24728
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
24729
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
24730
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
24731
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
24732
|
-
|
|
24733
24766
|
--------------------------------------------------------------------------------
|
|
24734
24767
|
perfetto
|
|
24735
24768
|
|
|
Binary file
|
|
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"59aa584fdf100e6c78c785d8a5b565d1de4b48
|
|
|
37
37
|
|
|
38
38
|
_flutter.loader.load({
|
|
39
39
|
serviceWorkerSettings: {
|
|
40
|
-
serviceWorkerVersion: "
|
|
40
|
+
serviceWorkerVersion: "443966521" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
|
41
41
|
}
|
|
42
42
|
});
|