@mono-agent/agent-app 0.6.2 → 0.9.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.
Files changed (313) hide show
  1. package/README.md +259 -19
  2. package/dist/account-home.d.ts +6 -0
  3. package/dist/account-home.d.ts.map +1 -0
  4. package/dist/account-home.js +9 -0
  5. package/dist/account-home.js.map +1 -0
  6. package/dist/adapter-send-proxy.d.ts +18 -0
  7. package/dist/adapter-send-proxy.d.ts.map +1 -0
  8. package/dist/adapter-send-proxy.js +229 -0
  9. package/dist/adapter-send-proxy.js.map +1 -0
  10. package/dist/adapter-send-tools-main.js +62 -4
  11. package/dist/adapter-send-tools-main.js.map +1 -1
  12. package/dist/adapter-send-tools.d.ts +33 -6
  13. package/dist/adapter-send-tools.d.ts.map +1 -1
  14. package/dist/adapter-send-tools.js +485 -87
  15. package/dist/adapter-send-tools.js.map +1 -1
  16. package/dist/app-config.d.ts +3 -1
  17. package/dist/app-config.d.ts.map +1 -1
  18. package/dist/app-config.js +16 -5
  19. package/dist/app-config.js.map +1 -1
  20. package/dist/app.d.ts +27 -0
  21. package/dist/app.d.ts.map +1 -1
  22. package/dist/app.js +761 -147
  23. package/dist/app.js.map +1 -1
  24. package/dist/background-environment.d.ts +16 -0
  25. package/dist/background-environment.d.ts.map +1 -0
  26. package/dist/background-environment.js +68 -0
  27. package/dist/background-environment.js.map +1 -0
  28. package/dist/background-runtime.d.ts +62 -0
  29. package/dist/background-runtime.d.ts.map +1 -0
  30. package/dist/background-runtime.js +1115 -0
  31. package/dist/background-runtime.js.map +1 -0
  32. package/dist/background-snapshot-key.d.ts +13 -0
  33. package/dist/background-snapshot-key.d.ts.map +1 -0
  34. package/dist/background-snapshot-key.js +194 -0
  35. package/dist/background-snapshot-key.js.map +1 -0
  36. package/dist/background-snapshot.d.ts +96 -0
  37. package/dist/background-snapshot.d.ts.map +1 -0
  38. package/dist/background-snapshot.js +450 -0
  39. package/dist/background-snapshot.js.map +1 -0
  40. package/dist/background-worker-lease.d.ts +39 -0
  41. package/dist/background-worker-lease.d.ts.map +1 -0
  42. package/dist/background-worker-lease.js +356 -0
  43. package/dist/background-worker-lease.js.map +1 -0
  44. package/dist/background.d.ts +74 -2
  45. package/dist/background.d.ts.map +1 -1
  46. package/dist/background.js +815 -73
  47. package/dist/background.js.map +1 -1
  48. package/dist/broadcast-recorder.d.ts.map +1 -1
  49. package/dist/broadcast-recorder.js +24 -2
  50. package/dist/broadcast-recorder.js.map +1 -1
  51. package/dist/channel-plugins.d.ts +2 -0
  52. package/dist/channel-plugins.d.ts.map +1 -1
  53. package/dist/channel-plugins.js +8 -0
  54. package/dist/channel-plugins.js.map +1 -1
  55. package/dist/channels.d.ts +10 -0
  56. package/dist/channels.d.ts.map +1 -1
  57. package/dist/channels.js +87 -9
  58. package/dist/channels.js.map +1 -1
  59. package/dist/cli.d.ts +86 -4
  60. package/dist/cli.d.ts.map +1 -1
  61. package/dist/cli.js +2421 -143
  62. package/dist/cli.js.map +1 -1
  63. package/dist/config-reference.d.ts.map +1 -1
  64. package/dist/config-reference.js +448 -6
  65. package/dist/config-reference.js.map +1 -1
  66. package/dist/configuration-proposal-main.d.ts +3 -0
  67. package/dist/configuration-proposal-main.d.ts.map +1 -0
  68. package/dist/configuration-proposal-main.js +13 -0
  69. package/dist/configuration-proposal-main.js.map +1 -0
  70. package/dist/configuration-proposal-tool.d.ts +33 -0
  71. package/dist/configuration-proposal-tool.d.ts.map +1 -0
  72. package/dist/configuration-proposal-tool.js +188 -0
  73. package/dist/configuration-proposal-tool.js.map +1 -0
  74. package/dist/configured-agent.d.ts +16 -0
  75. package/dist/configured-agent.d.ts.map +1 -1
  76. package/dist/configured-agent.js +165 -18
  77. package/dist/configured-agent.js.map +1 -1
  78. package/dist/consumer-contract.d.ts +3 -0
  79. package/dist/consumer-contract.d.ts.map +1 -1
  80. package/dist/consumer-contract.js +44 -1
  81. package/dist/consumer-contract.js.map +1 -1
  82. package/dist/continuation-command.d.ts +15 -0
  83. package/dist/continuation-command.d.ts.map +1 -0
  84. package/dist/continuation-command.js +170 -0
  85. package/dist/continuation-command.js.map +1 -0
  86. package/dist/continuation-config.d.ts +25 -0
  87. package/dist/continuation-config.d.ts.map +1 -0
  88. package/dist/continuation-config.js +236 -0
  89. package/dist/continuation-config.js.map +1 -0
  90. package/dist/continuation-service.d.ts +99 -0
  91. package/dist/continuation-service.d.ts.map +1 -0
  92. package/dist/continuation-service.js +1313 -0
  93. package/dist/continuation-service.js.map +1 -0
  94. package/dist/continuation-store.d.ts +104 -0
  95. package/dist/continuation-store.d.ts.map +1 -0
  96. package/dist/continuation-store.js +688 -0
  97. package/dist/continuation-store.js.map +1 -0
  98. package/dist/continuations.d.ts +167 -0
  99. package/dist/continuations.d.ts.map +1 -0
  100. package/dist/continuations.js +71 -0
  101. package/dist/continuations.js.map +1 -0
  102. package/dist/doctor.d.ts +29 -5
  103. package/dist/doctor.d.ts.map +1 -1
  104. package/dist/doctor.js +1611 -116
  105. package/dist/doctor.js.map +1 -1
  106. package/dist/first-run-managed-memory.d.ts +39 -0
  107. package/dist/first-run-managed-memory.d.ts.map +1 -0
  108. package/dist/first-run-managed-memory.js +584 -0
  109. package/dist/first-run-managed-memory.js.map +1 -0
  110. package/dist/first-run-readiness.d.ts +111 -0
  111. package/dist/first-run-readiness.d.ts.map +1 -0
  112. package/dist/first-run-readiness.js +728 -0
  113. package/dist/first-run-readiness.js.map +1 -0
  114. package/dist/index.d.ts +17 -3
  115. package/dist/index.d.ts.map +1 -1
  116. package/dist/index.js +8 -1
  117. package/dist/index.js.map +1 -1
  118. package/dist/init.d.ts +95 -3
  119. package/dist/init.d.ts.map +1 -1
  120. package/dist/init.js +1218 -24
  121. package/dist/init.js.map +1 -1
  122. package/dist/interaction-bridge.d.ts +25 -1
  123. package/dist/interaction-bridge.d.ts.map +1 -1
  124. package/dist/interaction-bridge.js +281 -19
  125. package/dist/interaction-bridge.js.map +1 -1
  126. package/dist/launchd.d.ts +16 -6
  127. package/dist/launchd.d.ts.map +1 -1
  128. package/dist/launchd.js +30 -15
  129. package/dist/launchd.js.map +1 -1
  130. package/dist/local-configuration.d.ts +99 -0
  131. package/dist/local-configuration.d.ts.map +1 -0
  132. package/dist/local-configuration.js +1299 -0
  133. package/dist/local-configuration.js.map +1 -0
  134. package/dist/managed-runtime-packages.d.ts +9 -0
  135. package/dist/managed-runtime-packages.d.ts.map +1 -0
  136. package/dist/managed-runtime-packages.js +56 -0
  137. package/dist/managed-runtime-packages.js.map +1 -0
  138. package/dist/memory-command.d.ts +4 -0
  139. package/dist/memory-command.d.ts.map +1 -1
  140. package/dist/memory-command.js +751 -27
  141. package/dist/memory-command.js.map +1 -1
  142. package/dist/memory-embedding-service.d.ts +33 -0
  143. package/dist/memory-embedding-service.d.ts.map +1 -0
  144. package/dist/memory-embedding-service.js +207 -0
  145. package/dist/memory-embedding-service.js.map +1 -0
  146. package/dist/memory-recall.d.ts +43 -14
  147. package/dist/memory-recall.d.ts.map +1 -1
  148. package/dist/memory-recall.js +103 -33
  149. package/dist/memory-recall.js.map +1 -1
  150. package/dist/memory-retrieval.d.ts +66 -0
  151. package/dist/memory-retrieval.d.ts.map +1 -0
  152. package/dist/memory-retrieval.js +332 -0
  153. package/dist/memory-retrieval.js.map +1 -0
  154. package/dist/modules/base.d.ts +6 -5
  155. package/dist/modules/base.d.ts.map +1 -1
  156. package/dist/modules/base.js +11 -7
  157. package/dist/modules/base.js.map +1 -1
  158. package/dist/modules/catalog.d.ts.map +1 -1
  159. package/dist/modules/catalog.js +141 -25
  160. package/dist/modules/catalog.js.map +1 -1
  161. package/dist/modules/index.d.ts +2 -2
  162. package/dist/modules/index.d.ts.map +1 -1
  163. package/dist/modules/index.js +1 -1
  164. package/dist/modules/index.js.map +1 -1
  165. package/dist/modules/known-tools.d.ts +3 -0
  166. package/dist/modules/known-tools.d.ts.map +1 -1
  167. package/dist/modules/known-tools.js +11 -1
  168. package/dist/modules/known-tools.js.map +1 -1
  169. package/dist/modules/types.d.ts +20 -6
  170. package/dist/modules/types.d.ts.map +1 -1
  171. package/dist/modules/types.js.map +1 -1
  172. package/dist/notify-runtime.d.ts +26 -0
  173. package/dist/notify-runtime.d.ts.map +1 -0
  174. package/dist/notify-runtime.js +27 -0
  175. package/dist/notify-runtime.js.map +1 -0
  176. package/dist/notify-tool.d.ts +51 -0
  177. package/dist/notify-tool.d.ts.map +1 -0
  178. package/dist/notify-tool.js +182 -0
  179. package/dist/notify-tool.js.map +1 -0
  180. package/dist/package-version.d.ts +3 -0
  181. package/dist/package-version.d.ts.map +1 -0
  182. package/dist/package-version.js +14 -0
  183. package/dist/package-version.js.map +1 -0
  184. package/dist/pi-auth-store-inspection.d.ts +21 -0
  185. package/dist/pi-auth-store-inspection.d.ts.map +1 -0
  186. package/dist/pi-auth-store-inspection.js +120 -0
  187. package/dist/pi-auth-store-inspection.js.map +1 -0
  188. package/dist/pi-oauth-login-main.d.ts +3 -0
  189. package/dist/pi-oauth-login-main.d.ts.map +1 -0
  190. package/dist/pi-oauth-login-main.js +14 -0
  191. package/dist/pi-oauth-login-main.js.map +1 -0
  192. package/dist/pi-oauth-login.d.ts +22 -0
  193. package/dist/pi-oauth-login.d.ts.map +1 -0
  194. package/dist/pi-oauth-login.js +79 -0
  195. package/dist/pi-oauth-login.js.map +1 -0
  196. package/dist/proactive-notify.d.ts +2 -0
  197. package/dist/proactive-notify.d.ts.map +1 -1
  198. package/dist/proactive-notify.js +1 -0
  199. package/dist/proactive-notify.js.map +1 -1
  200. package/dist/process-incarnation.d.ts +23 -0
  201. package/dist/process-incarnation.d.ts.map +1 -0
  202. package/dist/process-incarnation.js +208 -0
  203. package/dist/process-incarnation.js.map +1 -0
  204. package/dist/project-skills.d.ts +40 -0
  205. package/dist/project-skills.d.ts.map +1 -0
  206. package/dist/project-skills.js +573 -0
  207. package/dist/project-skills.js.map +1 -0
  208. package/dist/provider-setup.d.ts +117 -2
  209. package/dist/provider-setup.d.ts.map +1 -1
  210. package/dist/provider-setup.js +1505 -49
  211. package/dist/provider-setup.js.map +1 -1
  212. package/dist/readiness-probe-worker.d.ts +12 -0
  213. package/dist/readiness-probe-worker.d.ts.map +1 -0
  214. package/dist/readiness-probe-worker.js +276 -0
  215. package/dist/readiness-probe-worker.js.map +1 -0
  216. package/dist/readiness-probe.d.ts +100 -0
  217. package/dist/readiness-probe.d.ts.map +1 -0
  218. package/dist/readiness-probe.js +780 -0
  219. package/dist/readiness-probe.js.map +1 -0
  220. package/dist/recipes/base.d.ts +15 -0
  221. package/dist/recipes/base.d.ts.map +1 -0
  222. package/dist/recipes/base.js +51 -0
  223. package/dist/recipes/base.js.map +1 -0
  224. package/dist/recipes/catalog.d.ts +4 -0
  225. package/dist/recipes/catalog.d.ts.map +1 -0
  226. package/dist/recipes/catalog.js +525 -0
  227. package/dist/recipes/catalog.js.map +1 -0
  228. package/dist/recipes/index.d.ts +11 -0
  229. package/dist/recipes/index.d.ts.map +1 -0
  230. package/dist/recipes/index.js +14 -0
  231. package/dist/recipes/index.js.map +1 -0
  232. package/dist/recipes/types.d.ts +70 -0
  233. package/dist/recipes/types.d.ts.map +1 -0
  234. package/dist/recipes/types.js +15 -0
  235. package/dist/recipes/types.js.map +1 -0
  236. package/dist/request-model-override.d.ts +43 -1
  237. package/dist/request-model-override.d.ts.map +1 -1
  238. package/dist/request-model-override.js +178 -19
  239. package/dist/request-model-override.js.map +1 -1
  240. package/dist/run-history.d.ts +32 -0
  241. package/dist/run-history.d.ts.map +1 -0
  242. package/dist/run-history.js +859 -0
  243. package/dist/run-history.js.map +1 -0
  244. package/dist/runs-health.d.ts.map +1 -1
  245. package/dist/runs-health.js +12 -4
  246. package/dist/runs-health.js.map +1 -1
  247. package/dist/runtime-option-extensions.d.ts +14 -0
  248. package/dist/runtime-option-extensions.d.ts.map +1 -0
  249. package/dist/runtime-option-extensions.js +98 -0
  250. package/dist/runtime-option-extensions.js.map +1 -0
  251. package/dist/runtime-routes.d.ts +9 -0
  252. package/dist/runtime-routes.d.ts.map +1 -0
  253. package/dist/runtime-routes.js +13 -0
  254. package/dist/runtime-routes.js.map +1 -0
  255. package/dist/sandbox-manager.d.ts +86 -0
  256. package/dist/sandbox-manager.d.ts.map +1 -0
  257. package/dist/sandbox-manager.js +1402 -0
  258. package/dist/sandbox-manager.js.map +1 -0
  259. package/dist/setup.d.ts +29 -0
  260. package/dist/setup.d.ts.map +1 -0
  261. package/dist/setup.js +97 -0
  262. package/dist/setup.js.map +1 -0
  263. package/dist/supermemory-plugin.d.ts +56 -0
  264. package/dist/supermemory-plugin.d.ts.map +1 -0
  265. package/dist/supermemory-plugin.js +142 -0
  266. package/dist/supermemory-plugin.js.map +1 -0
  267. package/dist/tui-command.d.ts +56 -0
  268. package/dist/tui-command.d.ts.map +1 -1
  269. package/dist/tui-command.js +305 -31
  270. package/dist/tui-command.js.map +1 -1
  271. package/dist/web-command.d.ts +8 -0
  272. package/dist/web-command.d.ts.map +1 -1
  273. package/dist/web-command.js +174 -17
  274. package/dist/web-command.js.map +1 -1
  275. package/dist/wizard/answers.d.ts +31 -4
  276. package/dist/wizard/answers.d.ts.map +1 -1
  277. package/dist/wizard/answers.js +141 -29
  278. package/dist/wizard/answers.js.map +1 -1
  279. package/dist/wizard/from-flags.d.ts +7 -0
  280. package/dist/wizard/from-flags.d.ts.map +1 -1
  281. package/dist/wizard/from-flags.js +36 -2
  282. package/dist/wizard/from-flags.js.map +1 -1
  283. package/dist/wizard/index.d.ts +4 -4
  284. package/dist/wizard/index.d.ts.map +1 -1
  285. package/dist/wizard/index.js +2 -2
  286. package/dist/wizard/index.js.map +1 -1
  287. package/dist/wizard/model-discovery.d.ts +33 -2
  288. package/dist/wizard/model-discovery.d.ts.map +1 -1
  289. package/dist/wizard/model-discovery.js +826 -108
  290. package/dist/wizard/model-discovery.js.map +1 -1
  291. package/dist/wizard/presets.d.ts +1 -1
  292. package/dist/wizard/presets.d.ts.map +1 -1
  293. package/dist/wizard/presets.js +7 -12
  294. package/dist/wizard/presets.js.map +1 -1
  295. package/dist/wizard/prompts.d.ts +56 -9
  296. package/dist/wizard/prompts.d.ts.map +1 -1
  297. package/dist/wizard/prompts.js +172 -20
  298. package/dist/wizard/prompts.js.map +1 -1
  299. package/dist/wizard/run.d.ts +59 -3
  300. package/dist/wizard/run.d.ts.map +1 -1
  301. package/dist/wizard/run.js +1290 -191
  302. package/dist/wizard/run.js.map +1 -1
  303. package/package.json +21 -16
  304. package/resources/srt/package-lock.json +66 -0
  305. package/resources/srt/package.json +9 -0
  306. package/schema/mono-agent.config.schema.json +587 -20
  307. package/skills/mono-agent-composer/SKILL.md +6 -6
  308. package/skills/mono-agent-composer/references/config-blueprint.md +11 -10
  309. package/skills/mono-agent-composer/references/discovery-questions.md +33 -18
  310. package/skills/mono-agent-composer/references/feature-coverage.md +14 -12
  311. package/skills/mono-agent-composer/references/package-map.md +2 -2
  312. package/skills/mono-agent-composer/references/playbooks.md +8 -7
  313. package/skills/mono-agent-composer/references/validation.md +3 -3
