Update installer and setup_msi to v2.0, remove bundled LLM model
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
30fa744697
commit
21d055dc10
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=AUTARCH
|
AppName=AUTARCH
|
||||||
AppVersion=1.5.1
|
AppVersion=2.0
|
||||||
AppVerName=AUTARCH 1.5.1
|
AppVerName=AUTARCH 2.0
|
||||||
AppPublisher=darkHal Security Group
|
AppPublisher=darkHal Security Group
|
||||||
AppPublisherURL=https://github.com/darkhal
|
AppPublisherURL=https://github.com/darkhal
|
||||||
AppSupportURL=https://github.com/darkhal
|
AppSupportURL=https://github.com/darkhal
|
||||||
|
|||||||
@ -16,7 +16,6 @@ include_files = [
|
|||||||
(str(SRC / 'web' / 'static'), 'web/static'),
|
(str(SRC / 'web' / 'static'), 'web/static'),
|
||||||
(str(SRC / 'data'), 'data'),
|
(str(SRC / 'data'), 'data'),
|
||||||
(str(SRC / 'modules'), 'modules'),
|
(str(SRC / 'modules'), 'modules'),
|
||||||
(str(SRC / 'models' / 'Hal_v2.gguf'), 'models/Hal_v2.gguf'),
|
|
||||||
(str(SRC / 'autarch_settings.conf'), 'autarch_settings.conf'),
|
(str(SRC / 'autarch_settings.conf'), 'autarch_settings.conf'),
|
||||||
(str(SRC / 'user_manual.md'), 'user_manual.md'),
|
(str(SRC / 'user_manual.md'), 'user_manual.md'),
|
||||||
(str(SRC / 'windows_manual.md'), 'windows_manual.md'),
|
(str(SRC / 'windows_manual.md'), 'windows_manual.md'),
|
||||||
@ -52,6 +51,8 @@ build_exe_options = {
|
|||||||
'web.routes.msf', 'web.routes.chat',
|
'web.routes.msf', 'web.routes.chat',
|
||||||
'web.routes.targets', 'web.routes.encmodules',
|
'web.routes.targets', 'web.routes.encmodules',
|
||||||
'web.routes.llm_trainer',
|
'web.routes.llm_trainer',
|
||||||
|
'web.routes.autonomy',
|
||||||
|
'core.model_router', 'core.rules', 'core.autonomy',
|
||||||
],
|
],
|
||||||
'excludes': ['torch', 'transformers',
|
'excludes': ['torch', 'transformers',
|
||||||
'tkinter', 'matplotlib', 'numpy',
|
'tkinter', 'matplotlib', 'numpy',
|
||||||
@ -74,7 +75,7 @@ bdist_msi_options = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='AUTARCH',
|
name='AUTARCH',
|
||||||
version='1.5.1',
|
version='2.0',
|
||||||
description='AUTARCH — Autonomous Tactical Agent for Reconnaissance, Counterintelligence, and Hacking',
|
description='AUTARCH — Autonomous Tactical Agent for Reconnaissance, Counterintelligence, and Hacking',
|
||||||
author='darkHal Security Group & Setec Security Labs',
|
author='darkHal Security Group & Setec Security Labs',
|
||||||
options={
|
options={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user