@tablestore/tablestore-agent-cli 0.2.8 → 0.2.9

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 (952) hide show
  1. package/dist/commands/configure.d.ts.map +1 -1
  2. package/dist/commands/configure.js +9 -7
  3. package/dist/commands/configure.js.map +1 -1
  4. package/dist/commands/dashboard.d.ts.map +1 -1
  5. package/dist/commands/dashboard.js +5 -4
  6. package/dist/commands/dashboard.js.map +1 -1
  7. package/dist/commands/doctor.d.ts.map +1 -1
  8. package/dist/commands/doctor.js +167 -51
  9. package/dist/commands/doctor.js.map +1 -1
  10. package/dist/commands/kb/create.d.ts.map +1 -1
  11. package/dist/commands/kb/create.js.map +1 -1
  12. package/dist/commands/kb/doc-add.d.ts.map +1 -1
  13. package/dist/commands/kb/doc-add.js +3 -1
  14. package/dist/commands/kb/doc-add.js.map +1 -1
  15. package/dist/commands/kb/doc-get.d.ts.map +1 -1
  16. package/dist/commands/kb/doc-get.js +6 -2
  17. package/dist/commands/kb/doc-get.js.map +1 -1
  18. package/dist/commands/kb/doc-remove.d.ts.map +1 -1
  19. package/dist/commands/kb/doc-remove.js.map +1 -1
  20. package/dist/commands/kb/helpers.d.ts.map +1 -1
  21. package/dist/commands/kb/helpers.js.map +1 -1
  22. package/dist/commands/kb/retrieve.d.ts.map +1 -1
  23. package/dist/commands/kb/retrieve.js +3 -1
  24. package/dist/commands/kb/retrieve.js.map +1 -1
  25. package/dist/commands/memory.d.ts.map +1 -1
  26. package/dist/commands/memory.js +209 -23
  27. package/dist/commands/memory.js.map +1 -1
  28. package/dist/dashboard-runtime/dashboard/.next/BUILD_ID +1 -1
  29. package/dist/dashboard-runtime/dashboard/.next/app-path-routes-manifest.json +4 -0
  30. package/dist/dashboard-runtime/dashboard/.next/build-manifest.json +3 -3
  31. package/dist/dashboard-runtime/dashboard/.next/prerender-manifest.json +3 -3
  32. package/dist/dashboard-runtime/dashboard/.next/routes-manifest.json +32 -0
  33. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/api-keys/page.js +3 -3
  34. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/api-keys/page.js.nft.json +1 -1
  35. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/api-keys/page_client-reference-manifest.js +1 -1
  36. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/chat/page.js +3 -3
  37. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  38. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  39. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/documents/page.js +3 -3
  40. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/documents/page.js.nft.json +1 -1
  41. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/documents/page_client-reference-manifest.js +1 -1
  42. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/page.js +3 -3
  43. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/page.js.nft.json +1 -1
  44. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/page_client-reference-manifest.js +1 -1
  45. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/qa/page.js +3 -3
  46. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/qa/page.js.nft.json +1 -1
  47. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/qa/page_client-reference-manifest.js +1 -1
  48. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/retrieval/page.js +3 -3
  49. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/retrieval/page.js.nft.json +1 -1
  50. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/retrieval/page_client-reference-manifest.js +1 -1
  51. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/settings/page.js +3 -3
  52. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/settings/page.js.nft.json +1 -1
  53. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/[name]/settings/page_client-reference-manifest.js +1 -1
  54. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/create/page.js +3 -3
  55. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/create/page.js.nft.json +1 -1
  56. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/create/page_client-reference-manifest.js +1 -1
  57. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/page.js +3 -3
  58. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/page.js.nft.json +1 -1
  59. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/knowledge-base/page_client-reference-manifest.js +1 -1
  60. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/[id]/page.js +3 -3
  61. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/[id]/page.js.nft.json +1 -1
  62. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/[id]/page_client-reference-manifest.js +1 -1
  63. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/new/page.js +4 -4
  64. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/new/page.js.nft.json +1 -1
  65. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/new/page_client-reference-manifest.js +1 -1
  66. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/page.js +3 -3
  67. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/page.js.nft.json +1 -1
  68. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
  69. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/[dreamId]/page.js +3 -3
  70. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/[dreamId]/page.js.nft.json +1 -1
  71. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/[dreamId]/page_client-reference-manifest.js +1 -1
  72. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/page.js +3 -3
  73. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/page.js.nft.json +1 -1
  74. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/dream/page_client-reference-manifest.js +1 -1
  75. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/messages/page.js +3 -3
  76. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/messages/page.js.nft.json +1 -1
  77. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/messages/page_client-reference-manifest.js +1 -1
  78. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/page.js +3 -3
  79. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/page.js.nft.json +1 -1
  80. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/page_client-reference-manifest.js +1 -1
  81. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/requests/page.js +3 -3
  82. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/requests/page.js.nft.json +1 -1
  83. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/requests/page_client-reference-manifest.js +1 -1
  84. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/search/page.js +3 -3
  85. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/search/page.js.nft.json +1 -1
  86. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/search/page_client-reference-manifest.js +1 -1
  87. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/settings/page.js +3 -3
  88. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/settings/page.js.nft.json +1 -1
  89. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/settings/page_client-reference-manifest.js +1 -1
  90. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/tasks/page.js +3 -3
  91. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/tasks/page.js.nft.json +1 -1
  92. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/tasks/page_client-reference-manifest.js +1 -1
  93. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/units/page.js +3 -3
  94. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/units/page.js.nft.json +1 -1
  95. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/[store]/units/page_client-reference-manifest.js +1 -1
  96. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/create/page.js +3 -3
  97. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/create/page.js.nft.json +1 -1
  98. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/create/page_client-reference-manifest.js +1 -1
  99. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/page.js +3 -3
  100. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/page.js.nft.json +1 -1
  101. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/memory/page_client-reference-manifest.js +1 -1
  102. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/projects/page.js +3 -3
  103. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/projects/page.js.nft.json +1 -1
  104. package/dist/dashboard-runtime/dashboard/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js +1 -1
  105. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.html +1 -1
  106. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.rsc +1 -1
  107. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  108. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  109. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  110. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  111. package/dist/dashboard-runtime/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  112. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found/page.js +2 -2
  113. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found/page.js.nft.json +1 -1
  114. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  115. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.html +1 -1
  116. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.rsc +24 -20
  117. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +24 -20
  118. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  119. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +11 -10
  120. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +8 -5
  121. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  122. package/dist/dashboard-runtime/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  123. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/custom-policy/route.js +2 -2
  124. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/custom-policy/route.js.nft.json +1 -1
  125. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/effective-permissions/route.js +2 -2
  126. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/effective-permissions/route.js.nft.json +1 -1
  127. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/policies/route.js +2 -2
  128. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/policies/route.js.nft.json +1 -1
  129. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/route.js +2 -2
  130. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/[id]/route.js.nft.json +1 -1
  131. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/filter-by-permission/route.js +2 -2
  132. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/filter-by-permission/route.js.nft.json +1 -1
  133. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/route.js +2 -2
  134. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/api-keys/route.js.nft.json +1 -1
  135. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/auth/status/route.js +2 -2
  136. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/auth/status/route.js.nft.json +1 -1
  137. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/auth/token/route.js +2 -2
  138. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/auth/token/route.js.nft.json +1 -1
  139. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/route.js +2 -2
  140. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/route.js.nft.json +1 -1
  141. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/token/route.js +2 -2
  142. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/token/route.js.nft.json +1 -1
  143. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/use/route.js +2 -2
  144. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/[name]/use/route.js.nft.json +1 -1
  145. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/route.js +2 -2
  146. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/instances/route.js.nft.json +1 -1
  147. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/chunks/route.js +2 -2
  148. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/chunks/route.js.nft.json +1 -1
  149. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/[docId]/chunks/route.js +2 -2
  150. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/[docId]/chunks/route.js.nft.json +1 -1
  151. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/[docId]/route.js +2 -2
  152. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/[docId]/route.js.nft.json +1 -1
  153. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/route.js +2 -2
  154. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/route.js.nft.json +1 -1
  155. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/upload/route.js +2 -2
  156. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/documents/upload/route.js.nft.json +1 -1
  157. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/retrieve/route.js +2 -2
  158. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/retrieve/route.js.nft.json +1 -1
  159. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/route.js +2 -2
  160. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/[name]/route.js.nft.json +1 -1
  161. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/route.js +2 -2
  162. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/knowledge-bases/route.js.nft.json +1 -1
  163. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/chat/route.js +2 -2
  164. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/chat/route.js.nft.json +1 -1
  165. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/models/route.js +2 -2
  166. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/models/route.js.nft.json +1 -1
  167. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/route.js +2 -2
  168. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/route.js.nft.json +1 -1
  169. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/test/route.js +2 -2
  170. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/[id]/test/route.js.nft.json +1 -1
  171. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/route.js +2 -2
  172. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/llm/providers/route.js.nft.json +1 -1
  173. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/logs/client/route.js +2 -2
  174. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/logs/client/route.js.nft.json +1 -1
  175. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route/app-paths-manifest.json +3 -0
  176. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route/build-manifest.json +9 -0
  177. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route/server-reference-manifest.json +4 -0
  178. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route.js +6 -0
  179. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route.js.map +5 -0
  180. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route.js.nft.json +1 -0
  181. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-kb-sync/route_client-reference-manifest.js +3 -0
  182. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/actions/apply/route.js +2 -2
  183. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/actions/apply/route.js.nft.json +1 -1
  184. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/actions/route.js +2 -2
  185. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/actions/route.js.nft.json +1 -1
  186. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/cancel/route.js +2 -2
  187. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/cancel/route.js.nft.json +1 -1
  188. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/route.js +2 -2
  189. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/route.js.nft.json +1 -1
  190. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/route.js +2 -2
  191. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/dream-tasks/route.js.nft.json +1 -1
  192. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route/app-paths-manifest.json +3 -0
  193. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route/build-manifest.json +9 -0
  194. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route/server-reference-manifest.json +4 -0
  195. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route.js +6 -0
  196. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route.js.map +5 -0
  197. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route.js.nft.json +1 -0
  198. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/file/route_client-reference-manifest.js +3 -0
  199. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route/app-paths-manifest.json +3 -0
  200. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route/build-manifest.json +9 -0
  201. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route/server-reference-manifest.json +4 -0
  202. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route.js +6 -0
  203. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route.js.map +5 -0
  204. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route.js.nft.json +1 -0
  205. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/sync/route_client-reference-manifest.js +3 -0
  206. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route/app-paths-manifest.json +3 -0
  207. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route/build-manifest.json +9 -0
  208. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route/server-reference-manifest.json +4 -0
  209. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route.js +6 -0
  210. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route.js.map +5 -0
  211. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route.js.nft.json +1 -0
  212. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/file-memory/tree/route_client-reference-manifest.js +3 -0
  213. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/messages/route.js +2 -2
  214. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/messages/route.js.nft.json +1 -1
  215. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/requests/route.js +2 -2
  216. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/requests/route.js.nft.json +1 -1
  217. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/route.js +2 -2
  218. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/route.js.nft.json +1 -1
  219. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/scopes/route.js +2 -2
  220. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/scopes/route.js.nft.json +1 -1
  221. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/search/route.js +2 -2
  222. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/search/route.js.nft.json +1 -1
  223. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/tasks/[requestId]/route.js +2 -2
  224. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/tasks/[requestId]/route.js.nft.json +1 -1
  225. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/tasks/route.js +2 -2
  226. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/tasks/route.js.nft.json +1 -1
  227. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/units/[memoryId]/route.js +2 -2
  228. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/units/[memoryId]/route.js.nft.json +1 -1
  229. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/units/route.js +2 -2
  230. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/[store]/units/route.js.nft.json +1 -1
  231. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/route.js +2 -2
  232. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/memory/stores/route.js.nft.json +1 -1
  233. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/oss/list/route.js +2 -2
  234. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/oss/list/route.js.nft.json +1 -1
  235. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/runtime/context/route.js +2 -2
  236. package/dist/dashboard-runtime/dashboard/.next/server/app/api/v1/runtime/context/route.js.nft.json +1 -1
  237. package/dist/dashboard-runtime/dashboard/.next/server/app/index.html +1 -1
  238. package/dist/dashboard-runtime/dashboard/.next/server/app/index.rsc +20 -19
  239. package/dist/dashboard-runtime/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  240. package/dist/dashboard-runtime/dashboard/.next/server/app/index.segments/_full.segment.rsc +20 -19
  241. package/dist/dashboard-runtime/dashboard/.next/server/app/index.segments/_head.segment.rsc +3 -3
  242. package/dist/dashboard-runtime/dashboard/.next/server/app/index.segments/_index.segment.rsc +11 -10
  243. package/dist/dashboard-runtime/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  244. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding/page.js +2 -2
  245. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding/page.js.nft.json +1 -1
  246. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  247. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.html +1 -1
  248. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.rsc +24 -23
  249. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/_full.segment.rsc +24 -23
  250. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/_head.segment.rsc +3 -3
  251. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/_index.segment.rsc +11 -10
  252. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
  253. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
  254. package/dist/dashboard-runtime/dashboard/.next/server/app/onboarding.segments/onboarding.segment.rsc +4 -4
  255. package/dist/dashboard-runtime/dashboard/.next/server/app/page.js +2 -2
  256. package/dist/dashboard-runtime/dashboard/.next/server/app/page.js.nft.json +1 -1
  257. package/dist/dashboard-runtime/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
  258. package/dist/dashboard-runtime/dashboard/.next/server/app-paths-manifest.json +4 -0
  259. package/dist/dashboard-runtime/dashboard/.next/server/chunks/0ndq_server_app_api_v1_memory_stores_[store]_dream-kb-sync_route_actions_04qnm9s.js +3 -0
  260. package/dist/dashboard-runtime/dashboard/.next/server/chunks/0ndq_server_app_api_v1_memory_stores_[store]_file-memory_file_route_actions_06~k01v.js +3 -0
  261. package/dist/dashboard-runtime/dashboard/.next/server/chunks/0ndq_server_app_api_v1_memory_stores_[store]_file-memory_sync_route_actions_0rt6p8e.js +3 -0
  262. package/dist/dashboard-runtime/dashboard/.next/server/chunks/0ndq_server_app_api_v1_memory_stores_[store]_file-memory_tree_route_actions_0wl_n8b.js +3 -0
  263. package/dist/dashboard-runtime/dashboard/.next/server/chunks/0p91_next_dist_esm_build_templates_app-route_0n~ec7s.js +13 -5
  264. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0-3~.bv._.js +14 -0
  265. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0-dt7~s._.js +3 -0
  266. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.-~ff4._.js +3 -0
  267. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.l706t._.js +3 -0
  268. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.nejw_._.js +3 -0
  269. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__00_mrad._.js +3 -0
  270. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__00i.7se._.js +3 -0
  271. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__00r7uqs._.js +3 -0
  272. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__02~yw7n._.js +3 -0
  273. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__04kpzpa._.js +3 -0
  274. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__04p1a88._.js +3 -0
  275. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__05x0k4d._.js +3 -0
  276. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__060s~oe._.js +3 -0
  277. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__06fanvv._.js +3 -0
  278. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__06tci88._.js +3 -0
  279. package/dist/dashboard-runtime/dashboard/.next/server/chunks/{[root-of-the-server]__10k~3sa._.js → [root-of-the-server]__089es3y._.js} +7 -7
  280. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__08bzgzm._.js +3 -0
  281. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__08d7wb.._.js +3 -0
  282. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__08p_m_c._.js +3 -0
  283. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__095xiwn._.js +3 -0
  284. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__09h95i6._.js +3 -0
  285. package/dist/dashboard-runtime/dashboard/.next/server/chunks/{[root-of-the-server]__0.y01v.._.js → [root-of-the-server]__0ai2k_o._.js} +7 -7
  286. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0alcygi._.js +3 -0
  287. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0aspytx._.js +3 -0
  288. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0cq-9s~._.js +3 -0
  289. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0cyiuai._.js +3 -0
  290. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0d4zrpj._.js +3 -0
  291. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0d~m09k._.js +3 -0
  292. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0f1lugp._.js +3 -0
  293. package/dist/dashboard-runtime/dashboard/.next/server/chunks/{[root-of-the-server]__0wa~r66._.js → [root-of-the-server]__0g1cfb7._.js} +8 -8
  294. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0gpz.~y._.js +3 -0
  295. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0i3u9x3._.js +3 -0
  296. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0iromt6._.js +3 -0
  297. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0j8.u0y._.js +3 -0
  298. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0k-pfaj._.js +3 -0
  299. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0kcbz7k._.js +3 -0
  300. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0nrl-.g._.js +3 -0
  301. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0o5mf4h._.js +3 -0
  302. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0omyr40._.js +3 -0
  303. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ty8jgt._.js +3 -0
  304. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ug_2kc._.js +3 -0
  305. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0v98i9~._.js +3 -0
  306. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0wt0ksb._.js +3 -0
  307. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ya_8d2._.js +3 -0
  308. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0zfg-ml._.js +3 -0
  309. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0~9ru5n._.js +3 -0
  310. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0~f7ckz._.js +3 -0
  311. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__109i6ps._.js +3 -0
  312. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__10o5zq5._.js +3 -0
  313. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__12ls5l8._.js +3 -0
  314. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/0b1r_app_(dashboard)_knowledge-base_[name]_documents_documents-client_tsx_0g2uxmt._.js +2 -2
  315. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/0e95_src_app_(dashboard)_knowledge-base_[name]_settings_settings-client_tsx_13312zk._.js +1 -1
  316. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/0w-2_lucide-react_dist_esm_icons_0h-3_0x._.js +3 -0
  317. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__01sm7cj._.js +3 -0
  318. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0k0es2c._.js +3 -0
  319. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0ky8i.~._.js +3 -0
  320. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0ocsrt0._.js +3 -0
  321. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0ys4x_n._.js +3 -0
  322. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_002mc1c._.js +3 -0
  323. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_02waf76._.js +3 -0
  324. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_03z8zmx._.js +1 -1
  325. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_04f2u4t._.js +1 -1
  326. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_06ny.4k._.js +1 -1
  327. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0_1_-hn._.js +3 -0
  328. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0_er4j0._.js +3 -0
  329. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0ahm789._.js +3 -0
  330. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0brqbty._.js +1 -1
  331. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0e.ehti._.js +3 -0
  332. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0f8moq0._.js +3 -0
  333. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0f8yv4v._.js +1 -1
  334. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0frs8ys._.js +3 -0
  335. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0fvg_xo._.js +3 -0
  336. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0gbt~hy._.js +1 -1
  337. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0gl7kh7._.js +1 -1
  338. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0h9c.8m._.js +3 -0
  339. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0ip4ncy._.js +3 -0
  340. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0izjcsk._.js +3 -0
  341. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0j.62sb._.js +1 -1
  342. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0ka7ryb._.js +1 -1
  343. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0lo5ra0._.js +1 -1
  344. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0mdbcju._.js +3 -0
  345. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0o665bf._.js +1 -1
  346. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0odjvc.._.js +1 -1
  347. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0p_s55v._.js +3 -0
  348. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0qiamjd._.js +3 -0
  349. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0t.h859._.js +3 -0
  350. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0xdioxg._.js +1 -1
  351. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0xp94lc._.js +3 -0
  352. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_11fl7_r._.js +1 -1
  353. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_13730cz._.js +3 -0
  354. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/{_06894o_._.js → _13ctfae._.js} +2 -2
  355. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_00.1.s_._.js +1 -1
  356. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_04o7mfc._.js +3 -0
  357. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0bhjp9s._.js +3 -0
  358. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0grv2wq._.js +3 -0
  359. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0qlyj-q._.js +1 -1
  360. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/{dashboard_src_0o9jhcn._.js → dashboard_src_0sn17ku._.js} +4 -4
  361. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0x60pxf._.js +3 -0
  362. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0y49vhd._.js +1 -1
  363. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_10dsqx~._.js +1 -1
  364. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_api-keys_page_tsx_0lb6fu7._.js +2 -2
  365. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_knowledge-base_[name]_error_tsx_0rnss~4._.js +1 -1
  366. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_knowledge-base_create_page_tsx_0916~g-._.js +1 -1
  367. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_dream_[dreamId]_page_tsx_0wy3tv6._.js +1 -1
  368. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_dream_page_tsx_0uzzpvs._.js +1 -1
  369. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_layout_tsx_0rbi41w._.js +1 -1
  370. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_messages_page_tsx_0votz-n._.js +3 -0
  371. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_tasks_page_tsx_0a_bgx4._.js +1 -1
  372. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_units_page_tsx_0.6xnei._.js +1 -1
  373. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_01x7ppm._.js +1 -1
  374. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_not-found_tsx_05z4mh~._.js +3 -0
  375. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_components_retrieval_02c2uck._.js +1 -1
  376. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_components_shared_relative-time_tsx_0b7s9rc._.js +1 -1
  377. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_i18n_i18n-context_tsx_0c39ewr._.js +3 -0
  378. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_providers_runtime-context-provider_tsx_0wmj66z._.js +1 -1
  379. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/node_modules__pnpm_00usyu3._.js +3 -0
  380. package/dist/dashboard-runtime/dashboard/.next/server/functions-config-manifest.json +4 -0
  381. package/dist/dashboard-runtime/dashboard/.next/server/middleware-build-manifest.js +3 -3
  382. package/dist/dashboard-runtime/dashboard/.next/server/pages/404.html +1 -1
  383. package/dist/dashboard-runtime/dashboard/.next/server/pages/500.html +1 -1
  384. package/dist/dashboard-runtime/dashboard/.next/server/server-reference-manifest.js +1 -1
  385. package/dist/dashboard-runtime/dashboard/.next/server/server-reference-manifest.json +1 -1
  386. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0--dupndun7xc.css +1 -0
  387. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0.uxk~hsm6yi8.js +138 -0
  388. package/dist/dashboard-runtime/dashboard/.next/static/chunks/00eggrx~.4c55.js +1 -0
  389. package/dist/dashboard-runtime/dashboard/.next/static/chunks/00lvoeu_v3253.js +1 -0
  390. package/dist/dashboard-runtime/dashboard/.next/static/chunks/00o9vmhspv._3.js +138 -0
  391. package/dist/dashboard-runtime/dashboard/.next/static/chunks/00x1.t633f041.js +1 -0
  392. package/dist/dashboard-runtime/dashboard/.next/static/chunks/010bpq~3ntjcm.js +4 -0
  393. package/dist/dashboard-runtime/dashboard/.next/static/chunks/02p7gke47s.2~.js +1 -0
  394. package/dist/dashboard-runtime/dashboard/.next/static/chunks/02u9ocsl0a12t.js +1 -0
  395. package/dist/dashboard-runtime/dashboard/.next/static/chunks/03_t1t9j7dbax.js +1 -0
  396. package/dist/dashboard-runtime/dashboard/.next/static/chunks/03dth-av1gl-h.js +1 -0
  397. package/dist/dashboard-runtime/dashboard/.next/static/chunks/07aczaljq.qvr.js +1 -0
  398. package/dist/dashboard-runtime/dashboard/.next/static/chunks/07s0f6938um2v.js +1 -0
  399. package/dist/dashboard-runtime/dashboard/.next/static/chunks/08nzc9sye_0~h.js +1 -0
  400. package/dist/dashboard-runtime/dashboard/.next/static/chunks/09y30vyml4r.b.js +1 -0
  401. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0ab~fpog2~u.h.js +1 -0
  402. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0au0pbejtwahz.js +1 -0
  403. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0b-ei8-g7ceug.js +1 -0
  404. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0chiv044h3u58.js +1 -0
  405. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0fcdli-~wmvvx.js +1 -0
  406. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0fz_9~-rxluly.js +1 -0
  407. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0hqkctymrrnbk.js +1 -0
  408. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0i55cqygnl-a9.js +5 -0
  409. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0j8p7vk~awgs..js +1 -0
  410. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0j_.hkhjix9hw.js +1 -0
  411. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0ll488v66ycn1.js +1 -0
  412. package/dist/dashboard-runtime/dashboard/.next/static/chunks/{0823z0-i-vkzj.js → 0l~3_bvic.da3.js} +1 -1
  413. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0mp0n~dtbg78r.js +1 -0
  414. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0naliud7av3p1.js +1 -0
  415. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0nvwdxs-j_2ld.js +1 -0
  416. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0opbuui_pt1n1.js +1 -0
  417. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0pbfl~23ac79y.js +9 -0
  418. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0qwhis4t32vlg.js +1 -0
  419. package/dist/dashboard-runtime/dashboard/.next/static/chunks/{0_2i27ja0f5u_.js → 0r44f~_t6m0hu.js} +1 -1
  420. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0vuh8jgeqqdy..js +1 -0
  421. package/dist/dashboard-runtime/dashboard/.next/static/chunks/{11daw7hfc5lbv.js → 0wbevjtr1_grz.js} +1 -1
  422. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0y-gjpq3kxsbz.js +1 -0
  423. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0z_pq4ttgotxw.js +1 -0
  424. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0zatcw.k613lh.js +1 -0
  425. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0~a4ig2x9z8uq.js +1 -0
  426. package/dist/dashboard-runtime/dashboard/.next/static/chunks/10i~m4_8ainxw.js +1 -0
  427. package/dist/dashboard-runtime/dashboard/.next/static/chunks/12535rmhzbk63.js +1 -0
  428. package/dist/dashboard-runtime/dashboard/.next/static/chunks/{11islg2md6lj-.js → 13uk2uuzuop5e.js} +1 -1
  429. package/dist/dashboard-runtime/dashboard/.next/static/chunks/13vd4hv~l95-c.js +1 -0
  430. package/dist/dashboard-runtime/dashboard/.next/static/chunks/16.2aecdwo6w_.js +1 -0
  431. package/dist/dashboard-runtime/dashboard/.next/static/chunks/16yu0g~7n~33c.js +1 -0
  432. package/dist/dashboard-runtime/dashboard/.next/static/chunks/17fx3e0sj7h7s.js +1 -0
  433. package/dist/dashboard-runtime/dashboard/next.config.ts +1 -5
  434. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/api-keys/page.tsx +28 -18
  435. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/chat/error.tsx +5 -3
  436. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/chat/page.tsx +188 -19
  437. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/error.tsx +8 -5
  438. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/documents/documents-client.tsx +85 -45
  439. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/error.tsx +12 -7
  440. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/layout-client.tsx +67 -29
  441. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/qa/page.tsx +2 -1
  442. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/retrieval/retrieval-client.tsx +8 -4
  443. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/[name]/settings/settings-client.tsx +6 -3
  444. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/create/page.tsx +5 -3
  445. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/knowledge-base/page.tsx +6 -4
  446. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/layout.tsx +8 -17
  447. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/llm-providers/[id]/page.tsx +4 -2
  448. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/llm-providers/error.tsx +6 -3
  449. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/llm-providers/new/page.tsx +6 -2
  450. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/llm-providers/page.tsx +8 -6
  451. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/dream/[dreamId]/page.tsx +112 -49
  452. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/dream/page.tsx +186 -67
  453. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/layout.tsx +48 -32
  454. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/messages/_helpers.ts +16 -5
  455. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/messages/message-bubble.tsx +3 -1
  456. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/messages/page.tsx +47 -17
  457. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/messages/time-filter-bar.tsx +15 -13
  458. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/requests/_helpers.ts +20 -29
  459. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/requests/page.tsx +121 -42
  460. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/requests/request-detail-dialog.tsx +37 -17
  461. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/requests/requests-search-bar.tsx +11 -6
  462. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/requests/requests-table.tsx +29 -9
  463. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/search/page.tsx +13 -4
  464. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/settings/page.tsx +21 -29
  465. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/tasks/page.tsx +20 -15
  466. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/[store]/units/page.tsx +355 -125
  467. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/create/page.tsx +5 -3
  468. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/error.tsx +5 -3
  469. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/memory/page.tsx +6 -4
  470. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/projects/error.tsx +6 -3
  471. package/dist/dashboard-runtime/dashboard/src/app/(dashboard)/projects/page.tsx +18 -13
  472. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/[id]/custom-policy/route.ts +1 -3
  473. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/[id]/effective-permissions/route.ts +45 -17
  474. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/[id]/policies/route.ts +0 -8
  475. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/[id]/route.ts +3 -1
  476. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/filter-by-permission/route.ts +21 -10
  477. package/dist/dashboard-runtime/dashboard/src/app/api/v1/api-keys/route.ts +20 -6
  478. package/dist/dashboard-runtime/dashboard/src/app/api/v1/instances/[name]/route.ts +7 -5
  479. package/dist/dashboard-runtime/dashboard/src/app/api/v1/instances/[name]/use/route.ts +1 -2
  480. package/dist/dashboard-runtime/dashboard/src/app/api/v1/instances/route.ts +4 -5
  481. package/dist/dashboard-runtime/dashboard/src/app/api/v1/knowledge-bases/[name]/chunks/route.ts +4 -1
  482. package/dist/dashboard-runtime/dashboard/src/app/api/v1/knowledge-bases/[name]/documents/[docId]/route.ts +5 -1
  483. package/dist/dashboard-runtime/dashboard/src/app/api/v1/knowledge-bases/[name]/documents/route.ts +8 -2
  484. package/dist/dashboard-runtime/dashboard/src/app/api/v1/knowledge-bases/[name]/documents/upload/route.ts +7 -2
  485. package/dist/dashboard-runtime/dashboard/src/app/api/v1/llm/chat/file-memory-helpers.ts +93 -0
  486. package/dist/dashboard-runtime/dashboard/src/app/api/v1/llm/chat/route.ts +152 -64
  487. package/dist/dashboard-runtime/dashboard/src/app/api/v1/llm/providers/route.ts +1 -4
  488. package/dist/dashboard-runtime/dashboard/src/app/api/v1/logs/client/route.ts +30 -13
  489. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/dream-kb-sync/route.ts +78 -0
  490. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/dream-tasks/[dreamId]/actions/route.ts +2 -1
  491. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/dream-tasks/route.ts +2 -1
  492. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/file-memory/_helpers.ts +42 -0
  493. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/file-memory/file/route.ts +69 -0
  494. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/file-memory/sync/route.ts +69 -0
  495. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/file-memory/tree/route.ts +44 -0
  496. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/scopes/route.ts +3 -5
  497. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/tasks/route.ts +2 -1
  498. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/[store]/units/route.ts +4 -1
  499. package/dist/dashboard-runtime/dashboard/src/app/api/v1/memory/stores/route.ts +30 -7
  500. package/dist/dashboard-runtime/dashboard/src/app/api/v1/oss/list/route.ts +11 -3
  501. package/dist/dashboard-runtime/dashboard/src/app/error.tsx +17 -16
  502. package/dist/dashboard-runtime/dashboard/src/app/globals.css +63 -23
  503. package/dist/dashboard-runtime/dashboard/src/app/layout.tsx +17 -14
  504. package/dist/dashboard-runtime/dashboard/src/app/not-found.tsx +12 -4
  505. package/dist/dashboard-runtime/dashboard/src/app/onboarding/error.tsx +8 -4
  506. package/dist/dashboard-runtime/dashboard/src/app/onboarding/page.tsx +7 -8
  507. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-create-dialog.tsx +42 -19
  508. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-delete-dialog.tsx +32 -14
  509. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-detail-sheet.tsx +23 -18
  510. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-permission-filter.tsx +42 -35
  511. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-secret-revealed-dialog.tsx +22 -19
  512. package/dist/dashboard-runtime/dashboard/src/components/api-keys/api-key-table.tsx +58 -23
  513. package/dist/dashboard-runtime/dashboard/src/components/api-keys/bearer-token-toggle.tsx +13 -8
  514. package/dist/dashboard-runtime/dashboard/src/components/api-keys/custom-policy-editor.tsx +43 -20
  515. package/dist/dashboard-runtime/dashboard/src/components/api-keys/permission-overview.tsx +19 -8
  516. package/dist/dashboard-runtime/dashboard/src/components/api-keys/permission-presets.tsx +37 -17
  517. package/dist/dashboard-runtime/dashboard/src/components/api-keys/permission-rule-dialog.tsx +99 -58
  518. package/dist/dashboard-runtime/dashboard/src/components/chat/add-mount-row.tsx +3 -1
  519. package/dist/dashboard-runtime/dashboard/src/components/chat/chat-config-context.tsx +30 -9
  520. package/dist/dashboard-runtime/dashboard/src/components/chat/chat-history-sidebar.tsx +13 -10
  521. package/dist/dashboard-runtime/dashboard/src/components/chat/chat-mount-config.tsx +28 -21
  522. package/dist/dashboard-runtime/dashboard/src/components/chat/memory-bind-section.tsx +221 -41
  523. package/dist/dashboard-runtime/dashboard/src/components/chat/memory-files-dialog.tsx +51 -0
  524. package/dist/dashboard-runtime/dashboard/src/components/chat/mount-empty-state.tsx +12 -8
  525. package/dist/dashboard-runtime/dashboard/src/components/chat/mount-picker.tsx +4 -2
  526. package/dist/dashboard-runtime/dashboard/src/components/chat/mount-retrieval-dialog.tsx +31 -15
  527. package/dist/dashboard-runtime/dashboard/src/components/chat/mount-row.tsx +9 -3
  528. package/dist/dashboard-runtime/dashboard/src/components/chat/unified-retrieval-section.tsx +14 -6
  529. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-chunks-dialog.tsx +215 -126
  530. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-columns.tsx +22 -13
  531. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-detail-panel.tsx +56 -27
  532. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-status-badge.tsx +8 -13
  533. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-table.tsx +9 -7
  534. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-toolbar.tsx +17 -18
  535. package/dist/dashboard-runtime/dashboard/src/components/documents/doc-upload-dialog.tsx +308 -181
  536. package/dist/dashboard-runtime/dashboard/src/components/documents/oss-browser.tsx +32 -16
  537. package/dist/dashboard-runtime/dashboard/src/components/documents/oss-import-tab.tsx +39 -14
  538. package/dist/dashboard-runtime/dashboard/src/components/home/home-empty-state.tsx +10 -6
  539. package/dist/dashboard-runtime/dashboard/src/components/home/home-hero.tsx +10 -6
  540. package/dist/dashboard-runtime/dashboard/src/components/instance/connect-instance-dialog.tsx +5 -6
  541. package/dist/dashboard-runtime/dashboard/src/components/instance/connect-instance-form.tsx +173 -72
  542. package/dist/dashboard-runtime/dashboard/src/components/instance/edit-instance-dialog.tsx +11 -5
  543. package/dist/dashboard-runtime/dashboard/src/components/instance/project-card.tsx +13 -7
  544. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/embedding-config-form.tsx +52 -19
  545. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/kb-card.tsx +138 -102
  546. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/kb-create-form.tsx +180 -73
  547. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/kb-delete-dialog.tsx +28 -12
  548. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/kb-list.tsx +12 -10
  549. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/kb-settings-form.tsx +180 -78
  550. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/retrieval-result-count-field.tsx +12 -7
  551. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/subspace-gate.tsx +11 -7
  552. package/dist/dashboard-runtime/dashboard/src/components/knowledge-base/subspace-switcher.tsx +16 -8
  553. package/dist/dashboard-runtime/dashboard/src/components/layout/detail-sidebar.tsx +15 -17
  554. package/dist/dashboard-runtime/dashboard/src/components/layout/help-link.tsx +32 -32
  555. package/dist/dashboard-runtime/dashboard/src/components/layout/instance-switcher.tsx +9 -5
  556. package/dist/dashboard-runtime/dashboard/src/components/layout/language-toggle.tsx +71 -0
  557. package/dist/dashboard-runtime/dashboard/src/components/layout/nav-link.tsx +8 -10
  558. package/dist/dashboard-runtime/dashboard/src/components/layout/page-header.tsx +26 -31
  559. package/dist/dashboard-runtime/dashboard/src/components/layout/sidebar-instance-card.tsx +24 -9
  560. package/dist/dashboard-runtime/dashboard/src/components/layout/sidebar-item.tsx +11 -5
  561. package/dist/dashboard-runtime/dashboard/src/components/layout/sidebar-mobile.tsx +16 -7
  562. package/dist/dashboard-runtime/dashboard/src/components/layout/sidebar-usage-stats.tsx +4 -2
  563. package/dist/dashboard-runtime/dashboard/src/components/layout/sidebar.tsx +13 -9
  564. package/dist/dashboard-runtime/dashboard/src/components/layout/skip-to-content.tsx +21 -0
  565. package/dist/dashboard-runtime/dashboard/src/components/layout/theme-toggle.tsx +65 -144
  566. package/dist/dashboard-runtime/dashboard/src/components/llm-providers/llm-provider-card.tsx +35 -18
  567. package/dist/dashboard-runtime/dashboard/src/components/llm-providers/llm-provider-delete-dialog.tsx +20 -8
  568. package/dist/dashboard-runtime/dashboard/src/components/llm-providers/llm-provider-form.tsx +139 -67
  569. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-add-dialog.tsx +15 -11
  570. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-coming-soon.tsx +7 -3
  571. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-create-form.tsx +179 -43
  572. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-delete-dialog.tsx +12 -6
  573. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-dream-actions-table.tsx +212 -88
  574. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-dream-apply-confirm-dialog.tsx +14 -8
  575. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-dream-create-dialog.tsx +222 -84
  576. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-dream-disabled.tsx +10 -4
  577. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-edit-dialog.tsx +21 -11
  578. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-files-browser.tsx +225 -0
  579. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-messages-table.tsx +28 -24
  580. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-requests-table.tsx +122 -58
  581. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-scope-bar.tsx +63 -28
  582. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-search-form.tsx +32 -19
  583. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-search-results.tsx +60 -29
  584. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-settings-form.tsx +63 -26
  585. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-store-card.tsx +34 -15
  586. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-store-list.tsx +19 -13
  587. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-tasks-table.tsx +84 -46
  588. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-unit-detail-panel.tsx +37 -14
  589. package/dist/dashboard-runtime/dashboard/src/components/memory/memory-unit-table.tsx +54 -30
  590. package/dist/dashboard-runtime/dashboard/src/components/memory/scope-combobox.tsx +148 -0
  591. package/dist/dashboard-runtime/dashboard/src/components/qa/code-block.tsx +5 -3
  592. package/dist/dashboard-runtime/dashboard/src/components/qa/qa-chat-panel.tsx +51 -15
  593. package/dist/dashboard-runtime/dashboard/src/components/qa/qa-form.tsx +29 -16
  594. package/dist/dashboard-runtime/dashboard/src/components/qa/qa-message.tsx +268 -66
  595. package/dist/dashboard-runtime/dashboard/src/components/retrieval/assemble-retrieval-configuration.ts +6 -2
  596. package/dist/dashboard-runtime/dashboard/src/components/retrieval/filter-builder.tsx +260 -87
  597. package/dist/dashboard-runtime/dashboard/src/components/retrieval/request-preview.tsx +10 -4
  598. package/dist/dashboard-runtime/dashboard/src/components/retrieval/retrieval-form.tsx +56 -35
  599. package/dist/dashboard-runtime/dashboard/src/components/retrieval/retrieval-params-fields.tsx +40 -27
  600. package/dist/dashboard-runtime/dashboard/src/components/retrieval/retrieval-rerank-fields.tsx +80 -30
  601. package/dist/dashboard-runtime/dashboard/src/components/retrieval/retrieval-result-card.tsx +16 -5
  602. package/dist/dashboard-runtime/dashboard/src/components/retrieval/retrieval-results.tsx +11 -8
  603. package/dist/dashboard-runtime/dashboard/src/components/shared/confirm-dialog.tsx +11 -8
  604. package/dist/dashboard-runtime/dashboard/src/components/shared/data-table/data-table-pagination.tsx +21 -7
  605. package/dist/dashboard-runtime/dashboard/src/components/shared/data-table/data-table-toolbar.tsx +1 -2
  606. package/dist/dashboard-runtime/dashboard/src/components/shared/data-table/data-table.tsx +24 -9
  607. package/dist/dashboard-runtime/dashboard/src/components/shared/empty-state.tsx +1 -4
  608. package/dist/dashboard-runtime/dashboard/src/components/shared/error-state.tsx +1 -3
  609. package/dist/dashboard-runtime/dashboard/src/components/shared/json-viewer.tsx +1 -2
  610. package/dist/dashboard-runtime/dashboard/src/components/shared/llm-model-selector.tsx +22 -17
  611. package/dist/dashboard-runtime/dashboard/src/components/shared/metadata-field-input.tsx +10 -2
  612. package/dist/dashboard-runtime/dashboard/src/components/shared/metadata-form.tsx +10 -7
  613. package/dist/dashboard-runtime/dashboard/src/components/shared/refresh-button.tsx +6 -3
  614. package/dist/dashboard-runtime/dashboard/src/components/shared/relative-time.tsx +6 -3
  615. package/dist/dashboard-runtime/dashboard/src/components/shared/search-input.tsx +6 -5
  616. package/dist/dashboard-runtime/dashboard/src/components/shared/status-badge.tsx +9 -14
  617. package/dist/dashboard-runtime/dashboard/src/components/shared/system-prompt-input.tsx +6 -3
  618. package/dist/dashboard-runtime/dashboard/src/components/shared/tag-input.tsx +12 -7
  619. package/dist/dashboard-runtime/dashboard/src/components/shared/temperature-slider.tsx +4 -2
  620. package/dist/dashboard-runtime/dashboard/src/components/ui/badge.tsx +9 -8
  621. package/dist/dashboard-runtime/dashboard/src/components/ui/button.tsx +15 -14
  622. package/dist/dashboard-runtime/dashboard/src/components/ui/card.tsx +26 -18
  623. package/dist/dashboard-runtime/dashboard/src/components/ui/chat-bubble.tsx +10 -10
  624. package/dist/dashboard-runtime/dashboard/src/components/ui/checkbox.tsx +8 -8
  625. package/dist/dashboard-runtime/dashboard/src/components/ui/collapsible.tsx +6 -6
  626. package/dist/dashboard-runtime/dashboard/src/components/ui/command.tsx +32 -32
  627. package/dist/dashboard-runtime/dashboard/src/components/ui/data-card.tsx +35 -35
  628. package/dist/dashboard-runtime/dashboard/src/components/ui/detail-section.tsx +42 -36
  629. package/dist/dashboard-runtime/dashboard/src/components/ui/dialog.tsx +29 -29
  630. package/dist/dashboard-runtime/dashboard/src/components/ui/dropdown-menu.tsx +40 -40
  631. package/dist/dashboard-runtime/dashboard/src/components/ui/empty-state.tsx +16 -10
  632. package/dist/dashboard-runtime/dashboard/src/components/ui/filter-pill.tsx +20 -21
  633. package/dist/dashboard-runtime/dashboard/src/components/ui/form.tsx +57 -51
  634. package/dist/dashboard-runtime/dashboard/src/components/ui/input.tsx +8 -8
  635. package/dist/dashboard-runtime/dashboard/src/components/ui/item-card.tsx +17 -16
  636. package/dist/dashboard-runtime/dashboard/src/components/ui/label.tsx +9 -9
  637. package/dist/dashboard-runtime/dashboard/src/components/ui/memory-row.tsx +10 -10
  638. package/dist/dashboard-runtime/dashboard/src/components/ui/mini-stat.tsx +9 -8
  639. package/dist/dashboard-runtime/dashboard/src/components/ui/nav-tab-bar.tsx +21 -15
  640. package/dist/dashboard-runtime/dashboard/src/components/ui/playground-shell.tsx +13 -16
  641. package/dist/dashboard-runtime/dashboard/src/components/ui/popover.tsx +11 -11
  642. package/dist/dashboard-runtime/dashboard/src/components/ui/result-row.tsx +7 -7
  643. package/dist/dashboard-runtime/dashboard/src/components/ui/scope-tag.tsx +9 -6
  644. package/dist/dashboard-runtime/dashboard/src/components/ui/select.tsx +29 -29
  645. package/dist/dashboard-runtime/dashboard/src/components/ui/separator.tsx +10 -10
  646. package/dist/dashboard-runtime/dashboard/src/components/ui/sheet.tsx +11 -4
  647. package/dist/dashboard-runtime/dashboard/src/components/ui/skeleton.tsx +11 -11
  648. package/dist/dashboard-runtime/dashboard/src/components/ui/sonner.tsx +7 -7
  649. package/dist/dashboard-runtime/dashboard/src/components/ui/stat-card.tsx +14 -11
  650. package/dist/dashboard-runtime/dashboard/src/components/ui/switch.tsx +8 -3
  651. package/dist/dashboard-runtime/dashboard/src/components/ui/table.tsx +27 -24
  652. package/dist/dashboard-runtime/dashboard/src/components/ui/tabs.tsx +14 -14
  653. package/dist/dashboard-runtime/dashboard/src/components/ui/textarea.tsx +7 -7
  654. package/dist/dashboard-runtime/dashboard/src/components/ui/toggle-group.tsx +27 -22
  655. package/dist/dashboard-runtime/dashboard/src/components/ui/tooltip.tsx +10 -10
  656. package/dist/dashboard-runtime/dashboard/src/components/ui/usage-card.tsx +11 -8
  657. package/dist/dashboard-runtime/dashboard/src/config/navigation.ts +25 -21
  658. package/dist/dashboard-runtime/dashboard/src/contexts/subspace-context.tsx +1 -1
  659. package/dist/dashboard-runtime/dashboard/src/hooks/use-apply-dream-actions.ts +1 -4
  660. package/dist/dashboard-runtime/dashboard/src/hooks/use-chat-history.ts +33 -13
  661. package/dist/dashboard-runtime/dashboard/src/hooks/use-chat-last-config.ts +3 -1
  662. package/dist/dashboard-runtime/dashboard/src/hooks/use-create-api-key.ts +4 -2
  663. package/dist/dashboard-runtime/dashboard/src/hooks/use-create-memory-store.ts +2 -1
  664. package/dist/dashboard-runtime/dashboard/src/hooks/use-delete-custom-policy.ts +1 -4
  665. package/dist/dashboard-runtime/dashboard/src/hooks/use-document.ts +2 -1
  666. package/dist/dashboard-runtime/dashboard/src/hooks/use-documents.ts +8 -2
  667. package/dist/dashboard-runtime/dashboard/src/hooks/use-dream-actions.ts +2 -1
  668. package/dist/dashboard-runtime/dashboard/src/hooks/use-dream-task.ts +4 -5
  669. package/dist/dashboard-runtime/dashboard/src/hooks/use-file-memory.ts +50 -0
  670. package/dist/dashboard-runtime/dashboard/src/hooks/use-instances.ts +42 -11
  671. package/dist/dashboard-runtime/dashboard/src/hooks/use-locale-revalidation.ts +34 -0
  672. package/dist/dashboard-runtime/dashboard/src/hooks/use-memory-requests.ts +7 -2
  673. package/dist/dashboard-runtime/dashboard/src/hooks/use-memory-unit.ts +3 -2
  674. package/dist/dashboard-runtime/dashboard/src/hooks/use-memory-units.ts +3 -2
  675. package/dist/dashboard-runtime/dashboard/src/hooks/use-oss-import.ts +18 -4
  676. package/dist/dashboard-runtime/dashboard/src/hooks/use-oss-list.ts +3 -3
  677. package/dist/dashboard-runtime/dashboard/src/hooks/use-qa-chat.ts +32 -21
  678. package/dist/dashboard-runtime/dashboard/src/hooks/use-subspace-history.ts +5 -2
  679. package/dist/dashboard-runtime/dashboard/src/hooks/use-update-document.ts +4 -1
  680. package/dist/dashboard-runtime/dashboard/src/hooks/use-update-memory-store.ts +2 -1
  681. package/dist/dashboard-runtime/dashboard/src/hooks/use-upload-documents.ts +6 -1
  682. package/dist/dashboard-runtime/dashboard/src/i18n/config.ts +46 -0
  683. package/dist/dashboard-runtime/dashboard/src/i18n/dictionaries.ts +8 -0
  684. package/dist/dashboard-runtime/dashboard/src/i18n/i18n-context.tsx +198 -0
  685. package/dist/dashboard-runtime/dashboard/src/i18n/locales/en.ts +1969 -0
  686. package/dist/dashboard-runtime/dashboard/src/i18n/locales/zh.ts +1857 -0
  687. package/dist/dashboard-runtime/dashboard/src/lib/api-error-toast.ts +2 -1
  688. package/dist/dashboard-runtime/dashboard/src/lib/chat-dream-deposit.ts +14 -0
  689. package/dist/dashboard-runtime/dashboard/src/lib/chat-message-ops.ts +4 -1
  690. package/dist/dashboard-runtime/dashboard/src/lib/dream-kb/filename.ts +13 -0
  691. package/dist/dashboard-runtime/dashboard/src/lib/dream-kb/format.ts +79 -0
  692. package/dist/dashboard-runtime/dashboard/src/lib/dream-kb/hash.ts +6 -0
  693. package/dist/dashboard-runtime/dashboard/src/lib/dream-kb/scope.ts +37 -0
  694. package/dist/dashboard-runtime/dashboard/src/lib/dream-kb/types.ts +25 -0
  695. package/dist/dashboard-runtime/dashboard/src/lib/extension-filter.ts +8 -3
  696. package/dist/dashboard-runtime/dashboard/src/lib/file-tree.ts +100 -0
  697. package/dist/dashboard-runtime/dashboard/src/lib/format-datetime.ts +56 -0
  698. package/dist/dashboard-runtime/dashboard/src/lib/glob-filter.ts +10 -4
  699. package/dist/dashboard-runtime/dashboard/src/lib/memory-storage-mode.ts +68 -0
  700. package/dist/dashboard-runtime/dashboard/src/lib/memory.ts +41 -13
  701. package/dist/dashboard-runtime/dashboard/src/lib/metadata-form.ts +4 -1
  702. package/dist/dashboard-runtime/dashboard/src/lib/number-input-handler.ts +1 -1
  703. package/dist/dashboard-runtime/dashboard/src/lib/oss-selection.ts +3 -1
  704. package/dist/dashboard-runtime/dashboard/src/lib/query-keys.ts +26 -4
  705. package/dist/dashboard-runtime/dashboard/src/lib/server/api-helpers.ts +2 -1
  706. package/dist/dashboard-runtime/dashboard/src/lib/server/dream-kb-sync.ts +139 -0
  707. package/dist/dashboard-runtime/dashboard/src/lib/server/ims-client.ts +8 -11
  708. package/dist/dashboard-runtime/dashboard/src/lib/server/llm-client.ts +5 -5
  709. package/dist/dashboard-runtime/dashboard/src/lib/server/llm-crypto.ts +1 -5
  710. package/dist/dashboard-runtime/dashboard/src/lib/server/oss-client.ts +9 -2
  711. package/dist/dashboard-runtime/dashboard/src/lib/server/ram-client.ts +13 -4
  712. package/dist/dashboard-runtime/dashboard/src/lib/server/runtime-context.ts +6 -10
  713. package/dist/dashboard-runtime/dashboard/src/lib/server/sdk-client.ts +8 -5
  714. package/dist/dashboard-runtime/dashboard/src/providers/query-provider.tsx +5 -5
  715. package/dist/dashboard-runtime/dashboard/src/providers/runtime-context-provider.tsx +26 -7
  716. package/dist/dashboard-runtime/dashboard/src/providers/theme-provider.tsx +6 -3
  717. package/dist/dashboard-runtime/dashboard/src/schemas/instance.ts +30 -13
  718. package/dist/dashboard-runtime/dashboard/src/schemas/knowledge-base.ts +42 -21
  719. package/dist/dashboard-runtime/dashboard/src/schemas/llm-chat.ts +8 -3
  720. package/dist/dashboard-runtime/dashboard/src/schemas/retrieval.ts +2 -6
  721. package/dist/dashboard-runtime/dashboard/src/services/api-client.ts +31 -32
  722. package/dist/dashboard-runtime/dashboard/src/services/api-keys.ts +4 -2
  723. package/dist/dashboard-runtime/dashboard/src/services/auth.ts +1 -1
  724. package/dist/dashboard-runtime/dashboard/src/services/chunks.ts +4 -4
  725. package/dist/dashboard-runtime/dashboard/src/services/documents.ts +16 -12
  726. package/dist/dashboard-runtime/dashboard/src/services/file-memory.ts +63 -0
  727. package/dist/dashboard-runtime/dashboard/src/services/knowledge-base.ts +16 -8
  728. package/dist/dashboard-runtime/dashboard/src/services/memory.ts +64 -29
  729. package/dist/dashboard-runtime/dashboard/src/services/oss.ts +6 -6
  730. package/dist/dashboard-runtime/dashboard/src/services/retrieval.ts +2 -2
  731. package/dist/dashboard-runtime/dashboard/src/types/knowledge-base.ts +3 -7
  732. package/dist/dashboard-runtime/dashboard/src/types/llm-chat.ts +27 -0
  733. package/dist/dashboard-runtime/dashboard/src/types/memory.ts +29 -9
  734. package/dist/dashboard-runtime/dashboard/tsconfig.json +3 -11
  735. package/dist/dashboard-runtime/dashboard/vitest.config.mjs +1 -4
  736. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.d.ts +153 -0
  737. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.d.ts.map +1 -0
  738. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.js +451 -0
  739. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.js.map +1 -0
  740. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/index.d.ts +2 -1
  741. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/index.d.ts.map +1 -1
  742. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/index.js +2 -1
  743. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/index.js.map +1 -1
  744. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.d.ts.map +1 -1
  745. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.js +2 -1
  746. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.js.map +1 -1
  747. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.d.ts +16 -0
  748. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.d.ts.map +1 -1
  749. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.js +70 -3
  750. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.js.map +1 -1
  751. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.d.ts.map +1 -1
  752. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.js +2 -6
  753. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.js.map +1 -1
  754. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.d.ts.map +1 -1
  755. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.js +4 -7
  756. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.js.map +1 -1
  757. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.d.ts +8 -0
  758. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.d.ts.map +1 -1
  759. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.js +21 -4
  760. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.js.map +1 -1
  761. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/response.d.ts.map +1 -1
  762. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/response.js +7 -3
  763. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/response.js.map +1 -1
  764. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/sdk-pagination.d.ts.map +1 -1
  765. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/sdk-pagination.js.map +1 -1
  766. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-sdk/dist/tsconfig.tsbuildinfo +1 -1
  767. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/config.d.ts.map +1 -1
  768. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/config.js +17 -8
  769. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/config.js.map +1 -1
  770. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/errors.d.ts.map +1 -1
  771. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/errors.js.map +1 -1
  772. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/logging.d.ts.map +1 -1
  773. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/logging.js +12 -4
  774. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/logging.js.map +1 -1
  775. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/tsconfig.tsbuildinfo +1 -1
  776. package/dist/dashboard-runtime/node_modules/@tablestore/tablestore-agent-shared/dist/types.d.ts.map +1 -1
  777. package/dist/main.d.ts.map +1 -1
  778. package/dist/main.js +1 -1
  779. package/dist/main.js.map +1 -1
  780. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.d.ts +153 -0
  781. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.d.ts.map +1 -0
  782. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.js +451 -0
  783. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/file-memory.js.map +1 -0
  784. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/index.d.ts +2 -1
  785. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/index.d.ts.map +1 -1
  786. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/index.js +2 -1
  787. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/index.js.map +1 -1
  788. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.d.ts.map +1 -1
  789. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.js +2 -1
  790. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/internal/managed-section-writer.js.map +1 -1
  791. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.d.ts +16 -0
  792. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.d.ts.map +1 -1
  793. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.js +70 -3
  794. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/kb-client.js.map +1 -1
  795. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.d.ts.map +1 -1
  796. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.js +2 -6
  797. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-oss.js.map +1 -1
  798. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.d.ts.map +1 -1
  799. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.js +4 -7
  800. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/managed-ots.js.map +1 -1
  801. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.d.ts +8 -0
  802. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.d.ts.map +1 -1
  803. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.js +21 -4
  804. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/memory-client.js.map +1 -1
  805. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/response.d.ts.map +1 -1
  806. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/response.js +7 -3
  807. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/response.js.map +1 -1
  808. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/sdk-pagination.d.ts.map +1 -1
  809. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/sdk-pagination.js.map +1 -1
  810. package/dist/node_modules/@tablestore/tablestore-agent-sdk/dist/tsconfig.tsbuildinfo +1 -1
  811. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/config.d.ts.map +1 -1
  812. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/config.js +17 -8
  813. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/config.js.map +1 -1
  814. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/errors.d.ts.map +1 -1
  815. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/errors.js.map +1 -1
  816. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/logging.d.ts.map +1 -1
  817. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/logging.js +12 -4
  818. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/logging.js.map +1 -1
  819. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/tsconfig.tsbuildinfo +1 -1
  820. package/dist/node_modules/@tablestore/tablestore-agent-shared/dist/types.d.ts.map +1 -1
  821. package/dist/output.d.ts.map +1 -1
  822. package/dist/output.js +3 -1
  823. package/dist/output.js.map +1 -1
  824. package/dist/scanner.d.ts.map +1 -1
  825. package/dist/scanner.js.map +1 -1
  826. package/dist/utils/parse-int-arg.d.ts.map +1 -1
  827. package/dist/utils/parse-int-arg.js.map +1 -1
  828. package/dist/utils/read-image-input.d.ts.map +1 -1
  829. package/dist/utils/read-image-input.js +8 -1
  830. package/dist/utils/read-image-input.js.map +1 -1
  831. package/package.json +2 -2
  832. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0--nu07._.js +0 -3
  833. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.gylau._.js +0 -3
  834. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.hvkwy._.js +0 -3
  835. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0.qtdn4._.js +0 -3
  836. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__02p1x3t._.js +0 -3
  837. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__03og44p._.js +0 -3
  838. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__04dd04u._.js +0 -3
  839. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__04ujbw-._.js +0 -3
  840. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__04zbudf._.js +0 -3
  841. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__05eryp~._.js +0 -3
  842. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__06fva9g._.js +0 -3
  843. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__08_2avk._.js +0 -3
  844. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0acvvri._.js +0 -3
  845. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0byveuc._.js +0 -3
  846. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0cee_lo._.js +0 -3
  847. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0cyd2qb._.js +0 -3
  848. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ecs-9r._.js +0 -3
  849. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ejcow5._.js +0 -3
  850. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0es0s_~._.js +0 -3
  851. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0fglxiw._.js +0 -3
  852. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0g3yw6w._.js +0 -3
  853. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0i1_p1s._.js +0 -3
  854. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0is6qso._.js +0 -3
  855. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0no9qm0._.js +0 -3
  856. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0q8vcw8._.js +0 -3
  857. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0q9fgt6._.js +0 -3
  858. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0rx9hon._.js +0 -3
  859. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0tc-.6s._.js +0 -3
  860. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0u03tze._.js +0 -3
  861. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0ua_nqs._.js +0 -3
  862. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0uebf40._.js +0 -3
  863. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0v0il3n._.js +0 -3
  864. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0w_ig2a._.js +0 -3
  865. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__0zmo~nd._.js +0 -3
  866. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__10m-wmo._.js +0 -3
  867. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__11s_zx6._.js +0 -3
  868. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__11wq90l._.js +0 -3
  869. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__126srko._.js +0 -3
  870. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__12e1t6o._.js +0 -3
  871. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__12ylr4n._.js +0 -3
  872. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__13g_f9w._.js +0 -3
  873. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__13q2wbt._.js +0 -3
  874. package/dist/dashboard-runtime/dashboard/.next/server/chunks/[root-of-the-server]__13~-fxp._.js +0 -3
  875. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/0p91_next_dist_shared_lib_deployment-id_0uu7yq4.js +0 -3
  876. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__04.tmw0._.js +0 -3
  877. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__077~9kz._.js +0 -3
  878. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__07fra.0._.js +0 -3
  879. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0jhpb-b._.js +0 -3
  880. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/[root-of-the-server]__0st_2qm._.js +0 -3
  881. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_03cxnik._.js +0 -3
  882. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_078ekb~._.js +0 -3
  883. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_09aiggd._.js +0 -3
  884. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0l-4ms-._.js +0 -3
  885. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0njimsl._.js +0 -3
  886. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0oxv61l._.js +0 -3
  887. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0pe9ntc._.js +0 -3
  888. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0q43l7g._.js +0 -3
  889. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0q748rf._.js +0 -3
  890. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0qptqwe._.js +0 -3
  891. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0tej2s.._.js +0 -3
  892. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0tjamu1._.js +0 -3
  893. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0u4elhp._.js +0 -3
  894. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0wwhklq._.js +0 -3
  895. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0x05u0y._.js +0 -3
  896. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0ytd66u._.js +0 -3
  897. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0~5g0_a._.js +0 -3
  898. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_0~dbpb0._.js +0 -3
  899. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_10.40pj._.js +0 -3
  900. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/_13w6ksc._.js +0 -3
  901. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_00ofp7q._.js +0 -3
  902. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_065m1.j._.js +0 -3
  903. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0l1.0wg._.js +0 -3
  904. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_0xf3ffa._.js +0 -3
  905. package/dist/dashboard-runtime/dashboard/.next/server/chunks/ssr/dashboard_src_app_(dashboard)_memory_[store]_settings_page_tsx_0y26.xu._.js +0 -3
  906. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0-0n226yihtlx.js +0 -138
  907. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0-ldkvvj51n5..js +0 -5
  908. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0-rnnjxuu_5.s.js +0 -1
  909. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0.q0rms~bxru_.js +0 -1
  910. package/dist/dashboard-runtime/dashboard/.next/static/chunks/01ccz9pw1s5-1.js +0 -1
  911. package/dist/dashboard-runtime/dashboard/.next/static/chunks/03~amszcayft9.js +0 -1
  912. package/dist/dashboard-runtime/dashboard/.next/static/chunks/05oy7c8~k0-nu.js +0 -1
  913. package/dist/dashboard-runtime/dashboard/.next/static/chunks/06e08s6_aj5tb.js +0 -1
  914. package/dist/dashboard-runtime/dashboard/.next/static/chunks/06gfzt_e-w-f~.js +0 -1
  915. package/dist/dashboard-runtime/dashboard/.next/static/chunks/076wjt8-f7ws0.js +0 -1
  916. package/dist/dashboard-runtime/dashboard/.next/static/chunks/07brna0jsz4vi.js +0 -1
  917. package/dist/dashboard-runtime/dashboard/.next/static/chunks/08c211p60po58.js +0 -1
  918. package/dist/dashboard-runtime/dashboard/.next/static/chunks/08ix0ia65i20b.js +0 -9
  919. package/dist/dashboard-runtime/dashboard/.next/static/chunks/09fuq3fiw1zq8.js +0 -138
  920. package/dist/dashboard-runtime/dashboard/.next/static/chunks/09pa80gils3r2.js +0 -1
  921. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0axe89r5c7p_b.js +0 -1
  922. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0b2g7gajnlz-x.js +0 -4
  923. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0czi-68m5cma3.js +0 -1
  924. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0eg702en0ykod.js +0 -1
  925. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0gqhfku~on4t1.js +0 -1
  926. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0i_66eb3teu-..js +0 -1
  927. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0ipb.__efc0i7.js +0 -1
  928. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0jwl.kgoaubdz.js +0 -1
  929. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0o3sqa_d7_k15.js +0 -1
  930. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0oatn7x1t1x~~.js +0 -1
  931. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0oxr1t3cp8_9f.js +0 -1
  932. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0p7-v~ggg-k3s.js +0 -1
  933. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0pyte4aize4vw.js +0 -1
  934. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0qann4-pg7heu.js +0 -1
  935. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0qzs7r4p4hd2~.js +0 -1
  936. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0t.fmi5danjtx.js +0 -1
  937. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0ty--w57-5n5f.js +0 -1
  938. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0w1f765.797w7.js +0 -1
  939. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0wl~ofl4qn1yv.js +0 -1
  940. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0xnm11dm1-qw2.js +0 -1
  941. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0yduro1k88.mk.js +0 -1
  942. package/dist/dashboard-runtime/dashboard/.next/static/chunks/0zp_ao86_7617.js +0 -1
  943. package/dist/dashboard-runtime/dashboard/.next/static/chunks/10oar3if2rs8f.js +0 -1
  944. package/dist/dashboard-runtime/dashboard/.next/static/chunks/1211es3l12jpn.js +0 -1
  945. package/dist/dashboard-runtime/dashboard/.next/static/chunks/12ju37ebul3bw.js +0 -1
  946. package/dist/dashboard-runtime/dashboard/.next/static/chunks/137epx7vazn1v.js +0 -1
  947. package/dist/dashboard-runtime/dashboard/.next/static/chunks/140~~66uc8843.css +0 -1
  948. package/dist/dashboard-runtime/dashboard/.next/static/chunks/1692-f0t3ef~c.js +0 -1
  949. package/dist/dashboard-runtime/dashboard/.next/static/chunks/16z7~ksa815uh.js +0 -1
  950. /package/dist/dashboard-runtime/dashboard/.next/static/{sk6oO3r92_OgCvicmyYrR → be0fa_T3EkD9v2fJGsvLd}/_buildManifest.js +0 -0
  951. /package/dist/dashboard-runtime/dashboard/.next/static/{sk6oO3r92_OgCvicmyYrR → be0fa_T3EkD9v2fJGsvLd}/_clientMiddlewareManifest.js +0 -0
  952. /package/dist/dashboard-runtime/dashboard/.next/static/{sk6oO3r92_OgCvicmyYrR → be0fa_T3EkD9v2fJGsvLd}/_ssgManifest.js +0 -0