@@ -12,6 +12,22 @@
12
12
  "$schema": {
13
13
  "type": "string"
14
14
  },
15
+ "agent": {
16
+ "type": "object",
17
+ "additionalProperties": false,
18
+ "properties": {
19
+ "name": {
20
+ "description": "Public display identity used for trace labels and default A2A metadata; never used in paths or service ids.",
21
+ "examples": [
22
+ "Research Partner"
23
+ ],
24
+ "type": "string",
25
+ "minLength": 1,
26
+ "maxLength": 80,
27
+ "pattern": "^[^\\u0000-\\u001f\\u007f]+$"
28
+ }
29
+ }
30
+ },
15
31
  "runtime": {
16
32
  "type": "object",
17
33
  "additionalProperties": false,
@@ -19,12 +35,12 @@
19
35
  "model": {
20
36
  "description": "Configures model for the runtime section.",
21
37
  "examples": [
22
- "pi:openai-codex:gpt-5.5"
38
+ "codex:gpt-5.6-terra"
23
39
  ],
24
40
  "type": "string"
25
41
  },
26
42
  "fallbackModels": {
27
- "description": "Configures fallbackModels for the runtime section.",
43
+ "description": "Legacy fallback list whose routes inherit runtime.effort. Prefer runtime.fallbacks for new configs.",
28
44
  "examples": [
29
45
  [
30
46
  "pi:ollama:gemma4:31b"
@@ -33,7 +49,62 @@
33
49
  "type": "array",
34
50
  "items": {
35
51
  "type": "string"
36
- }
52
+ },
53
+ "default": []
54
+ },
55
+ "fallbacks": {
56
+ "description": "Canonical ordered fallback routes. Omitted per-route effort means that provider's default.",
57
+ "examples": [
58
+ [
59
+ {
60
+ "model": "codex:gpt-5.6-sol"
61
+ },
62
+ {
63
+ "model": "pi:openai-codex:gpt-5.6-terra",
64
+ "effort": "high"
65
+ }
66
+ ]
67
+ ],
68
+ "type": "array",
69
+ "items": {
70
+ "type": "object",
71
+ "additionalProperties": false,
72
+ "required": [
73
+ "model"
74
+ ],
75
+ "properties": {
76
+ "model": {
77
+ "type": "string",
78
+ "minLength": 1
79
+ },
80
+ "effort": {
81
+ "type": "string",
82
+ "enum": [
83
+ "none",
84
+ "minimal",
85
+ "low",
86
+ "medium",
87
+ "high",
88
+ "xhigh",
89
+ "max",
90
+ "ultra"
91
+ ]
92
+ }
93
+ }
94
+ },
95
+ "default": []
96
+ },
97
+ "routeSafety": {
98
+ "description": "Uniform preserves one shared safety contract; per-route-native uses and reports each provider's explicit contract.",
99
+ "examples": [
100
+ "per-route-native"
101
+ ],
102
+ "type": "string",
103
+ "default": "uniform",
104
+ "enum": [
105
+ "uniform",
106
+ "per-route-native"
107
+ ]
37
108
  },
38
109
  "executionMode": {
39
110
  "description": "Configures executionMode for the runtime section.",
@@ -48,7 +119,17 @@
48
119
  "examples": [
49
120
  "medium"
50
121
  ],
51
- "type": "string"
122
+ "type": "string",
123
+ "enum": [
124
+ "none",
125
+ "minimal",
126
+ "low",
127
+ "medium",
128
+ "high",
129
+ "xhigh",
130
+ "max",
131
+ "ultra"
132
+ ]
52
133
  },
53
134
  "permissionMode": {
54
135
  "description": "Configures permissionMode for the runtime section.",
@@ -219,14 +300,24 @@
219
300
  "bujo"
220
301
  ],
221
302
  "type": "string",
222
- "default": "bujo"
303
+ "default": "bujo",
304
+ "enum": [
305
+ "bujo",
306
+ "supermemory"
307
+ ]
223
308
  },
224
309
  "mode": {
225
310
  "description": "Configures mode for the memory section.",
226
311
  "examples": [
227
312
  "journal"
228
313
  ],
229
- "type": "string"
314
+ "type": "string",
315
+ "default": "lite",
316
+ "enum": [
317
+ "lite",
318
+ "journal",
319
+ "bujo"
320
+ ]
230
321
  },
231
322
  "path": {
232
323
  "description": "Configures path for the memory section.",
@@ -246,10 +337,15 @@
246
337
  "writeMode": {
247
338
  "description": "Configures writeMode for the memory section.",
248
339
  "examples": [
249
- "append-host-summary"
340
+ "disabled"
250
341
  ],
251
342
  "type": "string",
252
- "default": "append-host-summary"
343
+ "default": "disabled",
344
+ "enum": [
345
+ "disabled",
346
+ "append-host-summary",
347
+ "capture"
348
+ ]
253
349
  },
254
350
  "supermemory": {
255
351
  "type": "object",
@@ -306,21 +402,26 @@
306
402
  "additionalProperties": false,
307
403
  "properties": {
308
404
  "provider": {
309
- "description": "Configures embeddings.provider for the memory section.",
405
+ "description": "Embedding service used by Journal/BuJo memory: ollama, lmstudio, or openai.",
310
406
  "examples": [
311
407
  "ollama"
312
408
  ],
313
- "type": "string"
409
+ "type": "string",
410
+ "enum": [
411
+ "ollama",
412
+ "lmstudio",
413
+ "openai"
414
+ ]
314
415
  },
315
416
  "model": {
316
417
  "description": "Configures embeddings.model for the memory section.",
317
418
  "examples": [
318
- "nomic-embed-text"
419
+ "nomic-embed-text:v1.5"
319
420
  ],
320
421
  "type": "string"
321
422
  },
322
423
  "endpoint": {
323
- "description": "Configures embeddings.endpoint for the memory section.",
424
+ "description": "Provider service root. LM Studio uses <root>/v1/embeddings and defaults to http://localhost:1234.",
324
425
  "examples": [
325
426
  "example"
326
427
  ],
@@ -334,7 +435,7 @@
334
435
  "type": "string"
335
436
  },
336
437
  "apiKeyEnv": {
337
- "description": "Secret value for memory.embeddings.apiKeyEnv; prefer the env override.",
438
+ "description": "Environment-variable name containing an optional provider bearer token; an explicitly declared name must resolve before memory starts.",
338
439
  "examples": [
339
440
  "example"
340
441
  ],
@@ -388,12 +489,16 @@
388
489
  "examples": [
389
490
  "agent-host"
390
491
  ],
391
- "type": "string"
492
+ "type": "string",
493
+ "enum": [
494
+ "ollama",
495
+ "agent-host"
496
+ ]
392
497
  },
393
498
  "model": {
394
499
  "description": "Configures llm.model for the memory section.",
395
500
  "examples": [
396
- "pi:openai-codex:gpt-5.5"
501
+ "pi:openai-codex:gpt-5.6-terra"
397
502
  ],
398
503
  "type": "string"
399
504
  },
@@ -438,7 +543,8 @@
438
543
  "examples": [
439
544
  true
440
545
  ],
441
- "type": "boolean"
546
+ "type": "boolean",
547
+ "default": true
442
548
  }
443
549
  }
444
550
  },
@@ -464,7 +570,178 @@
464
570
  }
