onbuzz 3.3.0
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/LICENSE +267 -0
- package/README.md +425 -0
- package/bin/cli.js +556 -0
- package/bin/loxia-terminal-v2.js +162 -0
- package/bin/loxia-terminal.js +90 -0
- package/bin/start-with-terminal.js +200 -0
- package/node_modules/@isaacs/balanced-match/LICENSE.md +23 -0
- package/node_modules/@isaacs/balanced-match/README.md +60 -0
- package/node_modules/@isaacs/balanced-match/dist/commonjs/index.d.ts +9 -0
- package/node_modules/@isaacs/balanced-match/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/@isaacs/balanced-match/dist/commonjs/index.js +59 -0
- package/node_modules/@isaacs/balanced-match/dist/commonjs/index.js.map +1 -0
- package/node_modules/@isaacs/balanced-match/dist/commonjs/package.json +3 -0
- package/node_modules/@isaacs/balanced-match/dist/esm/index.d.ts +9 -0
- package/node_modules/@isaacs/balanced-match/dist/esm/index.d.ts.map +1 -0
- package/node_modules/@isaacs/balanced-match/dist/esm/index.js +54 -0
- package/node_modules/@isaacs/balanced-match/dist/esm/index.js.map +1 -0
- package/node_modules/@isaacs/balanced-match/dist/esm/package.json +3 -0
- package/node_modules/@isaacs/balanced-match/package.json +79 -0
- package/node_modules/@isaacs/brace-expansion/LICENSE +23 -0
- package/node_modules/@isaacs/brace-expansion/README.md +97 -0
- package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.d.ts +6 -0
- package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js +199 -0
- package/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/node_modules/@isaacs/brace-expansion/dist/commonjs/package.json +3 -0
- package/node_modules/@isaacs/brace-expansion/dist/esm/index.d.ts +6 -0
- package/node_modules/@isaacs/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/node_modules/@isaacs/brace-expansion/dist/esm/index.js +195 -0
- package/node_modules/@isaacs/brace-expansion/dist/esm/index.js.map +1 -0
- package/node_modules/@isaacs/brace-expansion/dist/esm/package.json +3 -0
- package/node_modules/@isaacs/brace-expansion/package.json +60 -0
- package/node_modules/glob/LICENSE.md +63 -0
- package/node_modules/glob/README.md +1177 -0
- package/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
- package/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/node_modules/glob/dist/commonjs/glob.js.map +1 -0
- package/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
- package/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
- package/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
- package/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
- package/node_modules/glob/dist/commonjs/index.d.ts +97 -0
- package/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/index.js +68 -0
- package/node_modules/glob/dist/commonjs/index.js.map +1 -0
- package/node_modules/glob/dist/commonjs/index.min.js +4 -0
- package/node_modules/glob/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/glob/dist/commonjs/package.json +3 -0
- package/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
- package/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
- package/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
- package/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/node_modules/glob/dist/commonjs/processor.js.map +1 -0
- package/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
- package/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
- package/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/node_modules/glob/dist/commonjs/walker.js.map +1 -0
- package/node_modules/glob/dist/esm/glob.d.ts +388 -0
- package/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/glob.js +243 -0
- package/node_modules/glob/dist/esm/glob.js.map +1 -0
- package/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
- package/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/node_modules/glob/dist/esm/has-magic.js.map +1 -0
- package/node_modules/glob/dist/esm/ignore.d.ts +24 -0
- package/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/ignore.js +115 -0
- package/node_modules/glob/dist/esm/ignore.js.map +1 -0
- package/node_modules/glob/dist/esm/index.d.ts +97 -0
- package/node_modules/glob/dist/esm/index.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/index.js +55 -0
- package/node_modules/glob/dist/esm/index.js.map +1 -0
- package/node_modules/glob/dist/esm/index.min.js +4 -0
- package/node_modules/glob/dist/esm/index.min.js.map +7 -0
- package/node_modules/glob/dist/esm/package.json +3 -0
- package/node_modules/glob/dist/esm/pattern.d.ts +76 -0
- package/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/pattern.js +215 -0
- package/node_modules/glob/dist/esm/pattern.js.map +1 -0
- package/node_modules/glob/dist/esm/processor.d.ts +59 -0
- package/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/processor.js +294 -0
- package/node_modules/glob/dist/esm/processor.js.map +1 -0
- package/node_modules/glob/dist/esm/walker.d.ts +97 -0
- package/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
- package/node_modules/glob/dist/esm/walker.js +381 -0
- package/node_modules/glob/dist/esm/walker.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/LICENSE.md +55 -0
- package/node_modules/glob/node_modules/minimatch/README.md +453 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js +591 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js +1029 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/node_modules/glob/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/ast.js +587 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/index.js +1016 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/node_modules/glob/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/glob/node_modules/minimatch/package.json +67 -0
- package/node_modules/glob/package.json +101 -0
- package/node_modules/minipass/LICENSE +15 -0
- package/node_modules/minipass/README.md +825 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts +549 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/commonjs/index.js +1028 -0
- package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
- package/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/node_modules/minipass/dist/esm/index.d.ts +549 -0
- package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/esm/index.js +1018 -0
- package/node_modules/minipass/dist/esm/index.js.map +1 -0
- package/node_modules/minipass/dist/esm/package.json +3 -0
- package/node_modules/minipass/package.json +82 -0
- package/node_modules/package-json-from-dist/LICENSE.md +63 -0
- package/node_modules/package-json-from-dist/README.md +110 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
- package/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
- package/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
- package/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
- package/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
- package/node_modules/package-json-from-dist/package.json +68 -0
- package/node_modules/path-scurry/LICENSE.md +55 -0
- package/node_modules/path-scurry/README.md +636 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts +1115 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/index.js +2018 -0
- package/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts +1115 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/esm/index.js +1983 -0
- package/node_modules/path-scurry/dist/esm/index.js.map +1 -0
- package/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/LICENSE.md +55 -0
- package/node_modules/path-scurry/node_modules/lru-cache/README.md +383 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts +1323 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +1589 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts +1323 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +1585 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/package.json +101 -0
- package/node_modules/path-scurry/package.json +88 -0
- package/node_modules/rimraf/LICENSE.md +55 -0
- package/node_modules/rimraf/README.md +226 -0
- package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +3 -0
- package/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/default-tmp.js +58 -0
- package/node_modules/rimraf/dist/commonjs/default-tmp.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/error.d.ts +6 -0
- package/node_modules/rimraf/dist/commonjs/error.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/error.js +10 -0
- package/node_modules/rimraf/dist/commonjs/error.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +3 -0
- package/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/fix-eperm.js +38 -0
- package/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/fs.d.ts +15 -0
- package/node_modules/rimraf/dist/commonjs/fs.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/fs.js +33 -0
- package/node_modules/rimraf/dist/commonjs/fs.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +3 -0
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.js +24 -0
- package/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/index.d.ts +50 -0
- package/node_modules/rimraf/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/index.js +78 -0
- package/node_modules/rimraf/dist/commonjs/index.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +34 -0
- package/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/opt-arg.js +53 -0
- package/node_modules/rimraf/dist/commonjs/opt-arg.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/package.json +3 -0
- package/node_modules/rimraf/dist/commonjs/path-arg.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/path-arg.js +48 -0
- package/node_modules/rimraf/dist/commonjs/path-arg.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +3 -0
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.js +19 -0
- package/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +8 -0
- package/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/retry-busy.js +65 -0
- package/node_modules/rimraf/dist/commonjs/retry-busy.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +3 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.js +8 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +138 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-native.js +24 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.js +103 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.js +159 -0
- package/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +1 -0
- package/node_modules/rimraf/dist/commonjs/use-native.d.ts +4 -0
- package/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +1 -0
- package/node_modules/rimraf/dist/commonjs/use-native.js +18 -0
- package/node_modules/rimraf/dist/commonjs/use-native.js.map +1 -0
- package/node_modules/rimraf/dist/esm/bin.d.mts +3 -0
- package/node_modules/rimraf/dist/esm/bin.d.mts.map +1 -0
- package/node_modules/rimraf/dist/esm/bin.mjs +250 -0
- package/node_modules/rimraf/dist/esm/bin.mjs.map +1 -0
- package/node_modules/rimraf/dist/esm/default-tmp.d.ts +3 -0
- package/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/default-tmp.js +55 -0
- package/node_modules/rimraf/dist/esm/default-tmp.js.map +1 -0
- package/node_modules/rimraf/dist/esm/error.d.ts +6 -0
- package/node_modules/rimraf/dist/esm/error.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/error.js +5 -0
- package/node_modules/rimraf/dist/esm/error.js.map +1 -0
- package/node_modules/rimraf/dist/esm/fix-eperm.d.ts +3 -0
- package/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/fix-eperm.js +33 -0
- package/node_modules/rimraf/dist/esm/fix-eperm.js.map +1 -0
- package/node_modules/rimraf/dist/esm/fs.d.ts +15 -0
- package/node_modules/rimraf/dist/esm/fs.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/fs.js +18 -0
- package/node_modules/rimraf/dist/esm/fs.js.map +1 -0
- package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +3 -0
- package/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/ignore-enoent.js +19 -0
- package/node_modules/rimraf/dist/esm/ignore-enoent.js.map +1 -0
- package/node_modules/rimraf/dist/esm/index.d.ts +50 -0
- package/node_modules/rimraf/dist/esm/index.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/index.js +70 -0
- package/node_modules/rimraf/dist/esm/index.js.map +1 -0
- package/node_modules/rimraf/dist/esm/opt-arg.d.ts +34 -0
- package/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/opt-arg.js +46 -0
- package/node_modules/rimraf/dist/esm/opt-arg.js.map +1 -0
- package/node_modules/rimraf/dist/esm/package.json +3 -0
- package/node_modules/rimraf/dist/esm/path-arg.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/path-arg.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/path-arg.js +46 -0
- package/node_modules/rimraf/dist/esm/path-arg.js.map +1 -0
- package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +3 -0
- package/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/readdir-or-error.js +14 -0
- package/node_modules/rimraf/dist/esm/readdir-or-error.js.map +1 -0
- package/node_modules/rimraf/dist/esm/retry-busy.d.ts +8 -0
- package/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/retry-busy.js +60 -0
- package/node_modules/rimraf/dist/esm/retry-busy.js.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +3 -0
- package/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-manual.js +5 -0
- package/node_modules/rimraf/dist/esm/rimraf-manual.js.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.js +133 -0
- package/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-native.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-native.js +19 -0
- package/node_modules/rimraf/dist/esm/rimraf-native.js.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-posix.js +98 -0
- package/node_modules/rimraf/dist/esm/rimraf-posix.js.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/rimraf-windows.js +154 -0
- package/node_modules/rimraf/dist/esm/rimraf-windows.js.map +1 -0
- package/node_modules/rimraf/dist/esm/use-native.d.ts +4 -0
- package/node_modules/rimraf/dist/esm/use-native.d.ts.map +1 -0
- package/node_modules/rimraf/dist/esm/use-native.js +15 -0
- package/node_modules/rimraf/dist/esm/use-native.js.map +1 -0
- package/node_modules/rimraf/package.json +92 -0
- package/package.json +152 -0
- package/scripts/install-scanners.js +258 -0
- package/scripts/watchdog.js +147 -0
- package/src/analyzers/CSSAnalyzer.js +297 -0
- package/src/analyzers/ConfigValidator.js +690 -0
- package/src/analyzers/ESLintAnalyzer.js +320 -0
- package/src/analyzers/JavaScriptAnalyzer.js +261 -0
- package/src/analyzers/PrettierFormatter.js +247 -0
- package/src/analyzers/PythonAnalyzer.js +283 -0
- package/src/analyzers/SecurityAnalyzer.js +729 -0
- package/src/analyzers/SparrowAnalyzer.js +341 -0
- package/src/analyzers/TypeScriptAnalyzer.js +247 -0
- package/src/analyzers/codeCloneDetector/analyzer.js +344 -0
- package/src/analyzers/codeCloneDetector/detector.js +250 -0
- package/src/analyzers/codeCloneDetector/index.js +192 -0
- package/src/analyzers/codeCloneDetector/parser.js +199 -0
- package/src/analyzers/codeCloneDetector/reporter.js +148 -0
- package/src/analyzers/codeCloneDetector/scanner.js +88 -0
- package/src/core/agentPool.js +1957 -0
- package/src/core/agentScheduler.js +3212 -0
- package/src/core/contextManager.js +709 -0
- package/src/core/flowExecutor.js +928 -0
- package/src/core/messageProcessor.js +808 -0
- package/src/core/orchestrator.js +584 -0
- package/src/core/stateManager.js +1500 -0
- package/src/index.js +972 -0
- package/src/interfaces/cli.js +553 -0
- package/src/interfaces/terminal/__tests__/smoke/advancedFeatures.test.js +208 -0
- package/src/interfaces/terminal/__tests__/smoke/agentControl.test.js +236 -0
- package/src/interfaces/terminal/__tests__/smoke/agents.test.js +138 -0
- package/src/interfaces/terminal/__tests__/smoke/components.test.js +137 -0
- package/src/interfaces/terminal/__tests__/smoke/connection.test.js +350 -0
- package/src/interfaces/terminal/__tests__/smoke/enhancements.test.js +156 -0
- package/src/interfaces/terminal/__tests__/smoke/imports.test.js +332 -0
- package/src/interfaces/terminal/__tests__/smoke/messages.test.js +256 -0
- package/src/interfaces/terminal/__tests__/smoke/tools.test.js +388 -0
- package/src/interfaces/terminal/api/apiClient.js +299 -0
- package/src/interfaces/terminal/api/messageRouter.js +262 -0
- package/src/interfaces/terminal/api/session.js +266 -0
- package/src/interfaces/terminal/api/websocket.js +497 -0
- package/src/interfaces/terminal/components/AgentCreator.js +705 -0
- package/src/interfaces/terminal/components/AgentEditor.js +678 -0
- package/src/interfaces/terminal/components/AgentSwitcher.js +330 -0
- package/src/interfaces/terminal/components/ErrorBoundary.js +92 -0
- package/src/interfaces/terminal/components/ErrorPanel.js +264 -0
- package/src/interfaces/terminal/components/Header.js +28 -0
- package/src/interfaces/terminal/components/HelpPanel.js +231 -0
- package/src/interfaces/terminal/components/InputBox.js +118 -0
- package/src/interfaces/terminal/components/Layout.js +603 -0
- package/src/interfaces/terminal/components/LoadingSpinner.js +71 -0
- package/src/interfaces/terminal/components/MessageList.js +281 -0
- package/src/interfaces/terminal/components/MultilineTextInput.js +251 -0
- package/src/interfaces/terminal/components/SearchPanel.js +265 -0
- package/src/interfaces/terminal/components/SettingsPanel.js +415 -0
- package/src/interfaces/terminal/components/StatusBar.js +65 -0
- package/src/interfaces/terminal/components/TextInput.js +127 -0
- package/src/interfaces/terminal/config/agentEditorConstants.js +227 -0
- package/src/interfaces/terminal/config/constants.js +393 -0
- package/src/interfaces/terminal/index.js +168 -0
- package/src/interfaces/terminal/state/useAgentControl.js +496 -0
- package/src/interfaces/terminal/state/useAgents.js +537 -0
- package/src/interfaces/terminal/state/useConnection.js +444 -0
- package/src/interfaces/terminal/state/useMessages.js +630 -0
- package/src/interfaces/terminal/state/useTools.js +554 -0
- package/src/interfaces/terminal/utils/debugLogger.js +44 -0
- package/src/interfaces/terminal/utils/settingsStorage.js +232 -0
- package/src/interfaces/terminal/utils/theme.js +85 -0
- package/src/interfaces/webServer.js +5457 -0
- package/src/modules/fileExplorer/controller.js +413 -0
- package/src/modules/fileExplorer/index.js +37 -0
- package/src/modules/fileExplorer/middleware.js +92 -0
- package/src/modules/fileExplorer/routes.js +158 -0
- package/src/modules/fileExplorer/types.js +44 -0
- package/src/services/agentActivityService.js +399 -0
- package/src/services/aiService.js +2618 -0
- package/src/services/apiKeyManager.js +334 -0
- package/src/services/benchmarkService.js +196 -0
- package/src/services/budgetService.js +565 -0
- package/src/services/contextInjectionService.js +268 -0
- package/src/services/conversationCompactionService.js +1103 -0
- package/src/services/credentialVault.js +685 -0
- package/src/services/errorHandler.js +810 -0
- package/src/services/fileAttachmentService.js +547 -0
- package/src/services/flowContextService.js +189 -0
- package/src/services/memoryService.js +521 -0
- package/src/services/modelRouterService.js +365 -0
- package/src/services/modelsService.js +323 -0
- package/src/services/ollamaService.js +452 -0
- package/src/services/portRegistry.js +336 -0
- package/src/services/portTracker.js +223 -0
- package/src/services/projectDetector.js +404 -0
- package/src/services/promptService.js +372 -0
- package/src/services/qualityInspector.js +796 -0
- package/src/services/scheduleService.js +725 -0
- package/src/services/serviceRegistry.js +386 -0
- package/src/services/skillsService.js +486 -0
- package/src/services/telegramService.js +920 -0
- package/src/services/tokenCountingService.js +316 -0
- package/src/services/visualEditorBridge.js +1033 -0
- package/src/services/visualEditorServer.js +1727 -0
- package/src/services/whatsappService.js +663 -0
- package/src/tools/__tests__/webTool.e2e.test.js +569 -0
- package/src/tools/__tests__/webTool.unit.test.js +195 -0
- package/src/tools/agentCommunicationTool.js +1343 -0
- package/src/tools/agentDelayTool.js +498 -0
- package/src/tools/asyncToolManager.js +604 -0
- package/src/tools/baseTool.js +887 -0
- package/src/tools/browserTool.js +897 -0
- package/src/tools/cloneDetectionTool.js +581 -0
- package/src/tools/codeMapTool.js +857 -0
- package/src/tools/dependencyResolverTool.js +1212 -0
- package/src/tools/docxTool.js +623 -0
- package/src/tools/excelTool.js +636 -0
- package/src/tools/fileContentReplaceTool.js +840 -0
- package/src/tools/fileTreeTool.js +833 -0
- package/src/tools/filesystemTool.js +1217 -0
- package/src/tools/helpTool.js +198 -0
- package/src/tools/imageTool.js +1034 -0
- package/src/tools/importAnalyzerTool.js +1056 -0
- package/src/tools/jobDoneTool.js +388 -0
- package/src/tools/memoryTool.js +554 -0
- package/src/tools/pdfTool.js +627 -0
- package/src/tools/seekTool.js +883 -0
- package/src/tools/skillsTool.js +276 -0
- package/src/tools/staticAnalysisTool.js +2146 -0
- package/src/tools/taskManagerTool.js +2836 -0
- package/src/tools/terminalTool.js +2486 -0
- package/src/tools/userPromptTool.js +474 -0
- package/src/tools/videoTool.js +1139 -0
- package/src/tools/visionTool.js +507 -0
- package/src/tools/visualEditorTool.js +1175 -0
- package/src/tools/webTool.js +3114 -0
- package/src/tools/whatsappTool.js +457 -0
- package/src/types/agent.js +519 -0
- package/src/types/contextReference.js +972 -0
- package/src/types/conversation.js +730 -0
- package/src/types/toolCommand.js +747 -0
- package/src/utilities/attachmentValidator.js +288 -0
- package/src/utilities/browserStealth.js +630 -0
- package/src/utilities/configManager.js +618 -0
- package/src/utilities/constants.js +870 -0
- package/src/utilities/directoryAccessManager.js +566 -0
- package/src/utilities/fileProcessor.js +307 -0
- package/src/utilities/humanBehavior.js +453 -0
- package/src/utilities/jsonRepair.js +242 -0
- package/src/utilities/logger.js +436 -0
- package/src/utilities/platformUtils.js +255 -0
- package/src/utilities/platformUtils.test.js +98 -0
- package/src/utilities/stealthConstants.js +377 -0
- package/src/utilities/structuredFileValidator.js +699 -0
- package/src/utilities/tagParser.js +878 -0
- package/src/utilities/toolConstants.js +415 -0
- package/src/utilities/userDataDir.js +300 -0
- package/web-ui/build/brands/autopilot/favicon.svg +1 -0
- package/web-ui/build/brands/autopilot/logo.webp +0 -0
- package/web-ui/build/brands/onbuzz/favicon.svg +1 -0
- package/web-ui/build/brands/onbuzz/logo-text.webp +0 -0
- package/web-ui/build/brands/onbuzz/logo.webp +0 -0
- package/web-ui/build/index.html +15 -0
- package/web-ui/build/logo.png +0 -0
- package/web-ui/build/logo2.png +0 -0
- package/web-ui/build/static/index-SmQFfvBs.js +746 -0
- package/web-ui/build/static/index-V2ySwjHp.css +1 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
LOXIA AUTOPILOT ONE - COMMERCIAL LICENSE
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Loxia AI. All rights reserved.
|
|
4
|
+
|
|
5
|
+
================================================================================
|
|
6
|
+
LICENSE AGREEMENT
|
|
7
|
+
================================================================================
|
|
8
|
+
|
|
9
|
+
This License Agreement ("Agreement") is a legal agreement between you (either
|
|
10
|
+
an individual or a single entity, "Licensee") and Loxia AI ("Licensor") for
|
|
11
|
+
the Loxia Autopilot One software product, which includes computer software and
|
|
12
|
+
may include associated media, printed materials, and online or electronic
|
|
13
|
+
documentation ("Software").
|
|
14
|
+
|
|
15
|
+
By installing, copying, or otherwise using the Software, you agree to be bound
|
|
16
|
+
by the terms of this Agreement. If you do not agree to the terms of this
|
|
17
|
+
Agreement, do not install or use the Software.
|
|
18
|
+
|
|
19
|
+
================================================================================
|
|
20
|
+
GRANT OF LICENSE
|
|
21
|
+
================================================================================
|
|
22
|
+
|
|
23
|
+
Subject to the terms and conditions of this Agreement, AND upon Licensee's
|
|
24
|
+
registration and authentication with valid credentials provided by Licensor,
|
|
25
|
+
Licensor hereby grants Licensee a non-exclusive, non-transferable, worldwide
|
|
26
|
+
license to:
|
|
27
|
+
|
|
28
|
+
1. INSTALL AND USE the Software ONLY with valid, active authentication
|
|
29
|
+
credentials obtained through registration or subscription with Licensor.
|
|
30
|
+
|
|
31
|
+
2. USE the Software for the duration of your active subscription or license
|
|
32
|
+
period, as determined by Licensor.
|
|
33
|
+
|
|
34
|
+
3. MODIFY the Software configuration files and settings for your own use.
|
|
35
|
+
|
|
36
|
+
4. USE the Software in connection with your own projects, products, or services,
|
|
37
|
+
subject to maintaining an active, valid subscription or license.
|
|
38
|
+
|
|
39
|
+
================================================================================
|
|
40
|
+
RESTRICTIONS
|
|
41
|
+
================================================================================
|
|
42
|
+
|
|
43
|
+
Licensee shall NOT:
|
|
44
|
+
|
|
45
|
+
1. USE the Software without valid, active authentication credentials obtained
|
|
46
|
+
through proper registration or subscription with Licensor.
|
|
47
|
+
|
|
48
|
+
2. SHARE, transfer, or provide access to authentication credentials with any
|
|
49
|
+
third party or unauthorized user.
|
|
50
|
+
|
|
51
|
+
3. REDISTRIBUTE, sublicense, sell, rent, lease, or lend the Software or any
|
|
52
|
+
portion thereof to any third party, whether in original or modified form.
|
|
53
|
+
|
|
54
|
+
4. REVERSE ENGINEER, decompile, disassemble, deobfuscate, or otherwise attempt
|
|
55
|
+
to derive the source code of the Software.
|
|
56
|
+
|
|
57
|
+
5. REMOVE, alter, or obscure any proprietary notices, labels, or marks on or
|
|
58
|
+
in the Software.
|
|
59
|
+
|
|
60
|
+
6. CIRCUMVENT, bypass, or disable any authentication, licensing, or security
|
|
61
|
+
mechanisms in the Software.
|
|
62
|
+
|
|
63
|
+
7. CREATE DERIVATIVE WORKS based on the Software, except for modifications
|
|
64
|
+
to configuration files as permitted above.
|
|
65
|
+
|
|
66
|
+
8. USE the Software to create a competing product or service.
|
|
67
|
+
|
|
68
|
+
9. DISTRIBUTE the Software as part of a product or service offered for sale
|
|
69
|
+
or as a service (SaaS) without explicit written permission from Licensor.
|
|
70
|
+
|
|
71
|
+
10. USE the Software in any manner that violates applicable laws or regulations.
|
|
72
|
+
|
|
73
|
+
11. CONTINUE TO USE the Software after subscription expiration or termination
|
|
74
|
+
without renewing or obtaining a new valid license.
|
|
75
|
+
|
|
76
|
+
================================================================================
|
|
77
|
+
INTELLECTUAL PROPERTY
|
|
78
|
+
================================================================================
|
|
79
|
+
|
|
80
|
+
The Software is licensed, not sold. Licensor retains all right, title, and
|
|
81
|
+
interest in and to the Software, including all intellectual property rights
|
|
82
|
+
therein. The Software is protected by copyright laws and international treaty
|
|
83
|
+
provisions.
|
|
84
|
+
|
|
85
|
+
This license does not grant Licensee any rights to trademarks, service marks,
|
|
86
|
+
or trade names of Licensor.
|
|
87
|
+
|
|
88
|
+
================================================================================
|
|
89
|
+
DISCLAIMER OF WARRANTY
|
|
90
|
+
================================================================================
|
|
91
|
+
|
|
92
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
|
|
93
|
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
94
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
95
|
+
|
|
96
|
+
LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS OR
|
|
97
|
+
THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE.
|
|
98
|
+
|
|
99
|
+
================================================================================
|
|
100
|
+
LIMITATION OF LIABILITY
|
|
101
|
+
================================================================================
|
|
102
|
+
|
|
103
|
+
IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT,
|
|
104
|
+
OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES
|
|
105
|
+
FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
|
|
106
|
+
INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
|
|
107
|
+
INABILITY TO USE THE SOFTWARE, EVEN IF LICENSOR HAS BEEN ADVISED OF THE
|
|
108
|
+
POSSIBILITY OF SUCH DAMAGES.
|
|
109
|
+
|
|
110
|
+
IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS
|
|
111
|
+
AGREEMENT SHALL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR THE
|
|
112
|
+
SOFTWARE.
|
|
113
|
+
|
|
114
|
+
================================================================================
|
|
115
|
+
REGISTRATION AND AUTHENTICATION
|
|
116
|
+
================================================================================
|
|
117
|
+
|
|
118
|
+
1. REGISTRATION REQUIRED: Use of the Software requires registration and
|
|
119
|
+
authentication through Licensor's authentication system.
|
|
120
|
+
|
|
121
|
+
2. VALID CREDENTIALS: Licensee must obtain valid authentication credentials
|
|
122
|
+
through one of the following methods:
|
|
123
|
+
- Active paid subscription
|
|
124
|
+
- Valid license purchase
|
|
125
|
+
- Authorized trial or evaluation access
|
|
126
|
+
- Other methods explicitly approved by Licensor
|
|
127
|
+
|
|
128
|
+
3. CREDENTIAL SECURITY: Licensee is solely responsible for:
|
|
129
|
+
- Maintaining the confidentiality of authentication credentials
|
|
130
|
+
- All activities that occur under their credentials
|
|
131
|
+
- Immediately notifying Licensor of any unauthorized use
|
|
132
|
+
|
|
133
|
+
4. NO CREDENTIAL SHARING: Authentication credentials are personal and
|
|
134
|
+
non-transferable. Sharing credentials with others is strictly prohibited
|
|
135
|
+
and may result in immediate termination of the license.
|
|
136
|
+
|
|
137
|
+
5. SUBSCRIPTION VALIDITY: Access to the Software is conditional upon
|
|
138
|
+
maintaining an active, valid subscription or license. Upon expiration or
|
|
139
|
+
termination of subscription, all rights to use the Software cease
|
|
140
|
+
immediately.
|
|
141
|
+
|
|
142
|
+
6. VERIFICATION: Licensor reserves the right to verify authentication
|
|
143
|
+
credentials and subscription status at any time. The Software may
|
|
144
|
+
periodically communicate with Licensor's servers for authentication
|
|
145
|
+
verification.
|
|
146
|
+
|
|
147
|
+
================================================================================
|
|
148
|
+
SUPPORT AND UPDATES
|
|
149
|
+
================================================================================
|
|
150
|
+
|
|
151
|
+
Licensor may, at its sole discretion, provide updates, upgrades, bug fixes,
|
|
152
|
+
or technical support for the Software to Licensees with active, valid
|
|
153
|
+
subscriptions. Such support, if any, will be provided "as is" without warranty
|
|
154
|
+
of any kind.
|
|
155
|
+
|
|
156
|
+
Licensee is not entitled to any updates or support unless they maintain an
|
|
157
|
+
active subscription or have explicitly agreed to support terms in a separate
|
|
158
|
+
agreement.
|
|
159
|
+
|
|
160
|
+
================================================================================
|
|
161
|
+
TERMINATION
|
|
162
|
+
================================================================================
|
|
163
|
+
|
|
164
|
+
This Agreement is effective until terminated. Licensee's rights under this
|
|
165
|
+
Agreement will terminate automatically without notice from Licensor upon:
|
|
166
|
+
|
|
167
|
+
1. SUBSCRIPTION EXPIRATION: Automatic termination upon expiration of the
|
|
168
|
+
subscription period if not renewed.
|
|
169
|
+
|
|
170
|
+
2. BREACH OF TERMS: Failure to comply with any term(s) of this Agreement,
|
|
171
|
+
including but not limited to:
|
|
172
|
+
- Unauthorized use without valid credentials
|
|
173
|
+
- Sharing or transferring authentication credentials
|
|
174
|
+
- Circumventing authentication or security mechanisms
|
|
175
|
+
- Reverse engineering or deobfuscation attempts
|
|
176
|
+
- Redistribution of the Software
|
|
177
|
+
|
|
178
|
+
3. CREDENTIAL VIOLATIONS: Any misuse, unauthorized sharing, or security
|
|
179
|
+
breach involving Licensee's authentication credentials.
|
|
180
|
+
|
|
181
|
+
4. NON-PAYMENT: Failure to maintain payment for subscription-based access.
|
|
182
|
+
|
|
183
|
+
Upon termination, Licensee must:
|
|
184
|
+
- Immediately cease all use of the Software
|
|
185
|
+
- Destroy all copies, full or partial, of the Software
|
|
186
|
+
- Delete or destroy all authentication credentials
|
|
187
|
+
- Certify destruction upon Licensor's request
|
|
188
|
+
|
|
189
|
+
Termination does not relieve Licensee of payment obligations incurred prior
|
|
190
|
+
to termination.
|
|
191
|
+
|
|
192
|
+
================================================================================
|
|
193
|
+
DATA COLLECTION AND PRIVACY
|
|
194
|
+
================================================================================
|
|
195
|
+
|
|
196
|
+
1. AUTHENTICATION DATA: The Software requires periodic communication with
|
|
197
|
+
Licensor's authentication servers to verify credentials and subscription
|
|
198
|
+
status. This includes:
|
|
199
|
+
- Authentication credentials verification
|
|
200
|
+
- Subscription status checks
|
|
201
|
+
- License validation
|
|
202
|
+
|
|
203
|
+
2. LOCAL OPERATION: Beyond authentication verification, the Software operates
|
|
204
|
+
locally on Licensee's machine. Licensor does not collect telemetry, usage
|
|
205
|
+
data, or personal information from the Software without explicit consent.
|
|
206
|
+
|
|
207
|
+
3. DATA SECURITY: Licensor implements reasonable security measures to protect
|
|
208
|
+
authentication data during transmission and storage.
|
|
209
|
+
|
|
210
|
+
4. USER RESPONSIBILITY: Licensee is responsible for compliance with applicable
|
|
211
|
+
privacy laws when using the Software to process any personal or sensitive
|
|
212
|
+
data.
|
|
213
|
+
|
|
214
|
+
================================================================================
|
|
215
|
+
EXPORT RESTRICTIONS
|
|
216
|
+
================================================================================
|
|
217
|
+
|
|
218
|
+
Licensee agrees to comply with all applicable export and import laws and
|
|
219
|
+
regulations. Licensee shall not export or re-export the Software, directly or
|
|
220
|
+
indirectly, to any countries that are subject to export restrictions.
|
|
221
|
+
|
|
222
|
+
================================================================================
|
|
223
|
+
GOVERNING LAW
|
|
224
|
+
================================================================================
|
|
225
|
+
|
|
226
|
+
This Agreement shall be governed by and construed in accordance with the laws
|
|
227
|
+
of the State of Israel, without regard to its conflict of law provisions.
|
|
228
|
+
|
|
229
|
+
Any disputes arising under or in connection with this Agreement shall be
|
|
230
|
+
subject to the exclusive jurisdiction of the competent courts of Tel Aviv-Jaffa,
|
|
231
|
+
Israel.
|
|
232
|
+
|
|
233
|
+
================================================================================
|
|
234
|
+
ENTIRE AGREEMENT
|
|
235
|
+
================================================================================
|
|
236
|
+
|
|
237
|
+
This Agreement constitutes the entire agreement between Licensee and Licensor
|
|
238
|
+
concerning the Software and supersedes all prior or contemporaneous oral or
|
|
239
|
+
written communications, proposals, and representations with respect to the
|
|
240
|
+
Software or any other subject matter covered by this Agreement.
|
|
241
|
+
|
|
242
|
+
This Agreement may not be modified except by a written amendment signed by an
|
|
243
|
+
authorized representative of Licensor.
|
|
244
|
+
|
|
245
|
+
================================================================================
|
|
246
|
+
SEVERABILITY
|
|
247
|
+
================================================================================
|
|
248
|
+
|
|
249
|
+
If any provision of this Agreement is held to be unenforceable, such provision
|
|
250
|
+
shall be reformed only to the extent necessary to make it enforceable, and the
|
|
251
|
+
remaining provisions of this Agreement shall remain in full force and effect.
|
|
252
|
+
|
|
253
|
+
================================================================================
|
|
254
|
+
ACKNOWLEDGMENT
|
|
255
|
+
================================================================================
|
|
256
|
+
|
|
257
|
+
BY INSTALLING OR USING THE SOFTWARE, LICENSEE ACKNOWLEDGES THAT LICENSEE HAS
|
|
258
|
+
READ THIS AGREEMENT, UNDERSTANDS IT, AND AGREES TO BE BOUND BY ITS TERMS AND
|
|
259
|
+
CONDITIONS.
|
|
260
|
+
|
|
261
|
+
================================================================================
|
|
262
|
+
|
|
263
|
+
For questions regarding this license, please contact:
|
|
264
|
+
Email: legal@loxia.ai
|
|
265
|
+
Website: https://loxia.ai
|
|
266
|
+
|
|
267
|
+
Version 1.0 - January 2025
|
package/README.md
ADDED
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# Loxia Autopilot One
|
|
4
|
+
|
|
5
|
+
**Autonomous AI Agent System for Software Development**
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@loxia-labs/loxia-autopilot-one)
|
|
8
|
+
[](https://nodejs.org)
|
|
9
|
+
[](./LICENSE)
|
|
10
|
+
|
|
11
|
+
**[Quick Start](#-quick-start)** | **[Features](#-features)** | **[Documentation](#-documentation)** | **[Tools](#-ai-powered-tools)** | **[Web UI](#-web-interface)**
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## What is Loxia Autopilot One?
|
|
18
|
+
|
|
19
|
+
Loxia Autopilot One is a **production-ready autonomous AI agent system** that empowers developers with intelligent coding assistance. It combines the power of multiple AI models with a comprehensive toolkit for software development, code analysis, and automation.
|
|
20
|
+
|
|
21
|
+
### Why Loxia?
|
|
22
|
+
|
|
23
|
+
- **Multi-Agent Orchestration** - Run multiple AI agents simultaneously with isolated workspaces
|
|
24
|
+
- **Rich Tool Ecosystem** - 18+ specialized tools for development, analysis, and automation
|
|
25
|
+
- **Dual Interface** - Modern Web UI + powerful CLI for any workflow
|
|
26
|
+
- **Real-Time Monitoring** - Track agent activity, costs, and performance
|
|
27
|
+
- **Persistent State** - Resume conversations and continue work across sessions
|
|
28
|
+
- **Secure by Design** - Agent isolation, resource limits, and security scanning
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Features
|
|
33
|
+
|
|
34
|
+
### Core Capabilities
|
|
35
|
+
|
|
36
|
+
<table>
|
|
37
|
+
<tr>
|
|
38
|
+
<td width="50%">
|
|
39
|
+
|
|
40
|
+
#### Intelligent Agent System
|
|
41
|
+
- Multi-agent conversation orchestration
|
|
42
|
+
- Automatic model selection and routing
|
|
43
|
+
- Task-based agent specialization
|
|
44
|
+
- Inter-agent communication
|
|
45
|
+
- Background task management
|
|
46
|
+
|
|
47
|
+
</td>
|
|
48
|
+
<td width="50%">
|
|
49
|
+
|
|
50
|
+
#### Professional Tooling
|
|
51
|
+
- Terminal command execution
|
|
52
|
+
- File system operations
|
|
53
|
+
- Web browsing and scraping
|
|
54
|
+
- Image generation (DALL-E, Flux)
|
|
55
|
+
- Code analysis and refactoring
|
|
56
|
+
|
|
57
|
+
</td>
|
|
58
|
+
</tr>
|
|
59
|
+
<tr>
|
|
60
|
+
<td width="50%">
|
|
61
|
+
|
|
62
|
+
#### Development Features
|
|
63
|
+
- Import/export analysis
|
|
64
|
+
- Dependency resolution
|
|
65
|
+
- Static code analysis
|
|
66
|
+
- Clone detection
|
|
67
|
+
- Security scanning
|
|
68
|
+
|
|
69
|
+
</td>
|
|
70
|
+
<td width="50%">
|
|
71
|
+
|
|
72
|
+
#### Smart Assistance
|
|
73
|
+
- Context-aware responses
|
|
74
|
+
- File attachments in chat
|
|
75
|
+
- Conversation compaction
|
|
76
|
+
- Task management
|
|
77
|
+
- Progress tracking
|
|
78
|
+
|
|
79
|
+
</td>
|
|
80
|
+
</tr>
|
|
81
|
+
</table>
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Quick Start
|
|
86
|
+
|
|
87
|
+
### 1. Create an Account
|
|
88
|
+
|
|
89
|
+
Register at **[autopilot.loxia.ai](https://autopilot.loxia.ai)** to get started.
|
|
90
|
+
|
|
91
|
+
### 2. Install the Package
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
npm install -g @loxia-labs/loxia-autopilot-one
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### 3. Verify Installation
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
loxia --version
|
|
101
|
+
# Should display: Loxia Autopilot One v2.3.0
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### 4. Create an API Key
|
|
105
|
+
|
|
106
|
+
1. Sign in at [autopilot.loxia.ai](https://autopilot.loxia.ai)
|
|
107
|
+
2. Navigate to [API Keys](https://autopilot.loxia.ai/api-keys)
|
|
108
|
+
3. Create a new API key and copy it
|
|
109
|
+
|
|
110
|
+
### 5. Launch & Configure
|
|
111
|
+
|
|
112
|
+
#### Option A: Web UI
|
|
113
|
+
```bash
|
|
114
|
+
loxia web
|
|
115
|
+
```
|
|
116
|
+
This starts the server and opens the Web UI in your browser. Go to **Settings** and paste your API key.
|
|
117
|
+
|
|
118
|
+
#### Option B: Terminal UI
|
|
119
|
+
```bash
|
|
120
|
+
loxia plus-terminal
|
|
121
|
+
```
|
|
122
|
+
This starts the server + Terminal UI. Press `Ctrl+,` to open Settings, paste your API key. Press `Alt+H` for help.
|
|
123
|
+
|
|
124
|
+
### 6. Start Using Loxia
|
|
125
|
+
|
|
126
|
+
1. **Create an agent** using the interface
|
|
127
|
+
2. **Send a message** to start interacting
|
|
128
|
+
3. **Enjoy** autonomous AI assistance!
|
|
129
|
+
|
|
130
|
+
### CLI Reference
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
loxia web # Start server + open Web UI in browser
|
|
134
|
+
loxia terminal # Start Terminal UI (server must be running)
|
|
135
|
+
loxia plus-terminal # Start server + Terminal UI together
|
|
136
|
+
loxia plus-web # Alias for 'web'
|
|
137
|
+
loxia --port 3000 # Use custom port (works with any command)
|
|
138
|
+
loxia --version # Show version
|
|
139
|
+
loxia --help # Show all options
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Web Interface
|
|
145
|
+
|
|
146
|
+
The modern Web UI provides an intuitive interface for managing agents and conversations:
|
|
147
|
+
|
|
148
|
+
### Key Features
|
|
149
|
+
|
|
150
|
+
- **Chat Interface** - Clean, responsive chat with markdown support
|
|
151
|
+
- **File Attachments** - Drag and drop files into conversations
|
|
152
|
+
- **Agent Management** - Create, switch, and manage multiple agents
|
|
153
|
+
- **Real-Time Updates** - Live agent status and output streaming
|
|
154
|
+
- **Model Selection** - Switch between AI models on the fly
|
|
155
|
+
- **Task Tracking** - Visual task lists with progress indicators
|
|
156
|
+
- **Search & Filter** - Find conversations and messages quickly
|
|
157
|
+
- **Modern UI** - Built with React, TailwindCSS, and WebSockets
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## AI-Powered Tools
|
|
162
|
+
|
|
163
|
+
Loxia comes with 18+ specialized tools that agents can use autonomously:
|
|
164
|
+
|
|
165
|
+
### Development Tools
|
|
166
|
+
|
|
167
|
+
| Tool | Description | Key Features |
|
|
168
|
+
|------|-------------|--------------|
|
|
169
|
+
| **Terminal** | Execute shell commands | Background processes, stdin input, prompt detection |
|
|
170
|
+
| **File System** | File operations | Create, read, update, delete files and directories |
|
|
171
|
+
| **Browser** | Web automation | Headless browsing, screenshots, scraping with Puppeteer |
|
|
172
|
+
| **Seek** | Code search | Pattern matching, multi-directory support |
|
|
173
|
+
| **File Tree** | Directory visualization | Tree structure generation, filtering |
|
|
174
|
+
|
|
175
|
+
### Analysis Tools
|
|
176
|
+
|
|
177
|
+
| Tool | Description | Key Features |
|
|
178
|
+
|------|-------------|--------------|
|
|
179
|
+
| **Import Analyzer** | Import/export analysis | ES6, CommonJS, circular dependencies, unused exports |
|
|
180
|
+
| **Dependency Resolver** | Dependency management | Semantic versioning, conflict detection, upgrade paths |
|
|
181
|
+
| **Static Analysis** | Code quality | ESLint, Prettier, TypeScript, Stylelint integration |
|
|
182
|
+
| **Clone Detection** | Code duplication | AST-based analysis, similarity scoring |
|
|
183
|
+
| **Security Scanner** | Security audits | npm audit, dependency vulnerabilities, deployment checks |
|
|
184
|
+
|
|
185
|
+
### AI & Automation Tools
|
|
186
|
+
|
|
187
|
+
| Tool | Description | Key Features |
|
|
188
|
+
|------|-------------|--------------|
|
|
189
|
+
| **Image Generator** | AI image creation | Flux Pro support, high-quality outputs |
|
|
190
|
+
| **Video Generator** | AI video creation | Azure OpenAI Sora integration, async processing |
|
|
191
|
+
| **Task Manager** | Task tracking | Todo lists, progress tracking, agent synchronization |
|
|
192
|
+
| **Web Tool** | HTTP requests | GET, POST, API testing, webhook debugging |
|
|
193
|
+
| **File Content Replace** | Bulk replacements | Pattern-based, multi-file, preview changes |
|
|
194
|
+
| **Agent Communication** | Inter-agent messaging | Task delegation, collaborative workflows |
|
|
195
|
+
|
|
196
|
+
### System Tools
|
|
197
|
+
|
|
198
|
+
| Tool | Description | Key Features |
|
|
199
|
+
|------|-------------|--------------|
|
|
200
|
+
| **Agent Delay** | Pause agent execution | Timed delays, background operation support |
|
|
201
|
+
| **Job Done** | Task completion | Mark autonomous work complete, exit to chat mode |
|
|
202
|
+
| **Async Tool Manager** | Background task handling | Long-running operations, status tracking |
|
|
203
|
+
| **Loop Detection** | Repetition prevention | Sliding window analysis, automatic termination |
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## System Requirements
|
|
208
|
+
|
|
209
|
+
- **Node.js**: >= 20.0.0 (20.x LTS recommended)
|
|
210
|
+
- **npm**: >= 7.0.0
|
|
211
|
+
- **Operating System**: Windows, macOS (Intel & Apple Silicon), Linux
|
|
212
|
+
- **Memory**: 2GB minimum, 4GB+ recommended
|
|
213
|
+
- **Disk Space**: 500MB for package and dependencies
|
|
214
|
+
- **Shell**: bash, zsh (macOS default), PowerShell, cmd
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## Architecture
|
|
219
|
+
|
|
220
|
+
### High-Level Overview
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
+--------------------------------------------------+
|
|
224
|
+
| Client Interfaces |
|
|
225
|
+
| +-------------+ +-------------------------+ |
|
|
226
|
+
| | Web UI | | CLI Interface | |
|
|
227
|
+
| | (React) | | (Interactive Shell) | |
|
|
228
|
+
| +-------------+ +-------------------------+ |
|
|
229
|
+
+------------------------+-------------------------+
|
|
230
|
+
| WebSocket / IPC
|
|
231
|
+
+-------------v--------------+
|
|
232
|
+
| Orchestrator Service |
|
|
233
|
+
| (Request Coordination) |
|
|
234
|
+
+---------+--------+--------+
|
|
235
|
+
| |
|
|
236
|
+
+----------v--+ +--v--------------+
|
|
237
|
+
| Agent Pool | | AI Service |
|
|
238
|
+
| - Lifecycle | | - Model Router |
|
|
239
|
+
| - Scheduling| | - Backend API |
|
|
240
|
+
+------+------+ +-----------------+
|
|
241
|
+
|
|
|
242
|
+
+------v--------------------------+
|
|
243
|
+
| Message Processor |
|
|
244
|
+
| - Tool Registry |
|
|
245
|
+
| - Command Extraction |
|
|
246
|
+
| - Execution Engine |
|
|
247
|
+
+----------------------------------+
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Key Components
|
|
251
|
+
|
|
252
|
+
- **Orchestrator**: Central coordination hub for all requests
|
|
253
|
+
- **Agent Pool**: Manages agent lifecycle, isolation, and communication
|
|
254
|
+
- **Message Processor**: Parses and executes tool commands from AI responses
|
|
255
|
+
- **AI Service**: Routes requests to appropriate AI backends
|
|
256
|
+
- **State Manager**: Persistent storage and session management
|
|
257
|
+
- **Tool Registry**: Extensible tool system with 18+ built-in tools
|
|
258
|
+
|
|
259
|
+
---
|
|
260
|
+
|
|
261
|
+
## Documentation
|
|
262
|
+
|
|
263
|
+
### For Users
|
|
264
|
+
|
|
265
|
+
- **[Installation Guide](./INSTALLATION.md)** - Detailed installation and setup
|
|
266
|
+
- **[Tool Documentation](./docs/CREATING_TOOLS.md)** - How to use and create tools
|
|
267
|
+
- **[Architecture Docs](./docs/README.md)** - Interactive architecture diagrams
|
|
268
|
+
|
|
269
|
+
### For Developers
|
|
270
|
+
|
|
271
|
+
- **[Architecture Overview](./docs/architecture/)** - System design and components
|
|
272
|
+
- **[API Agent Capabilities](./docs/API-AGENT-CAPABILITIES.md)** - Agent API reference
|
|
273
|
+
- **[Creating Tools](./docs/CREATING_TOOLS.md)** - Build custom tools
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
## Security & Privacy
|
|
278
|
+
|
|
279
|
+
### Built-In Security Features
|
|
280
|
+
|
|
281
|
+
- **Agent Isolation** - Each agent has isolated workspace and permissions
|
|
282
|
+
- **Resource Limits** - Prevents resource exhaustion (CPU, memory, commands)
|
|
283
|
+
- **Path Validation** - Prevents directory traversal attacks
|
|
284
|
+
- **Command Sanitization** - Protects against command injection
|
|
285
|
+
- **Security Scanning** - Built-in vulnerability detection
|
|
286
|
+
- **Audit Logging** - Comprehensive activity logs
|
|
287
|
+
|
|
288
|
+
### Privacy
|
|
289
|
+
|
|
290
|
+
- **Authentication Only** - Only credential verification communicates with servers
|
|
291
|
+
- **Local-First** - All work data stays on your machine
|
|
292
|
+
- **No Usage Telemetry** - No tracking or analytics of your work
|
|
293
|
+
- **State Control** - Full control over conversation history
|
|
294
|
+
- **Easy Cleanup** - Delete state directory to remove all local data
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
## Roadmap
|
|
299
|
+
|
|
300
|
+
### Current Version (2.2.5)
|
|
301
|
+
|
|
302
|
+
- Two-layer tool descriptions: compact index + on-demand full docs via Help tool
|
|
303
|
+
- Document creation tools: DOCX (Word) and Excel read/create support
|
|
304
|
+
- PDF creation: HTML to PDF via Puppeteer with full CSS support
|
|
305
|
+
- Tool result turn tracking: batched results grouped by turn with manifest headers
|
|
306
|
+
- Unified `MAX_OUTPUT_TOKENS` constant (10,000) shared by aiService and compaction check
|
|
307
|
+
- Compaction: preserve recent achievements, file paths, meaningful tool outcomes; 8K summary tokens
|
|
308
|
+
|
|
309
|
+
### v2.0.6
|
|
310
|
+
- Tool path sync: terminal `cd` now propagates to all tools (filesystem, seek, pdf, etc.)
|
|
311
|
+
- Streaming performance: chunk batching, incremental parser, reduced overscan
|
|
312
|
+
- WebSocket log suppression for high-frequency stream chunks
|
|
313
|
+
|
|
314
|
+
### Previous Versions
|
|
315
|
+
|
|
316
|
+
- v2.0.2: Compaction system rewrite, SSE stream parser fix, token usage tracking
|
|
317
|
+
- v2.0.0: System port protection, UI responsiveness fixes, model error handling
|
|
318
|
+
- v1.9.x: Port registry fix, startup timeout fix, agent creation UX, flow agent visibility
|
|
319
|
+
- v1.8.0: Teams, agent duplication, flow execution, awaiting user input scheduling
|
|
320
|
+
- v1.6.x: JSON repair, filesystem hardening, streaming abort, stop button visibility
|
|
321
|
+
- v1.5.0: Dynamic version display, tool builtin delay, compaction indicator redesign
|
|
322
|
+
- v1.4.x: Parallel agent processing, streaming response display, smart auto-scroll
|
|
323
|
+
- v1.3.x: Binary distribution, video tool (Sora), PDF tool, API key persistence
|
|
324
|
+
- v1.2.x: Full macOS compatibility, help modal, keyboard shortcuts
|
|
325
|
+
- v1.1.x: Multi-agent orchestration, 18+ tools, conversation compaction
|
|
326
|
+
|
|
327
|
+
### Upcoming Features
|
|
328
|
+
|
|
329
|
+
- **VSCode Extension** - Native IDE integration
|
|
330
|
+
- **Plugin System** - Custom tool marketplace
|
|
331
|
+
- **Cloud Sync** - Optional cloud backup (opt-in)
|
|
332
|
+
|
|
333
|
+
---
|
|
334
|
+
|
|
335
|
+
## Contributing
|
|
336
|
+
|
|
337
|
+
We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
|
|
338
|
+
|
|
339
|
+
### Development Setup
|
|
340
|
+
|
|
341
|
+
```bash
|
|
342
|
+
# Clone the repository
|
|
343
|
+
git clone https://github.com/loxia-ai/autopilot-cli-v10.git
|
|
344
|
+
cd autopilot-cli-v10
|
|
345
|
+
|
|
346
|
+
# Install dependencies
|
|
347
|
+
npm install
|
|
348
|
+
|
|
349
|
+
# Build Web UI
|
|
350
|
+
cd web-ui && npm install && npm run build && cd ..
|
|
351
|
+
|
|
352
|
+
# Start in development mode
|
|
353
|
+
npm run dev
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
---
|
|
357
|
+
|
|
358
|
+
## License
|
|
359
|
+
|
|
360
|
+
**Commercial License** - see [LICENSE](./LICENSE) file for complete terms.
|
|
361
|
+
|
|
362
|
+
- **Authentication Required** - Valid subscription or license needed to use
|
|
363
|
+
- **Commercial Use** - Use in your own projects and services (with active subscription)
|
|
364
|
+
- **No Free Use** - Requires active subscription or valid license
|
|
365
|
+
- **No Redistribution** - Cannot resell, redistribute, or sublicense
|
|
366
|
+
|
|
367
|
+
**Copyright (c) 2025-2026 Loxia AI. All rights reserved.**
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
## Support
|
|
372
|
+
|
|
373
|
+
- **Documentation**: Check the [docs](./docs/) directory
|
|
374
|
+
- **Bug Reports**: [GitHub Issues](https://github.com/loxia-ai/autopilot-cli-v10/issues)
|
|
375
|
+
- **Email**: support@loxia.ai
|
|
376
|
+
|
|
377
|
+
### Troubleshooting
|
|
378
|
+
|
|
379
|
+
**Web UI won't start?**
|
|
380
|
+
```bash
|
|
381
|
+
# Check if port is in use
|
|
382
|
+
lsof -i :8080
|
|
383
|
+
|
|
384
|
+
# Use a different port
|
|
385
|
+
loxia --port 3000
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
**Agent not responding?**
|
|
389
|
+
```bash
|
|
390
|
+
# Check logs
|
|
391
|
+
cat .loxia-state/logs/system.log
|
|
392
|
+
|
|
393
|
+
# Restart with debug logging
|
|
394
|
+
LOXIA_LOG_LEVEL=debug loxia
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
**Installation issues?**
|
|
398
|
+
```bash
|
|
399
|
+
# Clear npm cache
|
|
400
|
+
npm cache clean --force
|
|
401
|
+
|
|
402
|
+
# Reinstall
|
|
403
|
+
npm install -g @loxia-labs/loxia-autopilot-one --force
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
**macOS Installation**
|
|
407
|
+
|
|
408
|
+
On macOS, configure npm to use a user-writable directory:
|
|
409
|
+
```bash
|
|
410
|
+
mkdir ~/.npm-global
|
|
411
|
+
npm config set prefix '~/.npm-global'
|
|
412
|
+
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.zshrc
|
|
413
|
+
source ~/.zshrc
|
|
414
|
+
npm install -g @loxia-labs/loxia-autopilot-one
|
|
415
|
+
```
|
|
416
|
+
|
|
417
|
+
---
|
|
418
|
+
|
|
419
|
+
<div align="center">
|
|
420
|
+
|
|
421
|
+
**Made with care by the Loxia team**
|
|
422
|
+
|
|
423
|
+
[Website](https://loxia.ai) | [Twitter](https://twitter.com/loxia_ai)
|
|
424
|
+
|
|
425
|
+
</div>
|