@@ -0,0 +1,1969 @@
1
+ import type { Messages } from "./zh";
2
+
3
+ /**
4
+ * English message catalog. Structurally validated against the Chinese
5
+ * source-of-truth via the `Messages` type — any missing or extra key is a
6
+ * TypeScript error, keeping the two catalogs in lock-step.
7
+ */
8
+ export const messages: Messages = {
9
+ common: {
10
+ brand: "Agent Storage",
11
+ help: "Help",
12
+ knowledgeBase: "Knowledge Base",
13
+ memory: "Memory",
14
+ comingSoon: "Coming soon",
15
+ home: "Home",
16
+ skipToContent: "Skip to main content",
17
+ language: "Language",
18
+ switchLanguageTo: "Switch to {name}",
19
+ cancel: "Cancel",
20
+ confirm: "Confirm",
21
+ save: "Save",
22
+ saving: "Saving...",
23
+ saveChanges: "Save Changes",
24
+ delete: "Delete",
25
+ deleting: "Deleting...",
26
+ confirmDelete: "Confirm Delete",
27
+ edit: "Edit",
28
+ create: "Create",
29
+ creating: "Creating...",
30
+ submit: "Submit",
31
+ submitting: "Submitting...",
32
+ retry: "Retry",
33
+ refresh: "Refresh",
34
+ close: "Close",
35
+ done: "Done",
36
+ loading: "Loading…",
37
+ search: "Search…",
38
+ copied: "Copied",
39
+ copyFailed: "Copy failed",
40
+ unknownError: "Unknown error",
41
+ noData: "No data",
42
+ prevPage: "Previous",
43
+ nextPage: "Next",
44
+ firstPage: "First page",
45
+ lastPage: "Last page",
46
+ confirmInputPrompt: "Type {value} to confirm",
47
+ paginationRange: "{start}-{end} of {total}",
48
+ paginationSelected: "{count} selected · ",
49
+ clearSearch: "Clear search",
50
+ tagInputPlaceholder: "Type and press Enter",
51
+ removeTag: "Remove tag {tag}",
52
+ fieldNamePlaceholder: "Field name",
53
+ addField: "Add field",
54
+ removeField: "Remove field {name}",
55
+ systemPrompt: "System Prompt",
56
+ temperature: "Temperature",
57
+ metadataUnset: "Not set",
58
+ metadataListPlaceholder: "value1, value2, value3",
59
+ metadataNumberPlaceholder: "Enter a number",
60
+ metadataValuePlaceholder: "Enter a value",
61
+ modelSelector: {
62
+ providerLabel: "Provider",
63
+ modelLabel: "Model",
64
+ loading: "Loading...",
65
+ noProviders: "Create a config in Model Providers first",
66
+ selectProvider: "Select provider",
67
+ refreshList: "Refresh list",
68
+ selectOrInputModel: "Select or type a model name",
69
+ searchOrInputModel: "Search or type a model name",
70
+ fetchingModels: "Fetching model list...",
71
+ emptyModels: "Click Refresh list to fetch available models",
72
+ noMatch: "No matches",
73
+ availableModels: "Available models",
74
+ useCustom: "Use custom",
75
+ useTyped: 'Use "{value}"',
76
+ },
77
+ },
78
+ status: {
79
+ completed: "Completed",
80
+ pending: "Pending",
81
+ indexing: "Indexing",
82
+ failed: "Failed",
83
+ deleting: "Deleting",
84
+ },
85
+ nav: {
86
+ groupChat: "Chat",
87
+ chatAgent: "Chat Agent",
88
+ groupKnowledgeBase: "Knowledge Base",
89
+ knowledgeBaseManage: "Knowledge Bases",
90
+ groupMemory: "Memory",
91
+ memoryManage: "Memory Stores",
92
+ groupConfig: "Configuration",
93
+ llmProviders: "Model Providers",
94
+ apiKeys: "API Keys",
95
+ projects: "Projects",
96
+ },
97
+ sidebar: {
98
+ collapse: "Collapse",
99
+ expand: "Expand sidebar",
100
+ collapseSidebar: "Collapse sidebar",
101
+ openMenu: "Open menu",
102
+ closeMenu: "Close menu",
103
+ navMenu: "Navigation menu",
104
+ backToList: "Back to list",
105
+ },
106
+ theme: {
107
+ light: "Light",
108
+ system: "System",
109
+ dark: "Dark",
110
+ label: "Theme",
111
+ switchTo: "Switch to {name} theme",
112
+ current: "Theme: {current} · click to switch to {next}",
113
+ },
114
+ header: {
115
+ breadcrumb: "Breadcrumb",
116
+ segments: {
117
+ "knowledge-base": "Knowledge Base",
118
+ memory: "Memory",
119
+ "llm-providers": "Models",
120
+ projects: "Projects",
121
+ documents: "Documents",
122
+ retrieval: "Retrieval Test",
123
+ qa: "Q&A Test",
124
+ search: "Memory Search",
125
+ units: "Long-term Memory",
126
+ messages: "Short-term Memory",
127
+ requests: "Request Audit",
128
+ settings: "Settings",
129
+ create: "Create",
130
+ new: "New",
131
+ chat: "Chat",
132
+ },
133
+ },
134
+ memory: {
135
+ scopeField: {
136
+ app: "App",
137
+ tenant: "Tenant",
138
+ agent: "Agent",
139
+ run: "Run",
140
+ },
141
+ taskStatus: {
142
+ queued: "Queued",
143
+ processing: "Processing",
144
+ completed: "Completed",
145
+ failed: "Failed",
146
+ needsFix: "Needs Fix",
147
+ },
148
+ dreamStatus: {
149
+ queued: "Queued",
150
+ running: "Running",
151
+ planning: "Planning",
152
+ applying: "Applying",
153
+ completed: "Completed",
154
+ completedWithFailures: "Completed (with failures)",
155
+ failed: "Failed",
156
+ cancelled: "Cancelled",
157
+ },
158
+ dreamType: {
159
+ consolidate: "Memory Consolidation",
160
+ skill: "Skill Extraction",
161
+ profile: "User Profile",
162
+ },
163
+ actionStatus: {
164
+ proposed: "Proposed",
165
+ applied: "Applied",
166
+ skipped: "Skipped",
167
+ failed: "Failed",
168
+ },
169
+ common: {
170
+ scope: "Scope",
171
+ scopeRange: "Scope range",
172
+ targetScope: "Target scope",
173
+ readOnly: "Read-only",
174
+ notFound: "Memory store not found",
175
+ notFoundOrDeleted: "Memory store not found or already deleted",
176
+ searchScopePlaceholder: "Search scope…",
177
+ noMatchingScope: "No matching scope found",
178
+ presets: "Presets",
179
+ allData: "All data",
180
+ allDataWildcard: "All data (*/*/*/*)",
181
+ knownScopes: "Existing scopes ({count})",
182
+ knownScopesTruncated: "Existing scopes (first {count})",
183
+ querying: "Querying…",
184
+ scopeCount: "{count} scopes",
185
+ scopeCountTruncated: "{count} scopes · truncated",
186
+ refresh: "Refresh",
187
+ },
188
+ list: {
189
+ title: "Memory Stores",
190
+ description:
191
+ "Manage agent long-term memory, search memory units, and observe request logs",
192
+ create: "Create Memory Store",
193
+ searchPlaceholder: "Search memory stores...",
194
+ count: "{count} memory stores",
195
+ emptyTitle: "No memory stores yet",
196
+ emptyDescription:
197
+ "Create your first memory store to start managing agent long-term memory",
198
+ noMatchTitle: "No matching memory stores",
199
+ noMatchDescription: "Try adjusting your search keywords",
200
+ errorTitle: "Failed to load memory stores",
201
+ errorDescription:
202
+ "Unable to fetch the memory store list. Please try again later.",
203
+ createSuccess: "Memory store created",
204
+ createFailed: "Failed to create memory store",
205
+ deleteSuccess: "Memory store deleted",
206
+ deleteFailed: "Failed to delete memory store",
207
+ deleteTitle: "Delete Memory Store",
208
+ deleteConfirm:
209
+ 'Are you sure you want to delete memory store "{name}"? This action cannot be undone.',
210
+ },
211
+ card: {
212
+ longTerm: "Long-term",
213
+ shortTerm: "Short-term",
214
+ extract: "Extract",
215
+ consolidate: "Consolidate",
216
+ longTermTitle: "Long-term memory entries",
217
+ shortTermTitle: "Short-term memory / session messages",
218
+ extractTitle: "Memory extraction tasks",
219
+ consolidateTitle: "Memory consolidation",
220
+ },
221
+ create: {
222
+ title: "Create Memory Store",
223
+ description:
224
+ "Register a new memory store; a memory store is a shared container for memory entries under the same app + tenant",
225
+ heroAriaLabel: "Create memory store guide",
226
+ heroTitle: "Long-term memory for your agent",
227
+ heroBodyPrefix:
228
+ "A memory store holds facts, preferences, and context distilled from conversations, retrieved and written back automatically in later conversations within the",
229
+ heroBodyMiddle: "dimensions.",
230
+ basicInfo: "Basic Information",
231
+ basicInfoDesc:
232
+ "The name is used for the CLI --store flag and console routing, and cannot be changed after creation; the description helps your team recognize the store's purpose.",
233
+ name: "Name",
234
+ namePlaceholder: "my_memory_store",
235
+ nameDesc:
236
+ "Only letters, digits, and underscores are allowed, up to 32 characters.",
237
+ descriptionLabel: "Description",
238
+ descriptionPlaceholder: "Describe what this memory store is for...",
239
+ storageModeSection: "Storage Mode",
240
+ storageModeSectionDesc:
241
+ "Choose the storage backend for the memory store. Cannot be changed after creation.",
242
+ extractSection: "Memory Extraction Instructions",
243
+ extractSectionDesc:
244
+ "Optional. Instructions entered here are injected into the background memory extraction prompt to guide what information to distill from conversations and what to ignore. Leave empty to use the default extraction strategy.",
245
+ extractLabel: "Extraction Instructions",
246
+ extractPlaceholder:
247
+ "e.g. Focus on the user's medical terminology and medication preferences; ignore small talk and pleasantries.",
248
+ extractHelp:
249
+ "Up to 4096 characters. Can be changed later in memory store settings.",
250
+ submit: "Create Memory Store",
251
+ nameRequired: "Name cannot be empty",
252
+ nameMaxLength: "Name cannot exceed 32 characters",
253
+ namePattern: "Only letters, digits, and underscores are allowed",
254
+ descriptionMaxLength: "Description cannot exceed 256 characters",
255
+ extractMaxLength: "Extraction instructions cannot exceed 4096 characters",
256
+ },
257
+ storageMode: {
258
+ apiOnlyLabel: "API-only Memory",
259
+ fileLabel: "File Memory",
260
+ apiOnlyDescription:
261
+ "Tablestore only: read and write memory via API semantic retrieval, no file projection.",
262
+ fileDescription:
263
+ "Tablestore + OSS file projection: memory is additionally projected into a markdown file tree, retrievable as files in conversations and browsable in the console and CLI.",
264
+ },
265
+ settings: {
266
+ basicInfo: "Basic Information",
267
+ basicInfoDesc:
268
+ "Adjust the memory store's description to help your team recognize its purpose. The name cannot be changed after creation.",
269
+ name: "Name",
270
+ descriptionLabel: "Description",
271
+ descriptionPlaceholder: "Describe what this memory store is for...",
272
+ extractSection: "Memory Extraction Instructions",
273
+ extractSectionDesc:
274
+ "Optional. Instructions entered here are injected into the background memory extraction prompt to guide what information to distill from conversations and what to ignore. Leave empty to use the default extraction strategy.",
275
+ extractLabel: "Extraction Instructions",
276
+ extractPlaceholder:
277
+ "e.g. Focus on the user's medical terminology and medication preferences; ignore small talk and pleasantries.",
278
+ extractHelp:
279
+ "Up to 4096 characters. Leave empty to restore the default extraction strategy.",
280
+ updateSuccess: "Memory store settings updated",
281
+ updateFailed: "Failed to update memory store",
282
+ descriptionMaxLength: "Description cannot exceed 256 characters",
283
+ extractMaxLength: "Extraction instructions cannot exceed 4096 characters",
284
+ infoTitle: "Memory Store Info",
285
+ infoDesc: "Read-only metadata maintained by the server.",
286
+ storageMode: "Storage Mode",
287
+ otsInstance: "OTS Instance",
288
+ createdAt: "Created At",
289
+ updatedAt: "Updated At",
290
+ lastSeenAt: "Last Active",
291
+ },
292
+ detail: {
293
+ typeLabel: "Memory Store · MEMORY STORE",
294
+ moreActions: "More actions",
295
+ deleteStore: "Delete Memory Store",
296
+ backToList: "Back to list",
297
+ tabUnits: "Long-term Memory",
298
+ tabSearch: "Memory Search",
299
+ tabMessages: "Short-term Memory",
300
+ tabTasks: "Memory Extraction",
301
+ tabRequests: "Request Audit",
302
+ tabDream: "Dream Tasks",
303
+ tabSettings: "Settings",
304
+ },
305
+ scopeBar: {
306
+ manualEdit: "Manual edit",
307
+ reset: "Reset",
308
+ apply: "Apply",
309
+ readOnly: "Read-only",
310
+ appRequired: "App is required (use * for wildcard)",
311
+ writeHint:
312
+ "Write operations need a precise scope; read / search support the * wildcard.",
313
+ appPlaceholder: "app-001 or *",
314
+ tenantPlaceholder: "tenant-001",
315
+ agentPlaceholder: "agent-001",
316
+ runPlaceholder: "run-001",
317
+ },
318
+ scopeCombobox: {
319
+ defaultPlaceholder: "Pick from existing scope…",
320
+ empty: "This memory store has no existing scope yet",
321
+ },
322
+ units: {
323
+ title: "Long-term Memory",
324
+ addMemory: "Add Memory",
325
+ addWildcardHint:
326
+ "Set specific values for all fields in the scope bar above before adding memory",
327
+ searchIdPlaceholder: "Enter a memory ID to look up a single memory...",
328
+ query: "Query",
329
+ querying: "Querying...",
330
+ backToList: "Back to list",
331
+ wildcardReadOnly:
332
+ "The current scope contains wildcards; only read-only queries are supported. Add, view details, edit, and delete are unavailable.",
333
+ page: "Page {page}",
334
+ viewUnits: "Memory Units",
335
+ viewFiles: "File Memory",
336
+ emptyUnits: "No memory units in the current scope",
337
+ fileMemoryWildcardHint:
338
+ "File memory does not support wildcard scopes. Set specific app / tenant fields in the scope bar above.",
339
+ fileMemoryAppHint:
340
+ "Set at least the App field in the scope bar above to view the memory files projected for this scope",
341
+ idMissingDelete: "Memory unit is missing an ID and cannot be deleted",
342
+ preciseScopeRequiredDelete:
343
+ "The current memory unit lacks a precise scope and cannot be deleted",
344
+ deleteSuccess: "Memory unit deleted",
345
+ deleteFailed: "Failed to delete memory unit",
346
+ searchIdRequired: "Please enter a memory ID",
347
+ preciseScopeRequired: "Please set a precise scope first",
348
+ found: "Memory unit found",
349
+ notFound: "Memory unit not found",
350
+ deleteTitle: "Delete Memory Unit",
351
+ deleteConfirm:
352
+ 'Are you sure you want to delete memory unit "{id}"? This action cannot be undone.',
353
+ tableId: "ID",
354
+ tableContent: "Content",
355
+ tableType: "Type",
356
+ tableVersion: "Version",
357
+ tableCreatedAt: "Created At",
358
+ tableActions: "Actions",
359
+ disabledTitle:
360
+ "The current memory unit lacks a precise scope or ID and cannot be operated on",
361
+ view: "View details",
362
+ detailTitle: "Memory Unit Details",
363
+ detailMissingId: "Memory unit is missing an ID, cannot load details.",
364
+ detailLoadError: "Failed to load memory unit details",
365
+ detailNotFound: "Memory unit details not found.",
366
+ detailContent: "Content",
367
+ detailSearchText: "Search Text",
368
+ detailScope: "Scope",
369
+ detailType: "Type",
370
+ detailSalience: "Salience",
371
+ detailVersion: "Version",
372
+ detailMetadata: "Metadata",
373
+ },
374
+ files: {
375
+ selectFile: "Select a file on the left to view its content",
376
+ readFailed: "Read failed: {error}",
377
+ fileCount: "{count} files",
378
+ syncNow: "Sync now",
379
+ emptyHint: "No files yet. Click Sync now to fetch.",
380
+ syncSuccess: "Synced: +{downloaded} -{deleted}, {total} files total",
381
+ syncFallback: "Sync failed (using local copy): {error}",
382
+ syncFailed: "Sync failed",
383
+ },
384
+ add: {
385
+ title: "Add Memory",
386
+ textLabel: "Memory Text",
387
+ textPlaceholder: "Enter the text to extract into memory...",
388
+ metadataLabel: "Metadata (JSON, optional)",
389
+ hint: "Memory is processed asynchronously; you can view the result in memory units after adding.",
390
+ textRequired: "Please enter the text to extract into memory",
391
+ processing: "Memory is being processed, please check back later",
392
+ failed: "Failed to add memory",
393
+ },
394
+ edit: {
395
+ title: "Edit Memory Unit",
396
+ textLabel: "Memory Text",
397
+ metadataLabel: "Metadata (JSON)",
398
+ idMissing: "Memory unit is missing an ID and cannot be edited",
399
+ updateSuccess: "Memory unit updated",
400
+ updateFailed: "Failed to update memory",
401
+ },
402
+ search: {
403
+ title: "Memory Search",
404
+ intro:
405
+ "After adding memory, search results may be briefly delayed. If not matched immediately, retry or refresh later.",
406
+ queryLabel: "Search Query",
407
+ queryPlaceholder: "What does the user like to eat?",
408
+ topK: "Top K",
409
+ enableRerank: "Enable reranking",
410
+ minSimilarity: "Similarity Threshold",
411
+ minSimilarityHelp:
412
+ "Filter results by normalized cosine similarity (0–1); 0 means no filtering. Only hits at or above this value are returned.",
413
+ metadataFilter: "Metadata Filter (JSON)",
414
+ searching: "Searching...",
415
+ submit: "Search",
416
+ failed: "Search failed",
417
+ scopeRequired:
418
+ "Set specific values for App and Tenant in the scope bar first",
419
+ scopeRequiredHint:
420
+ "Set specific values for App and Tenant in the scope bar first.",
421
+ queryRequired: "Please enter a search query",
422
+ topKRange: "Top K must be between 0 and 50",
423
+ similarityRange: "Similarity threshold must be between 0 and 1",
424
+ notSearchedTitle: "Not searched yet",
425
+ notSearchedDescription:
426
+ "Fill in the query on the left to verify memory retrieval for the current scope",
427
+ noResultsTitle: "No search results",
428
+ noResultsDescription:
429
+ "If you just added new memory, you may need to wait for indexing to take effect and retry",
430
+ resultsTitle: "Search Results ({count})",
431
+ similarity: "Similarity {value}",
432
+ relevance: "Relevance {value}",
433
+ resultId: "ID: {id}",
434
+ resultScope: "Scope: {scope}",
435
+ resultCreatedAt: "Created: {time}",
436
+ resultVersion: "Version: {version}",
437
+ },
438
+ messages: {
439
+ appRequired: "Enter the App in the scope bar above first",
440
+ preciseScopeRequired:
441
+ "Set specific values for all fields in the scope bar above to query short-term memory",
442
+ emptyRange: "No messages in this time range",
443
+ empty: "No message records in the current scope",
444
+ loadEarlier: "Load earlier messages",
445
+ allLoaded: "— All messages loaded —",
446
+ count: "{count} messages",
447
+ today: "Today",
448
+ yesterday: "Yesterday",
449
+ tableTime: "Time",
450
+ tableRole: "Role",
451
+ tableSpeaker: "Speaker",
452
+ tableContent: "Content",
453
+ tableMetadata: "Metadata",
454
+ emptyTable: "No message records in the current scope",
455
+ },
456
+ timeFilter: {
457
+ window: "Time Window",
458
+ customRange: "Custom range",
459
+ quickSelect: "Quick select",
460
+ startTime: "Start Time",
461
+ endTime: "End Time",
462
+ last5min: "Last 5 minutes",
463
+ last30min: "Last 30 minutes",
464
+ last1hour: "Last 1 hour",
465
+ last6hours: "Last 6 hours",
466
+ last1day: "Last 1 day",
467
+ last3days: "Last 3 days",
468
+ last7days: "Last 7 days",
469
+ unlimited: "Unlimited",
470
+ },
471
+ tasks: {
472
+ title: "Memory Extraction Tasks",
473
+ description:
474
+ "Each AddMemories call maps to a task record, showing the processing state from messages to memory entries",
475
+ emptyTitle: "No tasks yet",
476
+ emptyAll:
477
+ "No ingestion tasks from AddMemories calls under this scope yet. You can trigger memory writes from the Long-term Memory / Search tabs, or run CLI memory add and come back here to check progress.",
478
+ emptyFiltered:
479
+ 'Currently filtered to "{status}" status. Switch to "All statuses" to see if anything was filtered out.',
480
+ loadNext: "Load next page",
481
+ allStatus: "All statuses",
482
+ empty: "No tasks in the current scope",
483
+ tableId: "Task ID",
484
+ tableStatus: "Status",
485
+ tableAccepted: "Messages Received",
486
+ tableExtracted: "Memories Extracted",
487
+ tableUpdatedAt: "Updated At",
488
+ tableActions: "Actions",
489
+ detail: "Details",
490
+ detailTitle: "Task Details",
491
+ metaStatus: "Status",
492
+ metaAcceptedExtracted: "Messages Received / Memories Extracted",
493
+ metaCreatedAt: "Created At",
494
+ metaFinishedAt: "Finished At",
495
+ metaEventType: "Event Type",
496
+ metaConversationKey: "Conversation Key",
497
+ lastError: "Last Error",
498
+ originalMessages: "Original Conversation",
499
+ preciseSource: "Messages this task extracted memory from",
500
+ windowSource: "Messages within the task's time window",
501
+ noPreciseSource:
502
+ "No original messages found for this task (may have been cleaned up)",
503
+ noWindowSource:
504
+ "No original conversation messages found within this task's range",
505
+ extractedMemories: "Extracted Memories",
506
+ extractedCount: "{count} total",
507
+ noNewMemory: "No new memory extracted this time",
508
+ notYetExtracted: "Task has not extracted memory yet",
509
+ memoryUnreadable: "Memory unreadable (may have been deleted or merged)",
510
+ },
511
+ requests: {
512
+ appRequired: "Enter the App in the scope bar above first",
513
+ loadingChart: "Loading chart…",
514
+ timeWindow: "Time Window",
515
+ customRange: "Custom range",
516
+ quickSelect: "Quick select",
517
+ startTime: "Start Time",
518
+ endTime: "End Time",
519
+ last1min: "Last 1 minute",
520
+ last5min: "Last 5 minutes",
521
+ last15min: "Last 15 minutes",
522
+ last30min: "Last 30 minutes",
523
+ last1hour: "Last 1 hour",
524
+ last6hours: "Last 6 hours",
525
+ last24hours: "Last 24 hours",
526
+ fetching: "Fetching {count}…",
527
+ fetchedCount: "{count} total",
528
+ fetchedTruncated: " (incomplete data, exceeds the {max} limit)",
529
+ refresh: "Refresh",
530
+ truncationWarning:
531
+ "Incomplete data: requests in this time range exceed the {max} limit; only the first {max} are shown. Narrow the time range to get complete data.",
532
+ distribution: "Request Distribution",
533
+ distributionFiltered: "Request Distribution (filtered)",
534
+ searchPlaceholder:
535
+ "Search… supports AND OR NOT and field queries like operation:AddMemories status:200",
536
+ statusAll: "All statuses",
537
+ statusSuccess: "Success (<400)",
538
+ statusError: "Error (≥400)",
539
+ count: "{count} total",
540
+ countFiltered: "{filtered} / {total}",
541
+ emptyRange: "No request audit records in this time range",
542
+ noMatch: "No records match the query",
543
+ empty: "No request audit records in the current scope",
544
+ tableTime: "Time",
545
+ tableOperation: "Operation",
546
+ tableStatus: "Status",
547
+ tableLatency: "Latency",
548
+ tableRequestId: "Request ID",
549
+ tableIngestStatus: "Ingest Status",
550
+ tableActions: "Actions",
551
+ paginationRange: "{start}–{end} of {total}",
552
+ detailTitle: "Request Details",
553
+ fieldOperation: "Operation",
554
+ fieldRequestId: "Request ID",
555
+ fieldTargetId: "Target ID",
556
+ fieldResponseCode: "Response Code",
557
+ fieldLatency: "Latency",
558
+ fieldCreatedAt: "Created At",
559
+ fieldTime: "Time",
560
+ fieldIngestStatus: "Ingest Status",
561
+ fieldScope: "Scope",
562
+ fieldRequestSummary: "Request Summary",
563
+ fieldResponseSummary: "Error Response Summary",
564
+ fieldError: "Last Error",
565
+ fieldErrorPlain: "Error",
566
+ scopeApp: "App:",
567
+ scopeTenant: "Tenant:",
568
+ scopeAgent: "Agent:",
569
+ scopeRun: "Run:",
570
+ },
571
+ dream: {
572
+ title: "Dream Task Management",
573
+ description:
574
+ "Manage offline tasks such as memory consolidation, skill extraction, and user profiling",
575
+ newTask: "New Task",
576
+ emptyTitle: "No Dream tasks yet",
577
+ emptyAll:
578
+ "Dream tasks support memory consolidation, skill extraction, user profiling, and more. On first use, make sure a few rounds of conversation have been written under this scope, then create a task from the top right.",
579
+ emptyFiltered:
580
+ 'Currently filtered to "{status}" status. Switch to "All statuses" to take a look.',
581
+ allStatus: "All statuses",
582
+ sortTimeDesc: "Time (newest first)",
583
+ sortTimeAsc: "Time (oldest first)",
584
+ sortScope: "Group by scope",
585
+ tableId: "Dream ID",
586
+ tableType: "Type",
587
+ tableStatus: "Status",
588
+ tableApplyMode: "Apply Mode",
589
+ tableOutput: "Output",
590
+ tableCreatedAt: "Created At",
591
+ applyModeAuto: "Auto",
592
+ applyModeProposal: "Proposal",
593
+ promoted: "Promoted",
594
+ outputItems: "outputs",
595
+ outputFailed: " / {count} failed",
596
+ outputBreakdown:
597
+ "({proposed} proposed / {applied} applied / {skipped} skipped / {failed} failed)",
598
+ groupTaskCount: "{count} tasks",
599
+ loadingMore: "Loading more tasks…",
600
+ truncatedHint: "Many tasks; loaded a subset first",
601
+ continueLoad: "Load more",
602
+ currentScope: "Current filter scope: {scope}",
603
+ groupedHint:
604
+ " · Grouped by scope, ordered by created time descending (newest first) within each group",
605
+ singleScopeHint:
606
+ " · Only 1 scope, ordered by created time descending (newest first)",
607
+ sortedHint: " · Ordered by created time ({dir})",
608
+ dirAsc: "oldest first",
609
+ dirDesc: "newest first",
610
+ disabledTitle: "Memory consolidation is not enabled",
611
+ disabledPrefix:
612
+ "This instance's engine has not enabled the dreaming subsystem. Please ask an administrator to set the service environment variable",
613
+ disabledSuffix: "and restart the service.",
614
+ backToTaskList: "Back to task list",
615
+ taskNotFound: "Task not found or already deleted",
616
+ autoRefresh: "· Auto-refresh every 5s",
617
+ applyModeAutoDetail: "Apply mode: safe changes applied automatically",
618
+ applyModeProposalDetail: "Apply mode: proposal (manual apply)",
619
+ scopeOutput: "Scope output: {value}",
620
+ scopeOutputPromote: "Promote",
621
+ scopeOutputPreserve: "Preserve",
622
+ viewError: "View error",
623
+ cancelTask: "Cancel task",
624
+ statSessions: "Sessions",
625
+ statMessages: "Messages",
626
+ statMemories: "Memories",
627
+ statOutput: "Outputs",
628
+ statActionTotal: "Total Actions",
629
+ statApplied: "Applied",
630
+ statProposed: "Proposed",
631
+ statAppliedShort: "Applied",
632
+ statSkipped: "Skipped",
633
+ statFailed: "Failed",
634
+ metaCreated: "Created: ",
635
+ metaUpdated: "Updated: ",
636
+ metaFinished: "Finished: ",
637
+ metaInputScopes: "Input scopes: ",
638
+ instructionsProfile: "Profile Template",
639
+ instructionsSkill: "Extraction Guide",
640
+ instructionsMemory: "Additional Guide",
641
+ resultsExtract: "Output Results",
642
+ resultsActions: "Actions",
643
+ cancelSuccess: "Task cancelled",
644
+ cancelFailed: "Failed to cancel",
645
+ cancelConfirmTitle: "Confirm Cancel Dream Task",
646
+ cancelConfirmDesc:
647
+ "The task will stop generating further actions; applied actions will not be rolled back.",
648
+ lastError: "Last Error",
649
+ createTitle: "New Dream Task",
650
+ createDescription:
651
+ "Dream reads messages and existing memory under the selected scopes and lets the LLM analyze and process them. For memory consolidation, we recommend using Proposal mode first to generate proposals for manual review before applying.",
652
+ taskType: "Task Type",
653
+ taskTypeMemory: "Memory Consolidation — consolidate cross-session memory",
654
+ taskTypeSkill:
655
+ "Skill Extraction — extract reusable skills from conversations",
656
+ taskTypeProfile: "User Profile — build the user profile",
657
+ addScope: "Add scope",
658
+ scopeFillFromExisting: "Fill from existing scope",
659
+ applyMode: "Apply Mode",
660
+ applyModeProposalOption:
661
+ "Proposal mode (manual apply after generation, recommended)",
662
+ applyModeSafeAutoOption:
663
+ "Safe auto (only ADD/UPDATE auto; DELETE/cross-scope still manual)",
664
+ scopeOutputMode: "Scope Output Mode",
665
+ scopeOutputModePlaceholder: "Use default (preserve_scope)",
666
+ preserveScope: "Preserve original scope",
667
+ promoteScope: "Promote to parent scope",
668
+ instructionsLabel: "Instructions (optional)",
669
+ instructionsPlaceholderMemory: "Extra guidance for the dream planner",
670
+ instructionsPlaceholderSkill:
671
+ "Guide the direction of skill extraction, e.g. domains to focus on",
672
+ instructionsPlaceholderProfile:
673
+ "Extra guidance for user profiling, e.g. dimensions to focus on",
674
+ thresholds: "Confidence Thresholds",
675
+ thresholdAdd: "Add",
676
+ thresholdUpdate: "Update",
677
+ thresholdMerge: "Merge",
678
+ advanced: "Advanced",
679
+ maxSessions: "Max sessions",
680
+ maxMessages: "Max messages",
681
+ maxMemories: "Max memories",
682
+ minTimestamp: "Earliest time",
683
+ maxTimestamp: "Latest time",
684
+ idempotentToken: "Idempotency token",
685
+ optional: "Optional",
686
+ createTask: "Create Task",
687
+ createFailed: "Failed to create",
688
+ toastMemoryCreated: "Memory consolidation task created",
689
+ toastSkillCreated: "Skill extraction task created",
690
+ toastProfileCreated: "User profile task created",
691
+ appIdRequired: "appId is required",
692
+ atLeastOneNonWildcard: "Specify at least one non-wildcard field",
693
+ atLeastOneScope: "At least one scope",
694
+ actions: {
695
+ allStatus: "All statuses",
696
+ allTypes: "All types",
697
+ orderCreatedAsc: "Created time ↑",
698
+ orderCreatedDesc: "Created time ↓",
699
+ orderConfidenceDesc: "Confidence ↓",
700
+ minConfidence: "Min confidence",
701
+ selectedCount: "{count} selected",
702
+ applying: "Applying…",
703
+ applySelected: "Apply selected ({count})",
704
+ emptyExtract:
705
+ "No output results yet. Make sure there are enough conversation messages under the input scope.",
706
+ emptyFiltered: "No actions under the current filters",
707
+ selectAll: "Select all applyable actions",
708
+ colOutputType: "Output Type",
709
+ colType: "Type",
710
+ colStatus: "Status",
711
+ colContent: "Content",
712
+ colImpact: "Impact",
713
+ colConfidence: "Confidence",
714
+ selectAction: "Select this action",
715
+ notSelectable: "Not selectable",
716
+ onlyProposedApply: "Only proposed actions can be applied",
717
+ skill: "Skill",
718
+ profile: "Profile",
719
+ new: "New",
720
+ noop: "No-op",
721
+ delete: "Delete",
722
+ merge: "Merge",
723
+ memoryUnreadable: "{verb}: original memory unreadable",
724
+ applyResult: "Apply complete: {applied} succeeded, {failed} failed",
725
+ applyFailed: "Apply failed",
726
+ noExtractResult: "No extraction result",
727
+ instructions: "Instructions",
728
+ noopNoChange: "NOOP — no memory change",
729
+ beforeModify: "Before",
730
+ targetMemory: "Target memory",
731
+ originalUnreadable:
732
+ "Original memory unreadable (may have been deleted or merged by another dream task)",
733
+ willAdd: "Will add",
734
+ afterModify: "After",
735
+ newMemory: "New memory",
736
+ willDelete: "This memory will be deleted after applying.",
737
+ willMerge:
738
+ "This memory will be merged into related memory after applying.",
739
+ detailTitle: "Action Details",
740
+ detailStatus: "Status",
741
+ detailConfidence: "Confidence",
742
+ detailTargetMemoryId: "Target memory ID",
743
+ detailResultMemoryId: "Result memory ID",
744
+ reason: "Reasoning",
745
+ skippedReason: "Skip reason",
746
+ skippedReasonWithDetail: "{reason} ({detail})",
747
+ error: "Error",
748
+ },
749
+ apply: {
750
+ title: "Confirm Applying Selected Actions",
751
+ descPrefix: "Will apply to memory store",
752
+ descSuffix:
753
+ "applying {count} actions. This writes to the memory store and cannot be undone automatically.",
754
+ hasDestructive:
755
+ "The selected actions include DELETE; the corresponding memory will be deleted after applying.",
756
+ remaining: "{count} more actions not shown in this preview",
757
+ applying: "Applying…",
758
+ confirm: "Confirm apply {count}",
759
+ },
760
+ },
761
+ comingSoon: {
762
+ title: "Agent Memory",
763
+ description:
764
+ "Coming soon — persistent memory for your agent, making conversations smarter and more coherent.",
765
+ viewDocs: "View docs",
766
+ },
767
+ },
768
+ knowledgeBase: {
769
+ common: {
770
+ basicInfo: "Basic Information",
771
+ metadataSchema: "Metadata Schema",
772
+ advancedConfig: "Advanced Configuration",
773
+ embeddingConfig: "Embedding Configuration",
774
+ retrievalConfig: "Retrieval Configuration",
775
+ name: "Name",
776
+ description: "Description",
777
+ descriptionPlaceholder: "Describe what this knowledge base is for...",
778
+ tags: "Tags",
779
+ tagsPlaceholder: "Type a tag and press Enter",
780
+ searchType: "Search Type",
781
+ searchDense: "Vector Search",
782
+ searchFullText: "Full-text Search",
783
+ denseTopK: "Vector Recall",
784
+ denseTopKDesc:
785
+ "Number of candidate chunks from vector search that participate in ranking.",
786
+ fullTextTopK: "Full-text Recall",
787
+ fullTextTopKDesc:
788
+ "Number of candidate chunks from full-text search that participate in ranking.",
789
+ rerankTopK: "Rerank Results",
790
+ rerankTopKDesc: "Number of chunks kept and returned after reranking.",
791
+ modelParams: "Model Parameters",
792
+ weightParams: "Weight Parameters",
793
+ rrfParams: "RRF Parameters",
794
+ denseWeight: "Vector Search Weight",
795
+ fullTextWeight: "Full-text Search Weight",
796
+ kValue: "K Value",
797
+ weightRange: "Between 0 and 1",
798
+ },
799
+ provider: {
800
+ label: "Provider",
801
+ modelName: "Model Name",
802
+ selectProvider: "Select a provider",
803
+ selectModel: "Select a model",
804
+ inputModelName: "Enter a model name",
805
+ bailian: "Bailian",
806
+ custom: "Custom",
807
+ multimodalSuffix: " (multimodal)",
808
+ },
809
+ list: {
810
+ title: "Knowledge Bases",
811
+ description:
812
+ "Manage your knowledge bases, upload documents, and run semantic search",
813
+ create: "Create Knowledge Base",
814
+ searchPlaceholder: "Search knowledge bases...",
815
+ count: "{count} knowledge bases",
816
+ emptyTitle: "No knowledge bases yet",
817
+ emptyDescription:
818
+ "Create your first knowledge base to start managing documents and retrieval",
819
+ noMatchTitle: "No matching knowledge bases",
820
+ noMatchDescription: "Try adjusting your search keywords",
821
+ backToList: "Back to knowledge bases",
822
+ errorTitle: "Error loading knowledge base",
823
+ errorDescription: "An unknown error occurred. Please try again later.",
824
+ },
825
+ create: {
826
+ title: "Create Knowledge Base",
827
+ nameRequiredMark: "Name",
828
+ namePlaceholder: "my_knowledge_base",
829
+ nameDesc:
830
+ "Must start with a letter; only letters, digits, and underscores, up to 64 characters",
831
+ enableSubspace: "Enable Subspace",
832
+ enableSubspaceDesc:
833
+ "Enable subspace isolation for this knowledge base so different business lines stay separate",
834
+ multimodal: "Multimodal",
835
+ multimodalDesc:
836
+ "Support image document ingestion, image retrieval, and multimodal embedding/rerank. Cannot be changed after creation.",
837
+ tableFormulaCaption: "Table & Formula Caption",
838
+ tableFormulaCaptionDesc:
839
+ "Generate semantic descriptions for table and formula chunks. Requires the corresponding platform setting. Available for both standard and multimodal KBs.",
840
+ autoSwitchPrefix: "The embedding model was automatically switched to ",
841
+ autoSwitchMiddle: ", and the rerank model to ",
842
+ autoSwitchSuffix: ". You can still adjust the parameters below manually.",
843
+ resultCount: "Result Count",
844
+ resultCountDesc:
845
+ "Controls the number of candidates per recall path that participate in ranking, and the number of chunks actually returned after reranking.",
846
+ defaultRerankStrategy: "Default Rerank Strategy",
847
+ rerankStrategyDesc:
848
+ "Switching the strategy affects default retrieval behavior; all three parameter sets are saved to the knowledge base for easy temporary switching",
849
+ submit: "Create Knowledge Base",
850
+ createSuccess: "Knowledge base created",
851
+ createFailed: "Failed to create knowledge base",
852
+ nameRequired: "Knowledge base name is required",
853
+ nameMaxLength: "Name must be at most 64 characters",
854
+ namePattern:
855
+ "Name must start with a letter; only letters, digits, underscores and hyphens are allowed, 3-64 characters, and it cannot end with an underscore or hyphen",
856
+ },
857
+ settings: {
858
+ basicInfoDesc:
859
+ "Adjust the knowledge base description and tags to help your team recognize its purpose.",
860
+ retrievalConfigDesc:
861
+ "Control the default recall method, result size, and rerank strategy.",
862
+ retrievalParams: "Retrieval Parameters",
863
+ rerankParams: "Rerank Parameters",
864
+ rerankStrategy: "Rerank Strategy",
865
+ embeddingReadOnlyDesc: "Cannot be changed after creation",
866
+ embeddingModel: "Model",
867
+ embeddingDimension: "Dimension",
868
+ metadataReadOnlyDesc: "Cannot be changed after creation",
869
+ metadataFieldName: "Field Name",
870
+ metadataFieldType: "Type",
871
+ metadataEmpty: "No Metadata Schema defined",
872
+ updateSuccess: "Knowledge base settings updated",
873
+ updateFailed: "Failed to update settings",
874
+ },
875
+ card: {
876
+ multimodal: "Multimodal",
877
+ subspace: "Subspace",
878
+ viewDocuments: "View Documents",
879
+ retrievalTest: "Retrieval Test",
880
+ settings: "Settings",
881
+ descLabel: "Desc:",
882
+ tagsLabel: "Tags:",
883
+ metadataCount: "{count} Metadata fields",
884
+ searchDense: "Vector",
885
+ searchFullText: "Full-text",
886
+ updatedAt: "Updated ",
887
+ },
888
+ delete: {
889
+ title: "Delete Knowledge Base",
890
+ warningPrefix: "This action is ",
891
+ warningIrreversible: "irreversible",
892
+ warningSuffix: ". It will permanently delete the knowledge base ",
893
+ warningTail: " and all of its documents and data.",
894
+ confirmPromptPrefix: "Type ",
895
+ confirmPromptSuffix: " to confirm deletion",
896
+ deleteSuccess: 'Knowledge base "{name}" deleted',
897
+ deleteFailed: "Failed to delete knowledge base",
898
+ },
899
+ subspace: {
900
+ switcherActive: "Subspace: {name}",
901
+ switcherPlaceholder: "Select a subspace…",
902
+ switchToOther: "Switch to another subspace",
903
+ enter: "Enter a subspace",
904
+ inputPlaceholder: "Enter a subspace name...",
905
+ enterButton: "Enter",
906
+ recentlyUsed: "Recently used",
907
+ clearSelection: "Clear selection (back to subspace picker)",
908
+ cleared: "Subspace scope cleared, please select again",
909
+ gateTitle: "Select a Subspace",
910
+ gateDescription:
911
+ "This knowledge base has subspace isolation enabled; documents are grouped by subspace. Enter the subspace name you want to access to view its documents.",
912
+ gateHint:
913
+ 'Tip: subspace names are defined by the creator, e.g. "team-alpha", "docs-v2"',
914
+ },
915
+ detail: {
916
+ tabDocuments: "Documents",
917
+ tabRetrieval: "Retrieval Test",
918
+ tabQa: "Q&A Test",
919
+ tabSettings: "Settings",
920
+ moreActions: "More actions",
921
+ deleteKB: "Delete Knowledge Base",
922
+ backToList: "Back to list",
923
+ notFound: "Knowledge base not found or already deleted",
924
+ notFoundShort: "Knowledge base not found",
925
+ pillMultimodal: "Multimodal",
926
+ pillSubspace: "Subspace",
927
+ created: "Created ",
928
+ updated: "Updated ",
929
+ subspaceLabel: "Subspace:",
930
+ },
931
+ embedding: {
932
+ selectProvider: "Select an embedding provider",
933
+ dimension: "Vector Dimension",
934
+ selectDimension: "Select a dimension",
935
+ dimensionPlaceholder: "e.g. 1024",
936
+ apiKeyPlaceholder: "Enter API Key",
937
+ },
938
+ resultCountField: {
939
+ label: "Result Count",
940
+ description:
941
+ "Maximum number of chunks returned per search; the top N are taken after reranking.",
942
+ unit: "",
943
+ },
944
+ },
945
+ documents: {
946
+ common: {
947
+ title: "Documents",
948
+ titleWithSubspace: "Documents — {subspace}",
949
+ upload: "Upload Documents",
950
+ deleteSuccess: "Document deleted",
951
+ deleteFailed: "Failed to delete document",
952
+ deleteTitle: "Delete Document",
953
+ deleteConfirm:
954
+ 'Are you sure you want to delete document "{name}"? This action cannot be undone.',
955
+ batchDeleteTitle: "Batch Delete Documents",
956
+ batchDeleteConfirm:
957
+ "Are you sure you want to delete the {count} selected documents? This action cannot be undone.",
958
+ batchDeleteProgress: "Deleting {completed}/{total} documents...",
959
+ batchDeleteSuccess: "Successfully deleted {count} documents",
960
+ batchDeleteFailed: "Batch delete failed",
961
+ pageScopeHint:
962
+ "Tip: search and filter apply only to the current page and do not search data on other pages.",
963
+ pageRowsCount: "{count} on this page",
964
+ perPage: "Per page",
965
+ perPageUnit: "",
966
+ emptySubspace:
967
+ "No documents in this subspace yet. You can upload new documents to this subspace.",
968
+ uploadToSubspace: "Upload Documents to This Subspace",
969
+ },
970
+ table: {
971
+ selectAll: "Select all",
972
+ selectRow: "Select row",
973
+ docName: "Document Name",
974
+ status: "Status",
975
+ chunkCount: "Chunks",
976
+ updatedAt: "Updated At",
977
+ actions: "Actions",
978
+ viewDetail: "View details",
979
+ viewChunks: "View chunks",
980
+ },
981
+ toolbar: {
982
+ searchPlaceholder: "Search on this page...",
983
+ statusAll: "All statuses",
984
+ batchDelete: "Delete selected ({count})",
985
+ },
986
+ upload: {
987
+ title: "Upload Documents",
988
+ descriptionPrefix: "Upload documents to knowledge base ",
989
+ tabFile: "By File",
990
+ tabFolder: "By Folder",
991
+ tabOss: "Import from OSS",
992
+ dropFileHere: "Drag files here",
993
+ selectFile: "Select Files",
994
+ selectedFilesPrefix: "Selected ",
995
+ selectedFilesSuffix: " files",
996
+ clearAll: "Clear all",
997
+ dropFolderHere: "Drag a folder here, or select one",
998
+ selectFolder: "Select Folder",
999
+ filterOptions: "Filter Options",
1000
+ includeExtensions: "Include Extensions",
1001
+ excludeExtensions: "Exclude Extensions",
1002
+ recursive: "Include subdirectories recursively",
1003
+ folderSelectedPrefix: "Selected ",
1004
+ folderSelectedMiddle: " files; after filtering, ",
1005
+ folderSelectedSuffix: " will be uploaded",
1006
+ folderMoreHidden: "... and {count} more files not shown",
1007
+ subspaceOptional: "Subspace (optional)",
1008
+ subspaceDefault: "Default: {name}",
1009
+ subspaceCurrentPlaceholder: "Current subspace",
1010
+ subspaceInputPlaceholder: "Enter a subspace name",
1011
+ subspaceDiffHintPrefix: 'Tip: will upload to subspace "',
1012
+ subspaceDiffHintMiddle: '", which differs from the current scope "',
1013
+ subspaceDiffHintSuffix: '"',
1014
+ subspaceEmpty: "(empty)",
1015
+ metadataOptional: "Metadata (optional)",
1016
+ jsonPreview: "JSON Preview",
1017
+ batchProgress: "Batch {completed}/{total}",
1018
+ filesProgress: "{completed}/{total} files",
1019
+ batchErrorCount: "{count} batches failed",
1020
+ batchErrorPrefix: "Batch {n}: ",
1021
+ submitting: "Submitting…",
1022
+ preparingUpload: "Preparing upload...",
1023
+ importCount: "Import {count} items",
1024
+ importing: "Importing {completed}/{total}",
1025
+ uploadCount: "Upload {count} files",
1026
+ uploading: "Uploading {completed}/{total}",
1027
+ ignoredFolders: "Ignored {count} folders ({names})",
1028
+ detectedFolders:
1029
+ "Detected folders ({names}); automatically switched to By Folder mode",
1030
+ detectedFoldersDesc:
1031
+ "In By Folder mode you can filter by extension and upload recursively",
1032
+ switchToFolder: "Switch to By Folder",
1033
+ folderDragUnsupported:
1034
+ "This browser does not support folder drag-and-drop. Please use the Select Folder button.",
1035
+ looseFilesMerged:
1036
+ "The dropped items were all files and have been merged into the current list (not filtered)",
1037
+ metadataJsonInvalid: "Metadata JSON is malformed",
1038
+ ossSelectRequired:
1039
+ "Select at least one file or folder in the OSS browser",
1040
+ ossImportFailed: "OSS import failed",
1041
+ noFilesImportedTitle: "No files imported",
1042
+ noFilesImportedFiltered:
1043
+ "The selected folder had no matches after filtering. Loosen the filter rules.",
1044
+ noFilesImportedEmpty: "The selection is empty",
1045
+ importSuccess: "Successfully imported {count} documents",
1046
+ importPartial: "{ok} imported, {fail} failed",
1047
+ importAllFailed: "All {count} documents failed to import",
1048
+ noFolderOrFiltered:
1049
+ "No folder selected, or no uploadable files after filtering",
1050
+ selectAtLeastOneFile: "Please select at least one file",
1051
+ uploadSuccess: "Successfully uploaded {count} documents",
1052
+ uploadPartial: "{ok} documents uploaded, {fail} failed",
1053
+ uploadAllFailed: "All {count} documents failed to upload",
1054
+ batchRequestErrors: "{count} batch requests failed",
1055
+ uploadFailed: "Failed to upload documents",
1056
+ },
1057
+ oss: {
1058
+ filterOptions: "Filter Options",
1059
+ filterScope:
1060
+ "(applies only to selected folders; individually checked files import directly; the server recurses subdirectories)",
1061
+ prefixInclude: "Prefix Include",
1062
+ prefixExclude: "Prefix Exclude",
1063
+ suffixInclude: "Suffix Include",
1064
+ suffixExclude: "Suffix Exclude",
1065
+ selectionSummaryPrefix: "Selected ",
1066
+ selectionSummaryMiddle: " files + ",
1067
+ selectionSummarySuffix:
1068
+ " folders (folders are recursed by the server and filtered by the rules above)",
1069
+ notConfiguredTitle: "OSS not configured yet",
1070
+ notConfiguredDesc:
1071
+ "Bind the OSS endpoint and bucket in Instance Settings first, then come back here to import.",
1072
+ forbidden: "No access",
1073
+ bucketNotFound: "Bucket not found",
1074
+ listFailed: "Failed to list OSS",
1075
+ searchPlaceholder: "Search current directory",
1076
+ objectCount: "{count} objects",
1077
+ selectedCount: "{count} selected",
1078
+ empty: "This directory is empty",
1079
+ },
1080
+ chunks: {
1081
+ titleFallback: "Document Chunks",
1082
+ titleSuffix: " - Chunks",
1083
+ loadedCount: "{count} chunks loaded",
1084
+ empty: "No chunk data yet",
1085
+ loadMore: "Load more",
1086
+ statusEnable: "enabled",
1087
+ statusDisable: "disabled",
1088
+ enableChunk: "Enable chunk",
1089
+ disableChunk: "Disable chunk",
1090
+ toggleSuccess: "Chunk #{id} {action}",
1091
+ toggleFailed: "Failed to update status",
1092
+ editChunk: "Edit chunk",
1093
+ imageNotEditable: "Image chunks cannot be edited",
1094
+ disableTooltip: "Disable chunk: skipped during retrieval",
1095
+ enableTooltip: "Enable chunk: included in retrieval",
1096
+ titleField: "Title",
1097
+ titlePlaceholder: "Chunk title (optional)",
1098
+ contentField: "Content",
1099
+ contentPlaceholder: "Chunk content",
1100
+ updateSuccess: "Chunk #{id} updated",
1101
+ updateFailed: "Update failed",
1102
+ collapse: "Collapse",
1103
+ expand: "Show more",
1104
+ createdAt: "Created: {time}",
1105
+ updatedAt: "Updated: {time}",
1106
+ imageZoomTitle: "Image zoom preview",
1107
+ imageZoomAlt: "Zoom preview",
1108
+ statusActive: "Active",
1109
+ statusInactive: "Inactive",
1110
+ statusFailed: "Failed",
1111
+ },
1112
+ detail: {
1113
+ title: "Document Details",
1114
+ docId: "Document ID",
1115
+ subspace: "Subspace",
1116
+ status: "Status",
1117
+ chunkCount: "Chunks",
1118
+ timeInfo: "Time Information",
1119
+ createdAt: "Created At",
1120
+ updatedAt: "Updated At",
1121
+ failedDetails: "Failure Details",
1122
+ deleteDocument: "Delete Document",
1123
+ metadataUpdateSuccess: "Metadata updated",
1124
+ metadataUpdateFailed: "Failed to update metadata",
1125
+ metadataEmpty: "No metadata yet. Click Edit to add fields.",
1126
+ metadataNoSchema: "This knowledge base has no metadata schema configured",
1127
+ addField: "Add field",
1128
+ addFieldAvailable: "{count} available",
1129
+ removeField: "Remove this field",
1130
+ emptyList: "Empty list",
1131
+ },
1132
+ },
1133
+ chat: {
1134
+ common: {
1135
+ newChat: "New Chat",
1136
+ },
1137
+ config: {
1138
+ title: "Chat Configuration",
1139
+ description:
1140
+ "Select a model, edit the system prompt, and mount multiple knowledge bases as retrieval sources",
1141
+ systemPromptPlaceholder: "Leave empty to use the default prompt",
1142
+ mountedKb: "Mounted Knowledge Bases",
1143
+ mountedKbDesc:
1144
+ "Retrieve in parallel, rerank globally by score, and keep the top {topK}",
1145
+ aggregateTopK: "Aggregate topK",
1146
+ aggregateTopKTitle:
1147
+ "Upper limit after merging hits from all KBs and truncating by score",
1148
+ unifiedTitle: "Global Default Retrieval Parameters",
1149
+ unifiedDesc:
1150
+ "Knowledge bases without their own config use these defaults",
1151
+ unifiedCollapse: "Collapse global default retrieval parameters",
1152
+ unifiedExpand: "Expand global default retrieval parameters",
1153
+ unifiedDisabledHint:
1154
+ "Mount at least one knowledge base to configure global default retrieval parameters",
1155
+ topKLabel: "TopK",
1156
+ topKHintUnified: "Chunks per KB, default 20",
1157
+ footerHint:
1158
+ "Unsaved changes are also persisted automatically when you send the next message",
1159
+ saved: "Saved",
1160
+ saveConfig: "Save Configuration",
1161
+ },
1162
+ mount: {
1163
+ subspacePlaceholder: "subspace (comma separated)",
1164
+ settingsTitle: "Retrieval Parameters",
1165
+ settingsLoading: "Loading knowledge base info",
1166
+ remove: "Remove",
1167
+ searchKbPlaceholder: "Search knowledge bases...",
1168
+ noMatchingKb: "No matching knowledge base",
1169
+ addMore: "Add more knowledge bases",
1170
+ emptyNoKbTitle: "No knowledge bases yet",
1171
+ emptyMountTitle: "Mount a knowledge base to enable RAG",
1172
+ emptyNoKbDesc:
1173
+ "Once you create your first knowledge base, you can mount it in chat and enable retrieval augmentation",
1174
+ emptyMountDesc:
1175
+ "After mounting, the model answers based on knowledge base content, with parallel retrieval and global reranking",
1176
+ createKb: "Create Knowledge Base",
1177
+ mountKb: "Mount Knowledge Base",
1178
+ mountKbAria: "Mount knowledge base",
1179
+ selectFromExistingPrefix: "Choose from",
1180
+ selectFromExistingSuffix: "existing knowledge bases",
1181
+ },
1182
+ retrievalDialog: {
1183
+ title: "Retrieval Parameters",
1184
+ multimodalBadge: "Multimodal",
1185
+ inheritCurrentPrefix: "Current: ",
1186
+ inheritLabel: "Inherit global default",
1187
+ inheritSuffix:
1188
+ "; below is a read-only preview. To deviate from the global config, click \u201cUse Custom Configuration\u201d.",
1189
+ customLabel: "Use Custom Configuration",
1190
+ customSuffix: "; saved automatically when a field loses focus.",
1191
+ multimodalLockPrefix:
1192
+ "Model Rerank for multimodal knowledge bases is locked to",
1193
+ multimodalLockSuffix:
1194
+ "(Provider: bailian); other models are not supported yet.",
1195
+ topKLabel: "TopK",
1196
+ topKHint:
1197
+ "Number of chunks returned; inherits the global default when unset",
1198
+ resetToDefault: "Reset to default",
1199
+ useCustom: "Use Custom Configuration",
1200
+ },
1201
+ memoryBind: {
1202
+ title: "Bound Memory Store",
1203
+ descBound:
1204
+ "Retrieve Top-{topK} each turn, write back to the current scope after the conversation",
1205
+ descUnbound:
1206
+ "Once bound, the server retrieves before each turn and writes back afterward; memory is shared across agents under the same app + tenant",
1207
+ topKTitle: "Max number of memory entries returned per turn",
1208
+ retrievalModeLabel: "Memory Retrieval Mode",
1209
+ modeSearchTitle: "Semantic Search",
1210
+ modeSearchDesc: "Vector-search the memory store each turn",
1211
+ modeLocalTitle: "File Memory",
1212
+ modeLocalDescEnabled: "Local search after syncing projected files",
1213
+ modeLocalDescDisabled:
1214
+ "Only available for memory stores that support file memory",
1215
+ localHint:
1216
+ "Memory is projected into a local mirror directory as a markdown file tree; synced before each turn and searched on the files. Memory is aggregated per user (app + tenant); agent / run fields do not affect file content.",
1217
+ viewFiles: "View memory files",
1218
+ viewFilesHint: "Please fill in the complete app / tenant / agent first",
1219
+ emptyNoStoresTitle: "No memory stores yet",
1220
+ emptyBindTitle:
1221
+ "Bind a memory store to give the conversation long-term memory",
1222
+ emptyNoStoresDesc:
1223
+ "Once you create your first memory store, you can bind it in chat and automatically write back / retrieve",
1224
+ emptyBindDesc:
1225
+ "Once bound, the server retrieves relevant memory before each turn and injects it into the system prompt, then writes back to the current scope afterward",
1226
+ createStore: "Create Memory Store",
1227
+ bindStore: "Bind Memory Store",
1228
+ bindStoreAria: "Bind memory store",
1229
+ selectFromExistingPrefix: "Choose from",
1230
+ selectFromExistingSuffix: "existing memory stores",
1231
+ selectStorePlaceholder: "Select a memory store",
1232
+ unbind: "Unbind",
1233
+ writeScope: "Write Scope",
1234
+ writeScopeDesc:
1235
+ "During retrieval the server derives agent / run as wildcards",
1236
+ writeScopeDescSuffix:
1237
+ ", so different agents / runs under the same app + tenant can read each other's memory",
1238
+ selectExistingScope: "Select an existing scope",
1239
+ appField: "App *",
1240
+ tenantField: "Tenant *",
1241
+ agentField: "Agent *",
1242
+ autoSave: "Auto-write memory after the conversation",
1243
+ autoSaveDesc:
1244
+ "Auto-archive: write this turn's user / assistant messages to the current scope",
1245
+ runIdLabel: "Run ID",
1246
+ runIdTitle:
1247
+ "The run ID is generated automatically for the current conversation and reused throughout it to link memory of the same session",
1248
+ runIdAuto: "Auto-generated · Auto-reused",
1249
+ copyRunId: "Copy run ID",
1250
+ runIdCopied: "Run ID copied",
1251
+ runIdCopyFailed: "Copy failed, please select the text manually",
1252
+ },
1253
+ filesDialog: {
1254
+ title: "Memory Files",
1255
+ description: "Mirror directory of memory files for this scope",
1256
+ },
1257
+ history: {
1258
+ newChat: "New Chat",
1259
+ empty: "No conversation history",
1260
+ clearAll: "Clear all",
1261
+ delete: "Delete",
1262
+ justNow: "Just now",
1263
+ minutesAgo: "{count} minutes ago",
1264
+ hoursAgo: "{count} hours ago",
1265
+ daysAgo: "{count} days ago",
1266
+ },
1267
+ page: {
1268
+ errorTitle: "Failed to load the chat page",
1269
+ errorFallback:
1270
+ "Could not initialize the chat panel, please try again later.",
1271
+ bindMemoryFirst:
1272
+ "Please bind a memory store and fill in the complete scope first",
1273
+ mountKbFirst: "Please mount a knowledge base first",
1274
+ typeSkill: "skill",
1275
+ typeProfile: "profile",
1276
+ depositLoading:
1277
+ "Summarizing {type} and depositing to the knowledge base…",
1278
+ depositSlow:
1279
+ "The {type} task is taking a while; check the results on the Dream page later",
1280
+ depositTaskFailed: "The {type} task failed",
1281
+ depositTaskCancelled: "The {type} task was cancelled",
1282
+ depositFailedReason: "Failed to deposit {type}: {reason}",
1283
+ depositNone: "No {type} extracted in this conversation",
1284
+ depositSuccess:
1285
+ "Deposited {count} {type} to knowledge base \u201c{kbName}\u201d",
1286
+ depositFailed: "Failed to deposit {type}",
1287
+ newChatTitle: "New Chat",
1288
+ headerStats: "{model} · {count} knowledge bases · aggregate {topK}",
1289
+ headerMemory: " · Memory: {name}",
1290
+ headerNoConfig:
1291
+ "Click the gear at the top right to mount a model and knowledge bases",
1292
+ configTitle: "Chat Configuration",
1293
+ mountsCarryover:
1294
+ "Carried over {count} knowledge base mounts from the last conversation; adjust via the gear at the top right.",
1295
+ emptyTitleReady: "Ready to chat",
1296
+ emptyTitleStart: "Start a conversation",
1297
+ emptyDescCarryover: "{carryover} Just type your question below.",
1298
+ emptyDescReady:
1299
+ "Just type your question below; you can adjust the model or mounted knowledge bases anytime via the gear at the top right",
1300
+ emptyDescStart:
1301
+ "Click the gear at the top right, select a model and mount knowledge bases to start Q&A",
1302
+ emptyAction: "Open configuration",
1303
+ disabledPlaceholder:
1304
+ "Please click the gear at the top right to configure the model and knowledge bases first",
1305
+ },
1306
+ },
1307
+ qa: {
1308
+ reasoning: {
1309
+ thinking: "Thinking",
1310
+ deepThinking: "Deep thinking",
1311
+ retrieving: "Searching knowledge base",
1312
+ intentExtracting: "Extracting retrieval intent",
1313
+ done: "Deep thinking done",
1314
+ },
1315
+ message: {
1316
+ copy: "Copy",
1317
+ edit: "Edit",
1318
+ resend: "Resend",
1319
+ regenerate: "Regenerate",
1320
+ summarizeSkill: "Summarize skill to knowledge base",
1321
+ extractProfile: "Extract profile to knowledge base",
1322
+ delete: "Delete",
1323
+ copied: "Copied",
1324
+ copyFailed: "Copy failed",
1325
+ cancel: "Cancel",
1326
+ saveAndResend: "Save and resend",
1327
+ deleteMessageTitle: "Delete this message?",
1328
+ deleteMessageDesc: "This action cannot be undone.",
1329
+ deleteConfirm: "Delete",
1330
+ deleteWithAssistant: "Also delete the AI reply below",
1331
+ resendMessageTitle: "Resend this message?",
1332
+ resendMessageDesc:
1333
+ "This will discard all messages below and regenerate the answer.",
1334
+ resendConfirm: "Resend",
1335
+ deleteReplyTitle: "Delete this reply?",
1336
+ deleteReplyDesc: "This action cannot be undone.",
1337
+ regenerateTitle: "Regenerate this reply?",
1338
+ regenerateDesc: "This will discard all messages below and regenerate.",
1339
+ regenerateConfirm: "Regenerate",
1340
+ rewriteFailed:
1341
+ "Intent rewrite failed · reverted to the original question",
1342
+ rewriteFailedDetail:
1343
+ "The rewriter returned an empty result or threw an error",
1344
+ kbRetrievalFailed: "Retrieval failed for {count} knowledge bases",
1345
+ retrievalKeyword: "Retrieval keyword: ",
1346
+ generateFailed: "Generation failed",
1347
+ elapsedSeconds: "Took {seconds}s",
1348
+ elapsedMinutes: "Took {minutes}m {seconds}s",
1349
+ },
1350
+ chunks: {
1351
+ viewCitations: "View {count} citations",
1352
+ kbCount: "{count} knowledge bases",
1353
+ failedSuffix: "({count} failed)",
1354
+ retrievalFailed: "Retrieval failed: {error}",
1355
+ chunkCount: "{count} chunks",
1356
+ unknownFile: "Unknown file",
1357
+ collapse: "Click to collapse",
1358
+ expand: "Click to expand",
1359
+ imageZoomTitle: "Image zoom preview",
1360
+ imageZoomAlt: "Zoom preview",
1361
+ },
1362
+ memory: {
1363
+ referenceCount: "Referenced {count} memory entries",
1364
+ unnamedMemory: "Unnamed memory",
1365
+ filesThisTurn: "{count} memory files this turn",
1366
+ syncFailed: "Sync failed (using local copy): {error}",
1367
+ syncSummary: "+{added} -{deleted} · {total} total",
1368
+ emptyFiles: "No memory files in this scope (not projected or synced yet)",
1369
+ fileSize: "{size} B",
1370
+ },
1371
+ panel: {
1372
+ emptyTitle: "Start a conversation",
1373
+ emptyDescription:
1374
+ "Enter a question; the system first retrieves relevant content from the knowledge base, then lets the LLM answer based on the results",
1375
+ composerPlaceholder:
1376
+ "Enter a question. Enter to send, Shift+Enter for a new line",
1377
+ composerDisabled: "Please select a model on the left first...",
1378
+ stop: "Stop",
1379
+ send: "Send",
1380
+ },
1381
+ form: {
1382
+ defaultSystemPrompt:
1383
+ "You are an assistant that answers questions based on a knowledge base. Answer strictly according to the \u201cretrieval results\u201d below; if the results do not cover the relevant information, state honestly that it was not found in the knowledge base and do not make things up.",
1384
+ providerLabel: "Model Provider",
1385
+ modelLabel: "Model",
1386
+ systemPromptHelper:
1387
+ "Retrieved chunks are automatically appended to the prompt as context",
1388
+ topKLabel: "Retrieval TopK",
1389
+ retrievalHint:
1390
+ "Each user message triggers a retrieval, and the results are injected into the system prompt",
1391
+ clearConversation: "Clear conversation",
1392
+ selectModelFirst: "Please select a model and provider first",
1393
+ },
1394
+ codeBlock: {
1395
+ copyCode: "Copy code",
1396
+ copied: "Copied",
1397
+ copy: "Copy",
1398
+ },
1399
+ },
1400
+ retrieval: {
1401
+ common: {
1402
+ unknownFile: "Unknown file",
1403
+ imageZoomTitle: "Image zoom preview",
1404
+ imageZoomAlt: "Zoom preview",
1405
+ },
1406
+ form: {
1407
+ title: "Retrieval Test",
1408
+ viewRequestBody: "View request body",
1409
+ viewCopyRequestBody: "View / copy request body JSON",
1410
+ requestBodyPreview: "Request body (live preview)",
1411
+ copied: "Copied",
1412
+ copy: "Copy",
1413
+ copiedRequestBody: "Request body copied",
1414
+ copyFailed: "Copy failed, please select manually",
1415
+ queryType: "Query Type",
1416
+ queryContent: "Query Content",
1417
+ queryPlaceholder: "Enter a retrieval query...",
1418
+ imageInput: "Image Input",
1419
+ supplementaryText: "Supplementary text (optional)",
1420
+ supplementaryPlaceholder: "Supplementary text description...",
1421
+ unsupportedFormat:
1422
+ "Unsupported image format, please choose JPG/PNG/WebP/BMP/TIFF",
1423
+ imageReadFailed: "Failed to read image, please try again",
1424
+ dropImageHere: "Click, drag, or paste an image here",
1425
+ supportedFormats: "Supports JPG/PNG/WebP/BMP/TIFF",
1426
+ selectedImageAlt: "Selected image preview",
1427
+ reselect: "Reselect",
1428
+ remove: "Remove",
1429
+ searching: "Searching...",
1430
+ execute: "Run Retrieval",
1431
+ },
1432
+ params: {
1433
+ subspace: "Subspace",
1434
+ subspacePlaceholder: "Type a subspace and press Enter (multiple allowed)",
1435
+ subspaceHint:
1436
+ "Restrict retrieval to the specified subspaces; leave empty to search across all",
1437
+ searchType: "Search Type",
1438
+ dense: "Vector",
1439
+ fullText: "Full-text",
1440
+ resultCount: "Result Count",
1441
+ resultCountDesc:
1442
+ "Controls the number of candidates each recall path contributes to ranking, and the number of chunks actually returned after reranking.",
1443
+ denseTopK: "Vector Recall Count",
1444
+ denseTopKDesc:
1445
+ "Number of candidate chunks from vector retrieval that participate in subsequent ranking.",
1446
+ fullTextTopK: "Full-text Recall Count",
1447
+ fullTextTopKDesc:
1448
+ "Number of candidate chunks from full-text retrieval that participate in subsequent ranking.",
1449
+ rerankTopK: "Rerank Return Count",
1450
+ rerankTopKDesc: "Number of chunks kept and returned after reranking.",
1451
+ rerankStrategy: "Rerank Strategy",
1452
+ needHybridTitle: "Requires both vector and full-text retrieval enabled",
1453
+ needHybridPrefix: "Check",
1454
+ needHybridHighlight: "Vector + Full-text",
1455
+ needHybridSuffix: "to enable the Weight / RRF strategy",
1456
+ metadataFilter: "Metadata Filter",
1457
+ fieldHint: "Field help",
1458
+ },
1459
+ rerank: {
1460
+ switchedToModel:
1461
+ "Switched to the Model strategy (RRF / Weight requires both vector and full-text retrieval enabled)",
1462
+ kValue: "K value",
1463
+ denseWeight: "Vector Weight",
1464
+ fullTextWeight: "Full-text Weight",
1465
+ provider: "Provider",
1466
+ selectProvider: "Select a provider",
1467
+ model: "Model",
1468
+ selectModel: "Select a model",
1469
+ bailian: "Bailian",
1470
+ multimodalSuffix: " (multimodal)",
1471
+ },
1472
+ filter: {
1473
+ selectField: "Select a field",
1474
+ operator: "Operator",
1475
+ selectValue: "Select a value",
1476
+ valueListPlaceholder: "value1, value2, value3",
1477
+ valuePlaceholder: "Enter a value",
1478
+ andAll: "AND (all match)",
1479
+ orAll: "OR (any match)",
1480
+ notAll: "NOT (none match)",
1481
+ addCondition: "Add condition",
1482
+ addGroup: "Add condition group",
1483
+ noSchema:
1484
+ "This knowledge base has no metadata schema defined; filters are unavailable",
1485
+ },
1486
+ results: {
1487
+ noResultsTitle: "No results found",
1488
+ noResultsDesc: "Try adjusting the query content or retrieval parameters",
1489
+ count: "{count} results",
1490
+ elapsed: "{ms}ms elapsed",
1491
+ resultImageAlt: "Retrieval result image",
1492
+ },
1493
+ preview: {
1494
+ title: "Request Preview",
1495
+ copied: "Copied",
1496
+ },
1497
+ },
1498
+ apiKeys: {
1499
+ common: {
1500
+ knowledgeBase: "Knowledge Base",
1501
+ memoryStore: "Memory Store",
1502
+ allKnowledgeBase: "All Knowledge Bases",
1503
+ allMemoryStore: "All Memory Stores",
1504
+ resourceType: "Resource Type",
1505
+ resourceName: "Resource Name",
1506
+ operationPermission: "Operations",
1507
+ credentialName: "Credential Name",
1508
+ credentialId: "Credential ID",
1509
+ },
1510
+ operations: {
1511
+ read: "Read",
1512
+ write: "Write",
1513
+ manage: "Manage",
1514
+ knowledgeBaseReadDesc:
1515
+ "Query knowledge bases, documents, chunks, and retrieval",
1516
+ knowledgeBaseWriteDesc: "Add, update, and delete documents and chunks",
1517
+ knowledgeBaseManageDesc: "Create, delete, and update knowledge bases",
1518
+ memoryStoreReadDesc:
1519
+ "Query memory stores, search memory, view messages and request logs",
1520
+ memoryStoreWriteDesc:
1521
+ "Add, update, and delete memory, and manage consolidation tasks",
1522
+ memoryStoreManageDesc: "Create, delete, and update memory stores",
1523
+ },
1524
+ page: {
1525
+ title: "API Keys",
1526
+ description:
1527
+ "Manage Tablestore (ots.aliyuncs.com) service credentials; the secret is shown only once at creation, so keep it safe",
1528
+ create: "Create API Key",
1529
+ loadFailed: "Failed to load",
1530
+ emptyTitle: "No API keys yet",
1531
+ emptyDescription:
1532
+ "Create a service credential for the current account to access Tablestore",
1533
+ forbiddenTitle: "Insufficient permissions to manage API keys",
1534
+ forbiddenIntro:
1535
+ "The AccessKey used by this Dashboard has not been granted IMS/RAM management permissions. To use this page, please:",
1536
+ forbiddenSwitchAccount: "Switch to a primary account AccessKey, or",
1537
+ forbiddenAttachPrefix: "Attach ",
1538
+ forbiddenAttachMiddle: " (read-only) or ",
1539
+ forbiddenAttachSuffix: " (with management) to the sub-account.",
1540
+ },
1541
+ table: {
1542
+ credentialName: "Credential Name",
1543
+ status: "Status",
1544
+ statusActive: "Active",
1545
+ statusInactive: "Inactive",
1546
+ accessibleKnowledgeBase: "Accessible Knowledge Bases",
1547
+ accessibleMemoryStore: "Accessible Memory Stores",
1548
+ createdAt: "Created At",
1549
+ actions: "Actions",
1550
+ enable: "Enable",
1551
+ disable: "Disable",
1552
+ enabled: "Enabled",
1553
+ disabled: "Disabled",
1554
+ toggling: "Toggling",
1555
+ operationFailed: "Operation failed",
1556
+ permission: "Permissions",
1557
+ disableBeforeDelete: "Disable it before deleting",
1558
+ none: "None",
1559
+ },
1560
+ filter: {
1561
+ byPermission: "Filter by permission",
1562
+ title: "Filter API Keys by Resource Permission",
1563
+ selectResource: "Select a resource",
1564
+ filter: "Filter",
1565
+ resultPrefix: "Found",
1566
+ resultSuffix:
1567
+ "API keys with {operation} permission on {resource} \u201c{name}\u201d",
1568
+ },
1569
+ create: {
1570
+ title: "Create API Key",
1571
+ introPrefix: "This will create a service credential with ServiceName = ",
1572
+ introSuffix: " for the account that owns the current AccessKey.",
1573
+ credentialName: "Credential Name",
1574
+ credentialNamePlaceholder: "Enter a credential name",
1575
+ credentialNameHelp:
1576
+ "Used to identify the credential's purpose; customize it or use the default random value",
1577
+ ageDays: "Expiration Days (optional)",
1578
+ ageDaysPlaceholder: "Leave empty for no expiration",
1579
+ ageDaysHelp:
1580
+ "Once set, the credential expires automatically after the specified number of days (1–365)",
1581
+ secretWarning:
1582
+ "The AccessKeySecret is shown only once after creation and cannot be retrieved again once closed. Prepare a way to save it in advance.",
1583
+ confirm: "Create",
1584
+ nameRequired: "Credential name cannot be empty",
1585
+ ageDaysInvalid: "Expiration days must be an integer between 1 and 365",
1586
+ createFailed: "Failed to create",
1587
+ },
1588
+ secret: {
1589
+ title: "API Key Created",
1590
+ description:
1591
+ "Save the following information now. The secret cannot be retrieved again once this dialog is closed.",
1592
+ credentialIdLabel: "Credential ID (ServiceCredentialId)",
1593
+ copyCredentialId: "Copy credential ID",
1594
+ secretLabel: "Credential Secret (shown only once)",
1595
+ copySecret: "Copy secret",
1596
+ download: "Download as .txt file",
1597
+ confirmSaved:
1598
+ "I have safely stored the credential ID and secret, and understand the secret cannot be retrieved again.",
1599
+ },
1600
+ detail: {
1601
+ title: "API Key Details",
1602
+ description: "View credential information and permission configuration",
1603
+ basicInfo: "Basic Information",
1604
+ credentialId: "Credential ID",
1605
+ credentialName: "Credential Name",
1606
+ status: "Status",
1607
+ ramUser: "RAM User",
1608
+ createdAt: "Created At",
1609
+ permissionOverview: "Permission Overview",
1610
+ permissionOverviewDesc:
1611
+ "Effective access permissions computed from all granted policies",
1612
+ permissionConfig: "Permission Configuration",
1613
+ defaultAuth: "Default Authorization",
1614
+ defaultAuthDesc:
1615
+ "Quickly apply preset permission templates, suitable for instance-level permission management",
1616
+ customAuth: "Custom Authorization",
1617
+ customAuthDesc:
1618
+ "Configure fine-grained permissions for specific knowledge bases or memory stores",
1619
+ },
1620
+ delete: {
1621
+ title: "Delete API Key",
1622
+ warning:
1623
+ "This action cannot be undone. After deletion, applications using this credential will immediately fail authentication.",
1624
+ credentialNameLabel: "Credential name: ",
1625
+ activeHint:
1626
+ "This credential is currently active and will be disabled automatically before deletion.",
1627
+ cleanupHint: "Also clean up the following related resources:",
1628
+ deleteCustomPolicy: "Delete custom permission policy",
1629
+ deleteCustomPolicyDesc:
1630
+ "Delete the custom RAM policy associated with this credential (ts-apikey-*). The Bearer Token authentication policy will not be deleted.",
1631
+ deleteRamUser: "Delete RAM user",
1632
+ deleteRamUserDesc:
1633
+ "Delete the RAM sub-user for this credential and all its attached policies. Do not check this if the user still has other service credentials.",
1634
+ confirm: "Delete",
1635
+ deleteSuccess: "API key deleted",
1636
+ deleteFailed: "Failed to delete",
1637
+ },
1638
+ bearer: {
1639
+ title: "Bearer Token Authentication",
1640
+ description:
1641
+ "Allow this API key to be used as a Bearer Token to access the OTS service (ots:CallWithBearerToken)",
1642
+ enableSuccess: "Bearer Token authentication enabled",
1643
+ disableSuccess: "Bearer Token authentication disabled",
1644
+ operationFailed: "Operation failed",
1645
+ },
1646
+ presets: {
1647
+ readonlyLabel: "Read-only",
1648
+ readonlyDesc:
1649
+ "Allow list, query, and retrieval; deny write and management operations",
1650
+ fullLabel: "Full Access",
1651
+ fullDesc: "Allow all OTS operations, including management operations",
1652
+ applySuccess: "Applied the \u201c{preset}\u201d permission template",
1653
+ applyFailed: "Failed to apply template",
1654
+ cancelSuccess: "Default authorization cancelled",
1655
+ cancelFailed: "Failed to cancel authorization",
1656
+ },
1657
+ overview: {
1658
+ loadFailed: "Failed to load permission information",
1659
+ empty: "No knowledge bases or memory stores in the current instance",
1660
+ name: "Name",
1661
+ read: "Read",
1662
+ write: "Write",
1663
+ manage: "Manage",
1664
+ },
1665
+ customPolicy: {
1666
+ empty: "No custom permission rules yet",
1667
+ addRule: "Add rule",
1668
+ clearAll: "Clear all",
1669
+ ipLimit: "IP restriction",
1670
+ saveSuccess: "Custom permissions saved",
1671
+ saveFailed: "Failed to save",
1672
+ deleteSuccess: "Custom policy deleted",
1673
+ deleteFailed: "Failed to delete",
1674
+ },
1675
+ rule: {
1676
+ editTitle: "Edit Rule",
1677
+ addTitle: "Add Permission Rule",
1678
+ resourceType: "Resource Type",
1679
+ resourceName: "Resource Name",
1680
+ allResource: "All {resource}",
1681
+ scopeConfig: "Configure scope-level permissions (optional)",
1682
+ selectFromExisting: "Select from existing scope",
1683
+ manualInput: "Manual input",
1684
+ loadingScopes: "Loading scope list...",
1685
+ noScopes:
1686
+ "This memory store has no existing scope data; please enter manually",
1687
+ optional: "Optional",
1688
+ operationPermission: "Operations",
1689
+ ipWhitelist: "IP Whitelist (optional)",
1690
+ ipPlaceholder: "e.g. 10.0.0.0/8, 192.168.1.0/24",
1691
+ ipHelp:
1692
+ "Separate multiple CIDRs with commas; leave empty for no IP restriction",
1693
+ saveChanges: "Save Changes",
1694
+ add: "Add",
1695
+ },
1696
+ },
1697
+ llmProviders: {
1698
+ common: {
1699
+ openaiCompatible: "OpenAI-compatible",
1700
+ connectSuccess: "Connected",
1701
+ connectFailed: "Connection failed",
1702
+ testFailed: "Test failed",
1703
+ },
1704
+ form: {
1705
+ presetsLabel: "Quick templates:",
1706
+ presetDashScope: "Bailian (DashScope)",
1707
+ presetDashScopeHint: "Qwen series",
1708
+ presetOpenAI: "OpenAI official",
1709
+ presetOllama: "Local Ollama",
1710
+ presetOllamaHint: "apiKey can be ollama",
1711
+ nameLabel: "Name",
1712
+ namePlaceholder: "e.g. DashScope-Qwen",
1713
+ nameDesc: "Label shown in the dropdown selector",
1714
+ typeLabel: "Protocol type",
1715
+ typeOpenAICompatible: "OpenAI-compatible",
1716
+ typeAnthropic: "Anthropic (coming soon)",
1717
+ typeBailian: "Bailian native (coming soon)",
1718
+ typeDesc:
1719
+ 'Bailian users should choose "OpenAI-compatible" and enter the compatible-mode Base URL',
1720
+ baseUrlLabel: "Base URL",
1721
+ apiKeyLabel: "API Key",
1722
+ apiKeyPlaceholderEdit: "{masked} (leave empty to keep unchanged)",
1723
+ apiKeyDesc:
1724
+ "Stored encrypted with AES-256-GCM; the frontend only ever sees the mask",
1725
+ defaultModelLabel: "Default model (optional)",
1726
+ defaultModelPlaceholder: "e.g. qwen-plus",
1727
+ fetchModels: "Fetch from /models",
1728
+ defaultModelDesc:
1729
+ "After saving you can fetch the real model list; you can also pick one on the Q&A page",
1730
+ testConnectivity: "Test connectivity",
1731
+ connectivityHintPrefix: "Calls ",
1732
+ connectivityHintSuffix: " to verify the Base URL and API Key",
1733
+ connectivitySuccess: "Connected · {latency}ms · {count} models",
1734
+ connectivityFailed: "Connection failed",
1735
+ saveBeforeFetch:
1736
+ "Save the configuration first, then fetch the model list",
1737
+ fetchModelsSuccess: "Fetched {count} models",
1738
+ fetchModelsFailed: "Failed to fetch the model list",
1739
+ saveBeforeTest: "Save the configuration first, then test connectivity",
1740
+ updateSuccess: "Configuration updated",
1741
+ createSuccess: "Configuration created",
1742
+ saveFailed: "Save failed",
1743
+ submitEdit: "Save changes",
1744
+ },
1745
+ card: {
1746
+ typeOpenAICompatible: "OpenAI-compatible",
1747
+ typeAnthropic: "Anthropic",
1748
+ typeBailian: "Bailian",
1749
+ baseUrlLabel: "Base URL: ",
1750
+ apiKeyLabel: "API Key: ",
1751
+ defaultModelLabel: "Default model: ",
1752
+ updatedPrefix: "Updated ",
1753
+ failed: "Failed",
1754
+ test: "Test",
1755
+ connectSuccessToast: "Connected · {latency}ms",
1756
+ },
1757
+ delete: {
1758
+ title: "Delete Model Provider",
1759
+ warningPrefix:
1760
+ "This action cannot be undone. After deleting the provider ",
1761
+ warningSuffix:
1762
+ ", sessions that used it in Q&A testing will need to pick a model again.",
1763
+ deleteSuccess: 'Deleted "{name}"',
1764
+ deleteFailed: "Delete failed",
1765
+ },
1766
+ pages: {
1767
+ listTitle: "Model Providers",
1768
+ listDescription:
1769
+ "Configure model services for Q&A testing and future agent capabilities; API keys are stored encrypted on the server only",
1770
+ newConfig: "New provider",
1771
+ emptyTitle: "No model providers yet",
1772
+ emptyDescription:
1773
+ "Add your first OpenAI-compatible model service for knowledge base Q&A testing",
1774
+ editTitle: "Edit Model Provider",
1775
+ editDescription:
1776
+ "Leave the API Key empty to keep it unchanged; changing the Base URL or type does not affect the encrypted key",
1777
+ newTitle: "New Model Provider",
1778
+ newDescription:
1779
+ "Enter an OpenAI-compatible Base URL and API Key; after saving you can fetch the model list and test connectivity",
1780
+ errorTitle: "Failed to load model providers",
1781
+ errorDescription:
1782
+ "Could not fetch the model provider list. Please try again later.",
1783
+ },
1784
+ validation: {
1785
+ nameRequired: "Enter a name",
1786
+ baseUrlRequired: "Enter a Base URL",
1787
+ baseUrlInvalid: "Invalid Base URL; it must be a full http(s) address",
1788
+ apiKeyRequired: "Enter an API Key",
1789
+ },
1790
+ },
1791
+ instance: {
1792
+ common: {
1793
+ unknownError: "Unknown error",
1794
+ keepEmptyHint: "{placeholder} · leave empty to keep",
1795
+ },
1796
+ regions: {
1797
+ "cn-beijing": "China North 2 (Beijing)",
1798
+ "cn-hangzhou": "China East 1 (Hangzhou)",
1799
+ "cn-shanghai": "China East 2 (Shanghai)",
1800
+ "cn-shenzhen": "China South 1 (Shenzhen)",
1801
+ custom: "Other (custom)",
1802
+ },
1803
+ form: {
1804
+ tabManual: "Manual entry",
1805
+ tabToken: "Import Token",
1806
+ nameLabel: "Project name",
1807
+ namePlaceholder: "prod-main",
1808
+ nameDesc: "Used only for local identification; never sent to the server.",
1809
+ regionLabel: "Region",
1810
+ regionCustomPlaceholder: "cn-xxx",
1811
+ usePreset: "Use preset",
1812
+ accessKeyIdLabel: "AccessKey ID",
1813
+ accessKeySecretLabel: "AccessKey Secret",
1814
+ akSkPairHint:
1815
+ "AK and SK must be updated as a pair; leave both empty to keep the existing credential.",
1816
+ apiKeyLabel: "API Key (optional)",
1817
+ apiKeyDesc:
1818
+ "Can replace the AccessKey as a data-plane credential; when both are set, the API Key takes precedence. Requires an HTTPS endpoint and cannot auto-create instances or upload via OSS (those still need AK/SK).",
1819
+ otsEndpointLabel: "OTS Endpoint",
1820
+ otsInstanceNameLabel: "OTS instance name",
1821
+ ossInfoHint:
1822
+ "OSS details are optional. To upload documents to a knowledge base, the OSS Endpoint and Bucket are required; leave them empty and the project can only be used for querying and retrieval, with file upload disabled.",
1823
+ ossEndpointLabel: "OSS Endpoint (optional)",
1824
+ ossBucketLabel: "OSS Bucket (optional)",
1825
+ submitCreate: "Create project",
1826
+ submitEdit: "Save",
1827
+ submitting: "Submitting...",
1828
+ tokenLabel: "Project Token",
1829
+ tokenPlaceholder:
1830
+ "Paste a project Token exported from another environment",
1831
+ tokenDesc:
1832
+ "The Token already contains all connection details such as AK/SK and Endpoint.",
1833
+ tokenImporting: "Importing...",
1834
+ tokenSubmit: "Import and connect",
1835
+ },
1836
+ validation: {
1837
+ otsEndpointUrl: "Enter a valid OTS Endpoint URL",
1838
+ ossEndpointUrl: "Enter a valid OSS Endpoint URL",
1839
+ namePattern:
1840
+ "The name must be 1-32 lowercase letters, digits, or hyphens",
1841
+ nameReserved: 'The name "default" is reserved',
1842
+ required: "Enter the {label}",
1843
+ akSkPair: "AccessKey ID and Secret must be filled in as a pair",
1844
+ credentialRequired:
1845
+ "Provide at least an API Key, or an AccessKey ID + Secret",
1846
+ akSkPairUpdate:
1847
+ "AccessKey ID and Secret must be updated as a pair — either fill both or leave both empty",
1848
+ tokenTooShort: "Token is too short to parse",
1849
+ labelOtsEndpoint: "OTS Endpoint",
1850
+ labelOtsInstanceName: "OTS instance name",
1851
+ },
1852
+ card: {
1853
+ moreActions: "More actions: {name}",
1854
+ active: "Active",
1855
+ exportToken: "Export Token",
1856
+ currentProject: "Current project",
1857
+ switching: "Switching...",
1858
+ switchTo: "Set as current",
1859
+ },
1860
+ edit: {
1861
+ title: "Edit project",
1862
+ titleWithName: "Edit project · {name}",
1863
+ description:
1864
+ "Changes to the connection credentials take effect immediately; other sessions may need to refresh.",
1865
+ loadFailed: "Failed to load project details: ",
1866
+ submitLabel: "Save changes",
1867
+ },
1868
+ connect: {
1869
+ title: "Create new project",
1870
+ description:
1871
+ "Fill in the project's connection credentials, or paste an existing project Token.",
1872
+ },
1873
+ switcher: {
1874
+ selectProject: "Select project",
1875
+ currentProjectAria: "Current project: {name}",
1876
+ currentProjectLabel: "Current Project",
1877
+ notSelected: "Not selected",
1878
+ switchProject: "Switch project",
1879
+ noProjects: "No projects yet. Create one first.",
1880
+ createProject: "Create new project",
1881
+ manageProjects: "Manage projects",
1882
+ },
1883
+ toast: {
1884
+ created: "Project created",
1885
+ createFailed: "Failed to create project",
1886
+ tokenImported: "Token imported",
1887
+ tokenImportFailed: "Failed to import token",
1888
+ updated: "Project updated",
1889
+ updateFailed: "Failed to update project",
1890
+ deleted: "Project deleted",
1891
+ deleteFailed: "Failed to delete project",
1892
+ switched: "Switched active project",
1893
+ switchFailed: "Failed to switch project",
1894
+ exportFailed: "Failed to export token",
1895
+ },
1896
+ },
1897
+ home: {
1898
+ hero: {
1899
+ ariaLabel: "About Agent Storage",
1900
+ pill: "Knowledge and memory storage for agents",
1901
+ taglineLine1:
1902
+ "Build retrievable knowledge and persistent memory for your agents.",
1903
+ taglineLine2:
1904
+ "Upload documents, run semantic search, and keep long-term memory — all in one place.",
1905
+ knowledgeBase: "Knowledge bases",
1906
+ memory: "Memory stores",
1907
+ },
1908
+ empty: {
1909
+ ariaLabel: "Get started with Agent Storage",
1910
+ title: "Get started with Agent Storage",
1911
+ descLine1: "Create your first knowledge base or memory store, ",
1912
+ descLine2:
1913
+ "and start building retrievable knowledge and persistent memory for your agents.",
1914
+ createKnowledgeBase: "Create knowledge base",
1915
+ createMemory: "Create memory store",
1916
+ },
1917
+ },
1918
+ onboarding: {
1919
+ title: "Welcome to Agent Storage",
1920
+ description:
1921
+ "Create your first project to start managing knowledge bases, memory stores, and chat.",
1922
+ submitLabel: "Connect and get started",
1923
+ footer:
1924
+ "You can create more projects any time from the sidebar instance switcher or the Projects page.",
1925
+ errorTitle: "Something went wrong while creating the project",
1926
+ errorDescription:
1927
+ "Please try again later, or check the browser console for details.",
1928
+ errorDigest: "Error ID: ",
1929
+ retry: "Retry",
1930
+ },
1931
+ projects: {
1932
+ title: "Projects",
1933
+ description: "Connect, switch, and manage multiple projects",
1934
+ newProject: "Create new project",
1935
+ emptyTitle: "No projects yet",
1936
+ emptyDescription:
1937
+ "Create your first project to unlock multi-environment switching",
1938
+ exportSuccess: "Copied the Token for {name}",
1939
+ exportManualTitle: "Please copy the Token manually",
1940
+ deleteTitle: "Delete project",
1941
+ deleteConfirm:
1942
+ 'Delete project "{name}"? This only affects local configuration and does not delete any cloud resources.',
1943
+ errorTitle: "Failed to load projects",
1944
+ errorDescription:
1945
+ "Could not fetch the project list. Please try again later.",
1946
+ },
1947
+ errors: {
1948
+ appTitle: "Something went wrong",
1949
+ appFriendly:
1950
+ "Something went wrong while loading the page. You can retry or go back.",
1951
+ retry: "Retry",
1952
+ backHome: "Back to home",
1953
+ technicalDetails: "Technical details",
1954
+ notFoundTitle: "Page not found",
1955
+ notFoundDescription:
1956
+ "The page you are looking for does not exist or has been removed.",
1957
+ dashboardTitle: "Something went wrong",
1958
+ dashboardFallback: "An unknown error occurred, please try again later.",
1959
+ errorDigest: "Error ID: ",
1960
+ },
1961
+ runtime: {
1962
+ switchedProject:
1963
+ "Detected a project switch from the CLI; refreshed to {name}",
1964
+ switchedConfig:
1965
+ "Detected a config switch from the CLI; refreshed to the current credentials",
1966
+ projectUpdated: "Project configuration updated; data refreshed",
1967
+ configUpdated: "Runtime configuration updated; data refreshed",
1968
+ },
1969
+ };