system-phone 3.1.94 → 3.1.97

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.
Files changed (195) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/.eslintrc.js +16 -16
  4. package/CHANGELOG.md +1 -1
  5. package/Dockerfile +3 -3
  6. package/README.md +36 -36
  7. package/build/css-loaders.js +34 -34
  8. package/build/dev-client.js +8 -8
  9. package/build/example-server.js +80 -80
  10. package/build/release.sh +28 -28
  11. package/build/utils.js +71 -71
  12. package/build/webpack.dev.conf.js +31 -31
  13. package/build/webpack.example.conf.js +49 -49
  14. package/build/webpack.prod.conf.js +60 -60
  15. package/build/webpack.test.conf.js +31 -31
  16. package/config/dev.env.js +6 -6
  17. package/config/index.js +38 -38
  18. package/config/prod.env.js +3 -3
  19. package/config/test.env.js +6 -6
  20. package/nginx.conf +304 -304
  21. package/package.json +101 -101
  22. package/release.bat +5 -5
  23. package/src/Util.js +415 -415
  24. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  25. package/src/android-bootstrap/less/.csscomb.json +304 -304
  26. package/src/android-bootstrap/less/.csslintrc +19 -19
  27. package/src/android-bootstrap/less/alerts.less +73 -73
  28. package/src/android-bootstrap/less/badges.less +66 -66
  29. package/src/android-bootstrap/less/bootstrap.less +56 -56
  30. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  31. package/src/android-bootstrap/less/button-groups.less +247 -247
  32. package/src/android-bootstrap/less/buttons.less +173 -173
  33. package/src/android-bootstrap/less/carousel.less +269 -269
  34. package/src/android-bootstrap/less/close.less +34 -34
  35. package/src/android-bootstrap/less/code.less +69 -69
  36. package/src/android-bootstrap/less/component-animations.less +33 -33
  37. package/src/android-bootstrap/less/dropdowns.less +216 -216
  38. package/src/android-bootstrap/less/forms.less +626 -626
  39. package/src/android-bootstrap/less/glyphicons.less +305 -305
  40. package/src/android-bootstrap/less/grid.less +84 -84
  41. package/src/android-bootstrap/less/input-groups.less +167 -167
  42. package/src/android-bootstrap/less/jumbotron.less +52 -52
  43. package/src/android-bootstrap/less/labels.less +64 -64
  44. package/src/android-bootstrap/less/list-group.less +141 -141
  45. package/src/android-bootstrap/less/media.less +66 -66
  46. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  47. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  48. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  49. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  50. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  51. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  52. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  53. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  54. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  55. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  56. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  57. package/src/android-bootstrap/less/mixins/image.less +33 -33
  58. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  59. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  60. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  61. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  62. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  63. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  64. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  65. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  66. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  67. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  68. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  69. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  70. package/src/android-bootstrap/less/mixins/size.less +10 -10
  71. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  72. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  73. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  74. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  75. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  76. package/src/android-bootstrap/less/mixins.less +40 -40
  77. package/src/android-bootstrap/less/modals.less +151 -151
  78. package/src/android-bootstrap/less/navbar.less +660 -660
  79. package/src/android-bootstrap/less/navs.less +290 -290
  80. package/src/android-bootstrap/less/normalize.less +424 -424
  81. package/src/android-bootstrap/less/pager.less +76 -76
  82. package/src/android-bootstrap/less/pagination.less +89 -89
  83. package/src/android-bootstrap/less/panels.less +274 -274
  84. package/src/android-bootstrap/less/popovers.less +131 -131
  85. package/src/android-bootstrap/less/print.less +101 -101
  86. package/src/android-bootstrap/less/progress-bars.less +87 -87
  87. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  88. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  89. package/src/android-bootstrap/less/scaffolding.less +161 -161
  90. package/src/android-bootstrap/less/tables.less +262 -262
  91. package/src/android-bootstrap/less/theme.less +291 -291
  92. package/src/android-bootstrap/less/thumbnails.less +36 -36
  93. package/src/android-bootstrap/less/tooltip.less +102 -102
  94. package/src/android-bootstrap/less/type.less +303 -303
  95. package/src/android-bootstrap/less/utilities.less +55 -55
  96. package/src/android-bootstrap/less/variables.less +896 -896
  97. package/src/android-bootstrap/less/wells.less +29 -29
  98. package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  99. package/src/bootstrap/less/.csscomb.json +304 -304
  100. package/src/bootstrap/less/.csslintrc +19 -19
  101. package/src/bootstrap/less/alerts.less +73 -73
  102. package/src/bootstrap/less/badges.less +66 -66
  103. package/src/bootstrap/less/bootstrap.less +56 -56
  104. package/src/bootstrap/less/breadcrumbs.less +26 -26
  105. package/src/bootstrap/less/button-groups.less +247 -247
  106. package/src/bootstrap/less/buttons.less +172 -172
  107. package/src/bootstrap/less/carousel.less +269 -269
  108. package/src/bootstrap/less/close.less +34 -34
  109. package/src/bootstrap/less/code.less +69 -69
  110. package/src/bootstrap/less/component-animations.less +33 -33
  111. package/src/bootstrap/less/dropdowns.less +216 -216
  112. package/src/bootstrap/less/forms.less +626 -626
  113. package/src/bootstrap/less/glyphicons.less +305 -305
  114. package/src/bootstrap/less/grid.less +84 -84
  115. package/src/bootstrap/less/input-groups.less +167 -167
  116. package/src/bootstrap/less/jumbotron.less +52 -52
  117. package/src/bootstrap/less/labels.less +64 -64
  118. package/src/bootstrap/less/list-group.less +141 -141
  119. package/src/bootstrap/less/media.less +66 -66
  120. package/src/bootstrap/less/mixins/alerts.less +14 -14
  121. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  122. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  123. package/src/bootstrap/less/mixins/buttons.less +69 -69
  124. package/src/bootstrap/less/mixins/center-block.less +7 -7
  125. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  126. package/src/bootstrap/less/mixins/forms.less +90 -90
  127. package/src/bootstrap/less/mixins/gradients.less +59 -59
  128. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  129. package/src/bootstrap/less/mixins/grid.less +122 -122
  130. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  131. package/src/bootstrap/less/mixins/image.less +33 -33
  132. package/src/bootstrap/less/mixins/labels.less +12 -12
  133. package/src/bootstrap/less/mixins/list-group.less +30 -30
  134. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  135. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  136. package/src/bootstrap/less/mixins/opacity.less +8 -8
  137. package/src/bootstrap/less/mixins/pagination.less +24 -24
  138. package/src/bootstrap/less/mixins/panels.less +24 -24
  139. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  140. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  141. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  142. package/src/bootstrap/less/mixins/resize.less +6 -6
  143. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  144. package/src/bootstrap/less/mixins/size.less +10 -10
  145. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  146. package/src/bootstrap/less/mixins/table-row.less +44 -44
  147. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  148. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  149. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  150. package/src/bootstrap/less/mixins.less +40 -40
  151. package/src/bootstrap/less/modals.less +151 -151
  152. package/src/bootstrap/less/navbar.less +660 -660
  153. package/src/bootstrap/less/navs.less +286 -286
  154. package/src/bootstrap/less/normalize.less +424 -424
  155. package/src/bootstrap/less/pager.less +76 -76
  156. package/src/bootstrap/less/pagination.less +89 -89
  157. package/src/bootstrap/less/panels.less +275 -275
  158. package/src/bootstrap/less/popovers.less +131 -131
  159. package/src/bootstrap/less/print.less +101 -101
  160. package/src/bootstrap/less/progress-bars.less +87 -87
  161. package/src/bootstrap/less/responsive-embed.less +35 -35
  162. package/src/bootstrap/less/responsive-utilities.less +194 -194
  163. package/src/bootstrap/less/scaffolding.less +161 -161
  164. package/src/bootstrap/less/tables.less +262 -262
  165. package/src/bootstrap/less/theme.less +291 -291
  166. package/src/bootstrap/less/thumbnails.less +36 -36
  167. package/src/bootstrap/less/tooltip.less +102 -102
  168. package/src/bootstrap/less/type.less +303 -303
  169. package/src/bootstrap/less/utilities.less +55 -55
  170. package/src/bootstrap/less/variables.less +895 -895
  171. package/src/bootstrap/less/wells.less +29 -29
  172. package/src/components/AloneLoadParams.vue +26 -26
  173. package/src/components/EncryptUtil.js +53 -53
  174. package/src/components/LoadAppdata.vue +38 -38
  175. package/src/components/LoginApp.vue +1032 -1030
  176. package/src/components/PhoneSellInfo.vue +148 -148
  177. package/src/components/SystemSetUp.vue +344 -340
  178. package/src/components/Test.vue +14 -14
  179. package/src/plugins/GetStringData.js +18 -18
  180. package/src/plugins/LoadParams.js +24 -24
  181. package/src/services/ConfigService.js +24 -24
  182. package/static/app.json +4 -4
  183. package/static/globals.txt +74 -74
  184. package/test/unit/.eslintrc +5 -5
  185. package/test/unit/TestUtil.js +35 -35
  186. package/test/unit/context.html +20 -20
  187. package/test/unit/index.js +13 -13
  188. package/test/unit/init.js +13 -13
  189. package/test/unit/karma.conf.js +50 -50
  190. package/test/unit/specs/App.spec.js +17 -17
  191. package/test/unit/specs/Test.spec.js +28 -28
  192. package/test/unit/specs/components/LoginApp.spec.js +21 -21
  193. package/test/unit/specs/sevices/ConfigService.spec.js +23 -23
  194. package/test/unit/specs/sevices/GetDBTest.spec.js +28 -28
  195. package/.serena/project.yml +0 -87