465
571
  }
466
572
  }
467
- }
573
+ },
574
+ "allOf": [
575
+ {
576
+ "if": {
577
+ "properties": {
578
+ "backend": {
579
+ "const": "bujo"
580
+ },
581
+ "mode": {
582
+ "const": "lite"
583
+ }
584
+ }
585
+ },
586
+ "then": {
587
+ "not": {
588
+ "anyOf": [
589
+ {
590
+ "properties": {
591
+ "embeddings": {}
592
+ },
593
+ "required": [
594
+ "embeddings"
595
+ ]
596
+ },
597
+ {
598
+ "properties": {
599
+ "llm": {}
600
+ },
601
+ "required": [
602
+ "llm"
603
+ ]
604
+ },
605
+ {
606
+ "properties": {
607
+ "consolidation": {}
608
+ },
609
+ "required": [
610
+ "consolidation"
611
+ ]
612
+ },
613
+ {
614
+ "properties": {
615
+ "writeMode": {
616
+ "const": "capture"
617
+ }
618
+ },
619
+ "required": [
620
+ "writeMode"
621
+ ]
622
+ }
623
+ ]
624
+ }
625
+ }
626
+ },
627
+ {
628
+ "if": {
629
+ "properties": {
630
+ "backend": {
631
+ "const": "bujo"
632
+ },
633
+ "mode": {
634
+ "const": "journal"
635
+ }
636
+ },
637
+ "required": [
638
+ "mode"
639
+ ]
640
+ },
641
+ "then": {
642
+ "required": [
643
+ "embeddings"
644
+ ],
645
+ "properties": {
646
+ "embeddings": {
647
+ "type": "object",
648
+ "minProperties": 1
649
+ }
650
+ },
651
+ "not": {
652
+ "anyOf": [
653
+ {
654
+ "properties": {
655
+ "llm": {}
656
+ },
657
+ "required": [
658
+ "llm"
659
+ ]
660
+ },
661
+ {
662
+ "properties": {
663
+ "consolidation": {}
664
+ },
665
+ "required": [
666
+ "consolidation"
667
+ ]
668
+ },
669
+ {
670
+ "properties": {
671
+ "writeMode": {
672
+ "const": "capture"
673
+ }
674
+ },
675
+ "required": [
676
+ "writeMode"
677
+ ]
678
+ }
679
+ ]
680
+ }
681
+ }
682
+ },
683
+ {
684
+ "if": {
685
+ "properties": {
686
+ "backend": {
687
+ "const": "bujo"
688
+ },
689
+ "mode": {
690
+ "const": "bujo"
691
+ }
692
+ },
693
+ "required": [
694
+ "mode"
695
+ ]
696
+ },
697
+ "then": {
698
+ "required": [
699
+ "embeddings",
700
+ "llm"
701
+ ],
702
+ "properties": {
703
+ "embeddings": {
704
+ "type": "object",
705
+ "minProperties": 1
706
+ },
707
+ "llm": {
708
+ "type": "object",
709
+ "properties": {
710
+ "model": {}
711
+ },
712
+ "required": [
713
+ "model"
714
+ ]
715
+ }
716
+ }
717
+ }
718
+ },
719
+ {
720
+ "if": {
721
+ "properties": {
722
+ "backend": {
723
+ "const": "bujo"
724
+ },
725
+ "writeMode": {
726
+ "const": "capture"
727
+ }
728
+ },
729
+ "required": [
730
+ "writeMode"
731
+ ]
732
+ },
733
+ "then": {
734
+ "properties": {
735
+ "mode": {
736
+ "const": "bujo"
737
+ }
738
+ },
739
+ "required": [
740
+ "mode"
741
+ ]
742
+ }
743
+ }
744
+ ]
468
745
  },