@@ -1,28 +1,28 @@
1
- import $ from 'jquery'
2
- import Vue from 'vue'
3
- import init from '../init'
4
- import TestUtil from '../TestUtil'
5
- import Test from 'src/components/Test'
6
-
7
- describe('基础测试', () => {
8
- let vm = null
9
- before(() => {
10
- init()
11
- Vue.component('test', Test)
12
- vm = TestUtil.createTest('test', {msg: '测试标题'})
13
- })
14
-
15
- after(function () {
16
- TestUtil.destroyVM(vm)
17
- })
18
-
19
- it('组件能够正确显示', () => {
20
- expect($(vm.$el).html()).to.contain('Hello Test')
21
- })
22
- it('组件参数能够正确传递', done => {
23
- vm.$nextTick(() => {
24
- expect($(vm.$el).html()).to.contain('测试标题')
25
- done()
26
- })
27
- })
28
- })
1
+ import $ from 'jquery'
2
+ import Vue from 'vue'
3
+ import init from '../init'
4
+ import TestUtil from '../TestUtil'
5
+ import Test from 'src/components/Test'
6
+
7
+ describe('基础测试', () => {
8
+ let vm = null
9
+ before(() => {
10
+ init()
11
+ Vue.component('test', Test)
12
+ vm = TestUtil.createTest('test', {msg: '测试标题'})
13
+ })
14
+
15
+ after(function () {
16
+ TestUtil.destroyVM(vm)
17
+ })
18
+
19
+ it('组件能够正确显示', () => {
20
+ expect($(vm.$el).html()).to.contain('Hello Test')
21
+ })
22
+ it('组件参数能够正确传递', done => {
23
+ vm.$nextTick(() => {
24
+ expect($(vm.$el).html()).to.contain('测试标题')
25
+ done()
26
+ })
27
+ })
28
+ })
@@ -1,21 +1,21 @@
1
- import Vue from 'vue'
2
- import init from 'test/unit/init'
3
- import { TestUtil } from 'vue-client'
4
- import LoginApp from 'src/components/LoginApp'
5
-
6
- describe('src/components/LoginApp: 登录', () => {
7
- let vm = null
8
- before(() => {
9
- init()
10
- })
11
-
12
- it('显示', () => {
13
- vm = TestUtil.createTest(LoginApp, {})
14
- })
15
-
16
- it('登录', async function() {
17
- vm.ename = 'wenming'
18
- vm.password = '1'
19
- await vm.confirm()
20
- })
21
- })
1
+ import Vue from 'vue'
2
+ import init from 'test/unit/init'
3
+ import { TestUtil } from 'vue-client'
4
+ import LoginApp from 'src/components/LoginApp'
5
+
6
+ describe('src/components/LoginApp: 登录', () => {
7
+ let vm = null
8
+ before(() => {
9
+ init()
10
+ })
11
+
12
+ it('显示', () => {
13
+ vm = TestUtil.createTest(LoginApp, {})
14
+ })
15
+
16
+ it('登录', async function() {
17
+ vm.ename = 'wenming'
18
+ vm.password = '1'
19
+ await vm.confirm()
20
+ })
21
+ })
@@ -1,23 +1,23 @@
1
- import Vue from 'vue'
2
- import init from 'test/unit/init'
3
- import { TestUtil } from 'vue-client'
4
-
5
- describe('src/App: 主应用', () => {
6
- let vm = null
7
- before(async function() {
8
- init()
9
- // 登录
10
- let path = `/rs/user/liaoning/1/手机服务`
11
- let ret = await Vue.resetget(path)
12
- console.log(JSON.stringify(ret.data))
13
- // 设置jwt
14
- Vue.$login = {jwt: ret.data.id}
15
- })
16
-
17
- it.only('加载后台配置', async function() {
18
- let result = await Vue.resetget(`/phone/rs/vue`,
19
- {data: {}},
20
- {resolveMsg: null, rejectMsg: null})
21
- console.log('后台配置:', JSON.stringify(result.data))
22
- })
23
- })
1
+ import Vue from 'vue'
2
+ import init from 'test/unit/init'
3
+ import { TestUtil } from 'vue-client'
4
+
5
+ describe('src/App: 主应用', () => {
6
+ let vm = null
7
+ before(async function() {
8
+ init()
9
+ // 登录
10
+ let path = `/rs/user/liaoning/1/手机服务`
11
+ let ret = await Vue.resetget(path)
12
+ console.log(JSON.stringify(ret.data))
13
+ // 设置jwt
14
+ Vue.$login = {jwt: ret.data.id}
15
+ })
16
+
17
+ it.only('加载后台配置', async function() {
18
+ let result = await Vue.resetget(`/phone/rs/vue`,
19
+ {data: {}},
20
+ {resolveMsg: null, rejectMsg: null})
21
+ console.log('后台配置:', JSON.stringify(result.data))
22
+ })
23
+ })
@@ -1,28 +1,28 @@
1
- import Vue from 'vue'
2
- import init from 'test/unit/init'
3
- import { TestUtil } from 'vue-client'
4
-
5
- describe('src/App: 主应用', () => {
6
- let vm = null
7
- before(async function() {
8
- init()
9
- // 登录
10
- let path = `/rs/user/liaoning/1/手机服务`
11
- let ret = await Vue.resetget(path)
12
- // 设置jwt
13
- Vue.$login = {jwt: ret.data.id}
14
- })
15
-
16
- it('加载表元', async function() {
17
- let result = await Vue.resetpost(`/rs/db/meta`,
18
- 't_details',
19
- {resolveMsg: null, rejectMsg: null})
20
- console.log('表元数据:', result.data)
21
- })
22
- it.only('加载业务逻辑', async function() {
23
- let result = await Vue.resetget(`/phone/rs/dir2`,
24
- {resolveMsg: null, rejectMsg: null})
25
- console.log('业务逻辑:', result.data)
26
- })
27
-
28
- })
1
+ import Vue from 'vue'
2
+ import init from 'test/unit/init'
3
+ import { TestUtil } from 'vue-client'
4
+
5
+ describe('src/App: 主应用', () => {
6
+ let vm = null
7
+ before(async function() {
8
+ init()
9
+ // 登录
10
+ let path = `/rs/user/liaoning/1/手机服务`
11
+ let ret = await Vue.resetget(path)
12
+ // 设置jwt
13
+ Vue.$login = {jwt: ret.data.id}
14
+ })
15
+
16
+ it('加载表元', async function() {
17
+ let result = await Vue.resetpost(`/rs/db/meta`,
18
+ 't_details',
19
+ {resolveMsg: null, rejectMsg: null})
20
+ console.log('表元数据:', result.data)
21
+ })
22
+ it.only('加载业务逻辑', async function() {
23
+ let result = await Vue.resetget(`/phone/rs/dir2`,
24
+ {resolveMsg: null, rejectMsg: null})
25
+ console.log('业务逻辑:', result.data)
26
+ })
27
+
28
+ })
@@ -1,87 +0,0 @@
1
- # list of languages for which language servers are started; choose from:
2
- # al bash clojure cpp csharp csharp_omnisharp
3
- # dart elixir elm erlang fortran fsharp
4
- # go groovy haskell java julia kotlin
5
- # lua markdown nix pascal perl php
6
- # powershell python python_jedi r rego ruby
7
- # ruby_solargraph rust scala swift terraform toml
8
- # typescript typescript_vts yaml zig
9
- # Note:
10
- # - For C, use cpp
11
- # - For JavaScript, use typescript
12
- # - For Free Pascal / Lazarus, use pascal
13
- # Special requirements:
14
- # - csharp: Requires the presence of a .sln file in the project folder.
15
- # - pascal: Requires Free Pascal Compiler (fpc) and optionally Lazarus.
16
- # When using multiple languages, the first language server that supports a given file will be used for that file.
17
- # The first language is the default language and the respective language server will be used as a fallback.
18
- # Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
19
- languages:
20
- - vue
21
-
22
- # the encoding used by text files in the project
23
- # For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
24
- encoding: "utf-8"
25
-
26
- # whether to use the project's gitignore file to ignore files
27
- # Added on 2025-04-07
28
- ignore_all_files_in_gitignore: true
29
-
30
- # list of additional paths to ignore
31
- # same syntax as gitignore, so you can use * and **
32
- # Was previously called `ignored_dirs`, please update your config if you are using that.
33
- # Added (renamed) on 2025-04-07
34
- ignored_paths: []
35
-
36
- # whether the project is in read-only mode
37
- # If set to true, all editing tools will be disabled and attempts to use them will result in an error
38
- # Added on 2025-04-18
39
- read_only: false
40
-
41
- # list of tool names to exclude. We recommend not excluding any tools, see the readme for more details.
42
- # Below is the complete list of tools for convenience.
43
- # To make sure you have the latest list of tools, and to view their descriptions,
44
- # execute `uv run scripts/print_tool_overview.py`.
45
- #
46
- # * `activate_project`: Activates a project by name.
47
- # * `check_onboarding_performed`: Checks whether project onboarding was already performed.
48
- # * `create_text_file`: Creates/overwrites a file in the project directory.
49
- # * `delete_lines`: Deletes a range of lines within a file.
50
- # * `delete_memory`: Deletes a memory from Serena's project-specific memory store.
51
- # * `execute_shell_command`: Executes a shell command.
52
- # * `find_referencing_code_snippets`: Finds code snippets in which the symbol at the given location is referenced.
53
- # * `find_referencing_symbols`: Finds symbols that reference the symbol at the given location (optionally filtered by type).
54
- # * `find_symbol`: Performs a global (or local) search for symbols with/containing a given name/substring (optionally filtered by type).
55
- # * `get_current_config`: Prints the current configuration of the agent, including the active and available projects, tools, contexts, and modes.
56
- # * `get_symbols_overview`: Gets an overview of the top-level symbols defined in a given file.
57
- # * `initial_instructions`: Gets the initial instructions for the current project.
58
- # Should only be used in settings where the system prompt cannot be set,
59
- # e.g. in clients you have no control over, like Claude Desktop.
60
- # * `insert_after_symbol`: Inserts content after the end of the definition of a given symbol.
61
- # * `insert_at_line`: Inserts content at a given line in a file.
62
- # * `insert_before_symbol`: Inserts content before the beginning of the definition of a given symbol.
63
- # * `list_dir`: Lists files and directories in the given directory (optionally with recursion).
64
- # * `list_memories`: Lists memories in Serena's project-specific memory store.
65
- # * `onboarding`: Performs onboarding (identifying the project structure and essential tasks, e.g. for testing or building).
66
- # * `prepare_for_new_conversation`: Provides instructions for preparing for a new conversation (in order to continue with the necessary context).
67
- # * `read_file`: Reads a file within the project directory.
68
- # * `read_memory`: Reads the memory with the given name from Serena's project-specific memory store.
69
- # * `remove_project`: Removes a project from the Serena configuration.
70
- # * `replace_lines`: Replaces a range of lines within a file with new content.
71
- # * `replace_symbol_body`: Replaces the full definition of a symbol.
72
- # * `restart_language_server`: Restarts the language server, may be necessary when edits not through Serena happen.
73
- # * `search_for_pattern`: Performs a search for a pattern in the project.
74
- # * `summarize_changes`: Provides instructions for summarizing the changes made to the codebase.
75
- # * `switch_modes`: Activates modes by providing a list of their names
76
- # * `think_about_collected_information`: Thinking tool for pondering the completeness of collected information.
77
- # * `think_about_task_adherence`: Thinking tool for determining whether the agent is still on track with the current task.
78
- # * `think_about_whether_you_are_done`: Thinking tool for determining whether the task is truly completed.
79
- # * `write_memory`: Writes a named memory (for future reference) to Serena's project-specific memory store.
80
- excluded_tools: []
81
-
82
- # initial prompt for the project. It will always be given to the LLM upon activating the project
83
- # (contrary to the memories, which are loaded on demand).
84
- initial_prompt: ""
85
-
86
- project_name: "SystemPhone"
87
- included_optional_tools: []