469
746
  "tools": {
470
747
  "type": "object",
@@ -507,6 +784,33 @@
507
784
  ],
508
785
  "type": "string"
509
786
  },
787
+ "mcpRequestContextServers": {
788
+ "description": "Configured stdio MCP server names that receive trusted per-request conversation, run, output-directory, and scoped progress context.",
789
+ "examples": [
790
+ [
791
+ "transcribe"
792
+ ]
793
+ ],
794
+ "type": "array",
795
+ "items": {
796
+ "type": "string",
797
+ "minLength": 1
798
+ },
799
+ "default": [],
800
+ "uniqueItems": true
801
+ },
802
+ "continuationServers": {
803
+ "description": "Configures continuationServers for the tools section.",
804
+ "examples": [
805
+ [
806
+ "example"
807
+ ]
808
+ ],
809
+ "type": "array",
810
+ "items": {
811
+ "type": "string"
812
+ }
813
+ },
510
814
  "mcpCallTimeoutMs": {
511
815
  "description": "Configures mcpCallTimeoutMs for the tools section.",
512
816
  "examples": [
@@ -534,7 +838,11 @@
534
838
  "examples": [
535
839
  "native"
536
840
  ],
537
- "type": "string"
841
+ "type": "string",
842
+ "enum": [
843
+ "native",
844
+ "off"
845
+ ]
538
846
  },
539
847
  "network": {
540
848
  "type": "object",
@@ -546,7 +854,12 @@
546
854
  "none"
547
855
  ],
548
856
  "type": "string",
549
- "default": "none"
857
+ "default": "none",
858
+ "enum": [
859
+ "none",
860
+ "localhost",
861
+ "allowlist"
862
+ ]
550
863
  },
551
864
  "allowlist": {
552
865
  "description": "Configures network.allowlist for the sandbox section.",
@@ -604,7 +917,11 @@
604
917
  "fail-closed"
605
918
  ],
606
919
  "type": "string",
607
- "default": "fail-closed"
920
+ "default": "fail-closed",
921
+ "enum": [
922
+ "fail-closed",
923
+ "unsafe-host-process"
924
+ ]
608
925
  },
609
926
  "unsafeAllowHostProcess": {
610
927
  "description": "Configures unsafeAllowHostProcess for the sandbox section.",
@@ -868,6 +1185,196 @@
868
1185
  }
869
1186
  }
870
1187
  },
1188
+ "continuations": {
1189
+ "type": "object",
1190
+ "additionalProperties": false,
1191
+ "properties": {
1192
+ "enabled": {
1193
+ "type": "boolean",
1194
+ "default": true,
1195
+ "description": "Enable the durable continuation service when continuation functionality is configured."
1196
+ },
1197
+ "host": {
1198
+ "type": "string",
1199
+ "enum": [
1200
+ "127.0.0.1",
1201
+ "::1",
1202
+ "localhost"
1203
+ ],
1204
+ "default": "127.0.0.1",
1205
+ "description": "Loopback-only continuation service host."
1206
+ },
1207
+ "port": {
1208
+ "type": "integer",
1209
+ "minimum": 1,
1210
+ "maximum": 65535,
1211
+ "default": 4319,
1212
+ "description": "Fixed continuation service port; 0 is intentionally invalid."
1213
+ },
1214
+ "stateDir": {
1215
+ "type": "string",
1216
+ "minLength": 1,
1217
+ "default": ".mono-agent/continuations",
1218
+ "description": "Owner-only durable continuation state directory."
1219
+ },
1220
+ "namedRoutes": {
1221
+ "type": "object",
1222
+ "default": {},
1223
+ "propertyNames": {
1224
+ "minLength": 1,
1225
+ "maxLength": 128
1226
+ },
1227
+ "additionalProperties": {
1228
+ "oneOf": [
1229
+ {
1230
+ "type": "object",
1231
+ "additionalProperties": false,
1232
+ "required": [
1233
+ "mode",
1234
+ "conversationId"
1235
+ ],
1236
+ "properties": {
1237
+ "mode": {
1238
+ "const": "notify_if_actionable"
1239
+ },
1240
+ "conversationId": {
1241
+ "type": "string",
1242
+ "minLength": 1
1243
+ }
1244
+ }
1245
+ },
1246
+ {
1247
+ "type": "object",
1248
+ "additionalProperties": false,
1249
+ "required": [
1250
+ "mode",
1251
+ "conversationId"
1252
+ ],
1253
+ "properties": {
1254
+ "mode": {
1255
+ "const": "capture"
1256
+ },
1257
+ "conversationId": {
1258
+ "type": "string",
1259
+ "minLength": 1
1260
+ }
1261
+ }
1262
+ },
1263
+ {
1264
+ "type": "object",
1265
+ "additionalProperties": false,
1266
+ "required": [
1267
+ "mode"
1268
+ ],
1269
+ "properties": {
1270
+ "mode": {
1271
+ "const": "silent"
1272
+ }
1273
+ }
1274
+ }
1275
+ ]
1276
+ }
1277
+ },
1278
+ "detachedServices": {
1279
+ "type": "array",
1280
+ "default": [],
1281
+ "uniqueItems": true,
1282
+ "items": {
1283
+ "type": "object",
1284
+ "additionalProperties": false,
1285
+ "required": [
1286
+ "name",
1287
+ "tokenEnv"
1288
+ ],
1289
+ "properties": {
1290
+ "name": {
1291
+ "type": "string",
1292
+ "minLength": 1,
1293
+ "maxLength": 128
1294
+ },
1295
+ "tokenEnv": {
1296
+ "type": "string",
1297
+ "pattern": "^[A-Z_][A-Z0-9_]*$"
1298
+ }
1299
+ }
1300
+ }
1301
+ },
1302
+ "limits": {
1303
+ "type": "object",
1304
+ "additionalProperties": false,
1305
+ "default": {},
1306
+ "properties": {
1307
+ "maxActiveRecords": {
1308
+ "type": "integer",
1309
+ "minimum": 1,
1310
+ "maximum": 1000000,
1311
+ "default": 10000
1312
+ },
1313
+ "maxActivePerOrigin": {
1314
+ "type": "integer",
1315
+ "minimum": 1,
1316
+ "maximum": 1000000,
1317
+ "default": 500
1318
+ },
1319
+ "maxConcurrent": {
1320
+ "type": "integer",
1321
+ "minimum": 1,
1322
+ "maximum": 256,
1323
+ "default": 16
1324
+ },
1325
+ "synthesisTimeoutMs": {
1326
+ "type": "integer",
1327
+ "minimum": 1,
1328
+ "maximum": 86400000,
1329
+ "default": 600000
1330
+ },
1331
+ "deliveryTimeoutMs": {
1332
+ "type": "integer",
1333
+ "minimum": 1,
1334
+ "maximum": 86400000,
1335
+ "default": 120000
1336
+ },
1337
+ "operatorPageSize": {
1338
+ "type": "integer",
1339
+ "minimum": 1,
1340
+ "maximum": 500,
1341
+ "default": 100
1342
+ }
1343
+ }
1344
+ },
1345
+ "retention": {
1346
+ "type": "object",
1347
+ "additionalProperties": false,
1348
+ "default": {},
1349
+ "properties": {
1350
+ "terminalMaxRecords": {
1351
+ "type": "integer",
1352
+ "minimum": 0,
1353
+ "maximum": 9007199254740991,
1354
+ "default": 50000
1355
+ },
1356
+ "terminalMaxAgeMs": {
1357
+ "type": "integer",
1358
+ "minimum": 0,
1359
+ "maximum": 9007199254740991,
1360
+ "default": 31536000000
1361
+ },
1362
+ "capturedTextMaxRecords": {
1363
+ "type": "integer",
1364
+ "minimum": 0,
1365
+ "maximum": 9007199254740991,
1366
+ "default": 1000
1367
+ },
1368
+ "capturedTextMaxAgeMs": {
1369
+ "type": "integer",
1370
+ "minimum": 0,
1371
+ "maximum": 9007199254740991,
1372
+ "default": 2592000000
1373
+ }
1374
+ }
1375
+ }
1376
+ }
1377
+ },
871
1378
  "channels": {
872
1379
  "type": "object",
873
1380
  "additionalProperties": false,
@@ -1426,6 +1933,32 @@
1426
1933
  "type": "object",
1427
1934
  "additionalProperties": true
1428
1935
  },
1936
+ "sendTools": {
1937
+ "type": "object",
1938
+ "additionalProperties": false,
1939
+ "properties": {
1940
+ "scope": {
1941
+ "description": "Bind Telegram send tools to the chat that produced the current run.",
1942
+ "examples": [
1943
+ "producing-conversation"
1944
+ ],
1945
+ "type": "string",
1946
+ "enum": [
1947
+ "producing-conversation"
1948
+ ]
1949
+ },
1950
+ "pathScope": {
1951
+ "description": "Confine Telegram path uploads to the current run output directory.",
1952
+ "examples": [
1953
+ "run-output"
1954
+ ],
1955
+ "type": "string",
1956
+ "enum": [
1957
+ "run-output"
1958
+ ]
1959
+ }
1960
+ }
1961
+ },
1429
1962
  "enabled": {
1430
1963
  "description": "Enables the telegram capability.",
1431
1964
  "examples": [
@@ -1514,6 +2047,40 @@
1514
2047
  "type": "integer"
1515
2048
  }
1516
2049
  }
2050
+ },
2051
+ "transcription": {
2052
+ "type": "object",
2053
+ "additionalProperties": false,
2054
+ "properties": {
2055
+ "endpoint": {
2056
+ "description": "Configures transcription.endpoint for the telegram section.",
2057
+ "examples": [
2058
+ "example"
2059
+ ],
2060
+ "type": "string"
2061
+ },
2062
+ "model": {
2063
+ "description": "Configures transcription.model for the telegram section.",
2064
+ "examples": [
2065
+ "example"
2066
+ ],
2067
+ "type": "string"
2068
+ },
2069
+ "language": {
2070
+ "description": "Configures transcription.language for the telegram section.",
2071
+ "examples": [
2072
+ "example"
2073
+ ],
2074
+ "type": "string"
2075
+ },
2076
+ "timeoutMs": {
2077
+ "description": "Configures transcription.timeoutMs for the telegram section.",
2078
+ "examples": [
2079
+ 1
2080
+ ],
2081
+ "type": "integer"
2082
+ }
2083
+ }
1517
2084
  }
1518
2085
  }
1519
2086
  },