@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,1857 @@
1
+ /**
2
+ * Chinese (source-of-truth) message catalog.
3
+ *
4
+ * This file defines the SHAPE of the dictionary via `satisfies`-free plain
5
+ * export; `en.ts` is type-checked against `typeof messages` so missing keys
6
+ * surface as compile errors. Only the app "skeleton" (sidebar, navigation,
7
+ * page header, shared labels) is covered for now — business pages migrate
8
+ * incrementally.
9
+ *
10
+ * Values may contain `{name}`-style placeholders, interpolated by `t()`.
11
+ */
12
+ export const messages = {
13
+ common: {
14
+ brand: "Agent Storage",
15
+ help: "帮助",
16
+ knowledgeBase: "知识库",
17
+ memory: "记忆库",
18
+ comingSoon: "即将开放",
19
+ home: "主页",
20
+ skipToContent: "跳转到主内容",
21
+ language: "语言",
22
+ switchLanguageTo: "切换到 {name}",
23
+ cancel: "取消",
24
+ confirm: "确认",
25
+ save: "保存",
26
+ saving: "保存中...",
27
+ saveChanges: "保存更改",
28
+ delete: "删除",
29
+ deleting: "删除中...",
30
+ confirmDelete: "确认删除",
31
+ edit: "编辑",
32
+ create: "创建",
33
+ creating: "创建中...",
34
+ submit: "提交",
35
+ submitting: "提交中...",
36
+ retry: "重试",
37
+ refresh: "刷新",
38
+ close: "关闭",
39
+ done: "完成",
40
+ loading: "加载中…",
41
+ search: "搜索…",
42
+ copied: "已复制",
43
+ copyFailed: "复制失败",
44
+ unknownError: "未知错误",
45
+ noData: "暂无数据",
46
+ prevPage: "上一页",
47
+ nextPage: "下一页",
48
+ firstPage: "第一页",
49
+ lastPage: "最后一页",
50
+ confirmInputPrompt: "请输入 {value} 以确认操作",
51
+ paginationRange: "第 {start}-{end} 项,共 {total} 项",
52
+ paginationSelected: "已选 {count} 项 · ",
53
+ clearSearch: "清除搜索",
54
+ tagInputPlaceholder: "输入后按回车添加",
55
+ removeTag: "删除标签 {tag}",
56
+ fieldNamePlaceholder: "字段名",
57
+ addField: "添加字段",
58
+ removeField: "删除字段 {name}",
59
+ systemPrompt: "系统提示词",
60
+ temperature: "温度",
61
+ metadataUnset: "不设置",
62
+ metadataListPlaceholder: "值1, 值2, 值3",
63
+ metadataNumberPlaceholder: "输入数字",
64
+ metadataValuePlaceholder: "输入值",
65
+ modelSelector: {
66
+ providerLabel: "提供方",
67
+ modelLabel: "模型",
68
+ loading: "加载中...",
69
+ noProviders: "请先在「模型提供商」中创建配置",
70
+ selectProvider: "选择提供方",
71
+ refreshList: "刷新列表",
72
+ selectOrInputModel: "选择或输入模型名",
73
+ searchOrInputModel: "搜索或输入模型名",
74
+ fetchingModels: "正在拉取模型列表...",
75
+ emptyModels: "点击「刷新列表」拉取可用模型",
76
+ noMatch: "无匹配结果",
77
+ availableModels: "可选模型",
78
+ useCustom: "使用自定义",
79
+ useTyped: '使用 "{value}"',
80
+ },
81
+ },
82
+ status: {
83
+ completed: "已完成",
84
+ pending: "待处理",
85
+ indexing: "索引中",
86
+ failed: "失败",
87
+ deleting: "删除中",
88
+ },
89
+ nav: {
90
+ groupChat: "对话",
91
+ chatAgent: "对话智能体",
92
+ groupKnowledgeBase: "知识库",
93
+ knowledgeBaseManage: "知识库管理",
94
+ groupMemory: "记忆库",
95
+ memoryManage: "记忆库管理",
96
+ groupConfig: "配置",
97
+ llmProviders: "模型提供商",
98
+ apiKeys: "API Key 管理",
99
+ projects: "项目管理",
100
+ },
101
+ sidebar: {
102
+ collapse: "收起",
103
+ expand: "展开侧边栏",
104
+ collapseSidebar: "收起侧边栏",
105
+ openMenu: "打开菜单",
106
+ closeMenu: "关闭菜单",
107
+ navMenu: "导航菜单",
108
+ backToList: "返回列表",
109
+ },
110
+ theme: {
111
+ light: "浅色",
112
+ system: "自动",
113
+ dark: "深色",
114
+ label: "主题",
115
+ switchTo: "切换到 {name} 主题",
116
+ current: "主题:{current} · 点击切换至 {next}",
117
+ },
118
+ header: {
119
+ breadcrumb: "面包屑",
120
+ segments: {
121
+ "knowledge-base": "知识库",
122
+ memory: "记忆库",
123
+ "llm-providers": "大模型",
124
+ projects: "项目管理",
125
+ documents: "文档",
126
+ retrieval: "检索测试",
127
+ qa: "问答测试",
128
+ search: "记忆检索",
129
+ units: "长期记忆",
130
+ messages: "短期记忆",
131
+ requests: "请求审计",
132
+ settings: "设置",
133
+ create: "新建",
134
+ new: "新建",
135
+ chat: "对话",
136
+ },
137
+ },
138
+ memory: {
139
+ scopeField: {
140
+ app: "应用",
141
+ tenant: "租户",
142
+ agent: "智能体",
143
+ run: "会话",
144
+ },
145
+ taskStatus: {
146
+ queued: "排队中",
147
+ processing: "处理中",
148
+ completed: "已完成",
149
+ failed: "失败",
150
+ needsFix: "待修复",
151
+ },
152
+ dreamStatus: {
153
+ queued: "排队中",
154
+ running: "运行中",
155
+ planning: "规划中",
156
+ applying: "应用中",
157
+ completed: "已完成",
158
+ completedWithFailures: "完成(含失败)",
159
+ failed: "失败",
160
+ cancelled: "已取消",
161
+ },
162
+ dreamType: {
163
+ consolidate: "记忆整理",
164
+ skill: "技能抽取",
165
+ profile: "用户画像",
166
+ },
167
+ actionStatus: {
168
+ proposed: "待应用",
169
+ applied: "已应用",
170
+ skipped: "已跳过",
171
+ failed: "失败",
172
+ },
173
+ common: {
174
+ scope: "Scope",
175
+ scopeRange: "Scope 范围",
176
+ targetScope: "目标 scope",
177
+ readOnly: "只读",
178
+ notFound: "记忆库不存在",
179
+ notFoundOrDeleted: "记忆库不存在或已被删除",
180
+ searchScopePlaceholder: "搜索 scope…",
181
+ noMatchingScope: "未找到匹配的 scope",
182
+ presets: "预设",
183
+ allData: "全部数据",
184
+ allDataWildcard: "全部数据(*/*/*/*)",
185
+ knownScopes: "已有 scope({count})",
186
+ knownScopesTruncated: "已有 scope(仅前 {count} 条)",
187
+ querying: "查询中…",
188
+ scopeCount: "{count} 条 scope",
189
+ scopeCountTruncated: "{count} 条 scope · 已截断",
190
+ refresh: "刷新",
191
+ },
192
+ list: {
193
+ title: "记忆库",
194
+ description: "管理智能体的长期记忆、检索记忆单元并观测请求记录",
195
+ create: "创建记忆库",
196
+ searchPlaceholder: "搜索记忆库...",
197
+ count: "共 {count} 个记忆库",
198
+ emptyTitle: "还没有记忆库",
199
+ emptyDescription: "创建第一个记忆库,开始管理智能体的长期记忆",
200
+ noMatchTitle: "没有匹配的记忆库",
201
+ noMatchDescription: "尝试调整搜索关键词",
202
+ errorTitle: "记忆库加载失败",
203
+ errorDescription: "无法获取记忆库列表,请稍后重试。",
204
+ createSuccess: "记忆库创建成功",
205
+ createFailed: "创建记忆库失败",
206
+ deleteSuccess: "记忆库已删除",
207
+ deleteFailed: "删除记忆库失败",
208
+ deleteTitle: "删除记忆库",
209
+ deleteConfirm: '确定要删除记忆库 "{name}" 吗?此操作不可撤销。',
210
+ },
211
+ card: {
212
+ longTerm: "长期",
213
+ shortTerm: "短期",
214
+ extract: "抽取",
215
+ consolidate: "整理",
216
+ longTermTitle: "长期记忆条目",
217
+ shortTermTitle: "短期记忆 / 会话消息",
218
+ extractTitle: "记忆抽取任务",
219
+ consolidateTitle: "记忆整理",
220
+ },
221
+ create: {
222
+ title: "创建记忆库",
223
+ description:
224
+ "登记一个新的记忆库;记忆库是同一应用 + 租户下记忆条目的共享容器",
225
+ heroAriaLabel: "创建记忆库引导",
226
+ heroTitle: "智能体的长期记忆",
227
+ heroBodyPrefix:
228
+ "记忆库存放对话中沉淀下来的事实、偏好与上下文,供后续对话在",
229
+ heroBodyMiddle: "维度内自动检索与写回。",
230
+ basicInfo: "基本信息",
231
+ basicInfoDesc:
232
+ "名称用于 CLI 的 --store 参数与控制台路由,创建后不可修改;描述帮助团队识别记忆库用途。",
233
+ name: "名称",
234
+ namePlaceholder: "my_memory_store",
235
+ nameDesc: "仅支持字母、数字和下划线,最多 32 个字符。",
236
+ descriptionLabel: "描述",
237
+ descriptionPlaceholder: "描述这个记忆库的用途...",
238
+ storageModeSection: "存储模式",
239
+ storageModeSectionDesc: "选择记忆库的存储后端。创建后不可修改。",
240
+ extractSection: "记忆抽取指令",
241
+ extractSectionDesc:
242
+ "可选。这里填写的指令会注入到后台记忆抽取的提示词中,用于引导从对话里提炼哪些信息、忽略哪些信息。留空则使用默认抽取策略。",
243
+ extractLabel: "抽取指令",
244
+ extractPlaceholder:
245
+ "例如:重点关注用户的医疗术语与用药偏好;忽略寒暄与客套内容。",
246
+ extractHelp: "最多 4096 个字符。创建后可在记忆库设置中修改。",
247
+ submit: "创建记忆库",
248
+ nameRequired: "名称不能为空",
249
+ nameMaxLength: "名称不能超过 32 个字符",
250
+ namePattern: "只能包含字母、数字和下划线",
251
+ descriptionMaxLength: "描述不超过 256 字",
252
+ extractMaxLength: "抽取指令不超过 4096 字",
253
+ },
254
+ storageMode: {
255
+ apiOnlyLabel: "仅 API 记忆",
256
+ fileLabel: "支持文件记忆",
257
+ apiOnlyDescription:
258
+ "仅 Tablestore:通过 API 语义检索读写记忆,不生成文件投影。",
259
+ fileDescription:
260
+ "Tablestore + OSS 文件投影:记忆额外投影成 markdown 文件树,可在对话中以文件形式检索、在控制台与 CLI 浏览目录结构。",
261
+ },
262
+ settings: {
263
+ basicInfo: "基本信息",
264
+ basicInfoDesc:
265
+ "调整记忆库的描述,帮助团队识别用途。名称在创建后不可修改。",
266
+ name: "名称",
267
+ descriptionLabel: "描述",
268
+ descriptionPlaceholder: "描述这个记忆库的用途...",
269
+ extractSection: "记忆抽取指令",
270
+ extractSectionDesc:
271
+ "可选。这里填写的指令会注入到后台记忆抽取的提示词中,用于引导从对话里提炼哪些信息、忽略哪些信息。留空则使用默认抽取策略。",
272
+ extractLabel: "抽取指令",
273
+ extractPlaceholder:
274
+ "例如:重点关注用户的医疗术语与用药偏好;忽略寒暄与客套内容。",
275
+ extractHelp: "最多 4096 个字符。留空表示恢复默认抽取策略。",
276
+ updateSuccess: "记忆库设置已更新",
277
+ updateFailed: "更新记忆库失败",
278
+ descriptionMaxLength: "描述不超过 256 字",
279
+ extractMaxLength: "抽取指令不超过 4096 字",
280
+ infoTitle: "记忆库信息",
281
+ infoDesc: "只读元数据,由服务端维护。",
282
+ storageMode: "存储模式",
283
+ otsInstance: "OTS 实例",
284
+ createdAt: "创建时间",
285
+ updatedAt: "更新时间",
286
+ lastSeenAt: "最近活跃",
287
+ },
288
+ detail: {
289
+ typeLabel: "记忆库 · MEMORY STORE",
290
+ moreActions: "更多操作",
291
+ deleteStore: "删除记忆库",
292
+ backToList: "返回列表",
293
+ tabUnits: "长期记忆",
294
+ tabSearch: "记忆检索",
295
+ tabMessages: "短期记忆",
296
+ tabTasks: "记忆抽取",
297
+ tabRequests: "请求审计",
298
+ tabDream: "Dream 任务",
299
+ tabSettings: "设置",
300
+ },
301
+ scopeBar: {
302
+ manualEdit: "手动编辑",
303
+ reset: "重置",
304
+ apply: "应用",
305
+ readOnly: "只读",
306
+ appRequired: "应用 是必填项(用 * 表示通配)",
307
+ writeHint: "写操作需精确 scope,读 / 搜索支持通配符 *。",
308
+ appPlaceholder: "app-001 或 *",
309
+ tenantPlaceholder: "tenant-001",
310
+ agentPlaceholder: "agent-001",
311
+ runPlaceholder: "run-001",
312
+ },
313
+ scopeCombobox: {
314
+ defaultPlaceholder: "从已有 scope 选择…",
315
+ empty: "该记忆库暂无已有 scope",
316
+ },
317
+ units: {
318
+ title: "长期记忆",
319
+ addMemory: "添加记忆",
320
+ addWildcardHint: "请在上方范围栏中为所有字段设置具体值后再添加记忆",
321
+ searchIdPlaceholder: "输入记忆 ID 查询单条记忆...",
322
+ query: "查询",
323
+ querying: "查询中...",
324
+ backToList: "返回列表",
325
+ wildcardReadOnly:
326
+ "当前范围含通配符,仅支持只读查询,无法执行新增、查看详情、编辑或删除。",
327
+ page: "第 {page} 页",
328
+ viewUnits: "记忆单元",
329
+ viewFiles: "文件记忆",
330
+ emptyUnits: "当前范围下暂无记忆单元",
331
+ fileMemoryWildcardHint:
332
+ "文件记忆不支持通配符范围,请在上方范围栏设置具体的应用 / 租户等字段",
333
+ fileMemoryAppHint:
334
+ "请在上方范围栏至少设置「应用」字段,以查看该范围投影出的记忆文件",
335
+ idMissingDelete: "记忆单元缺少 ID,无法删除",
336
+ preciseScopeRequiredDelete: "当前记忆单元缺少精确范围,无法删除",
337
+ deleteSuccess: "记忆单元已删除",
338
+ deleteFailed: "删除记忆单元失败",
339
+ searchIdRequired: "请输入记忆 ID",
340
+ preciseScopeRequired: "请先设置精确的范围",
341
+ found: "找到记忆单元",
342
+ notFound: "未找到该记忆单元",
343
+ deleteTitle: "删除记忆单元",
344
+ deleteConfirm: '确定要删除记忆单元 "{id}" 吗?此操作不可撤销。',
345
+ tableId: "ID",
346
+ tableContent: "内容",
347
+ tableType: "类型",
348
+ tableVersion: "版本",
349
+ tableCreatedAt: "创建时间",
350
+ tableActions: "操作",
351
+ disabledTitle: "当前记忆单元缺少精确范围或 ID,无法操作",
352
+ view: "查看详情",
353
+ detailTitle: "记忆单元详情",
354
+ detailMissingId: "记忆单元缺少 ID,无法加载详情。",
355
+ detailLoadError: "加载记忆单元详情失败",
356
+ detailNotFound: "未找到记忆单元详情。",
357
+ detailContent: "内容",
358
+ detailSearchText: "检索文本",
359
+ detailScope: "范围",
360
+ detailType: "类型",
361
+ detailSalience: "重要度",
362
+ detailVersion: "版本",
363
+ detailMetadata: "元数据",
364
+ },
365
+ files: {
366
+ selectFile: "选择左侧文件查看内容",
367
+ readFailed: "读取失败:{error}",
368
+ fileCount: "共 {count} 个文件",
369
+ syncNow: "立即同步",
370
+ emptyHint: "暂无文件,点击「立即同步」拉取",
371
+ syncSuccess: "已同步:+{downloaded} -{deleted},共 {total} 个文件",
372
+ syncFallback: "同步失败(沿用本地副本):{error}",
373
+ syncFailed: "同步失败",
374
+ },
375
+ add: {
376
+ title: "添加记忆",
377
+ textLabel: "记忆文本",
378
+ textPlaceholder: "输入要提取为记忆的文本...",
379
+ metadataLabel: "元数据(JSON,可选)",
380
+ hint: "记忆将通过异步方式处理,添加后可在记忆单元中查看结果。",
381
+ textRequired: "请输入要提取为记忆的文本",
382
+ processing: "记忆正在加工中,请稍后查看",
383
+ failed: "添加记忆失败",
384
+ },
385
+ edit: {
386
+ title: "编辑记忆单元",
387
+ textLabel: "记忆文本",
388
+ metadataLabel: "元数据(JSON)",
389
+ idMissing: "记忆单元缺少 ID,无法编辑",
390
+ updateSuccess: "记忆单元已更新",
391
+ updateFailed: "更新记忆失败",
392
+ },
393
+ search: {
394
+ title: "记忆检索",
395
+ intro:
396
+ "新增记忆后,搜索结果可能有短暂延迟。若未立即命中,请稍后重试或刷新。",
397
+ queryLabel: "检索内容",
398
+ queryPlaceholder: "用户喜欢吃什么?",
399
+ topK: "Top K",
400
+ enableRerank: "启用重排序",
401
+ minSimilarity: "相似度阈值",
402
+ minSimilarityHelp:
403
+ "按归一化余弦相似度(0–1)过滤结果,0 表示不过滤。仅返回相似度不低于该值的命中。",
404
+ metadataFilter: "元数据过滤(JSON)",
405
+ searching: "搜索中...",
406
+ submit: "搜索",
407
+ failed: "搜索失败",
408
+ scopeRequired: "请先在范围栏中设置「应用」和「租户」的具体值",
409
+ scopeRequiredHint: "请先在范围栏中设置「应用」和「租户」的具体值。",
410
+ queryRequired: "请输入检索内容",
411
+ topKRange: "Top K 必须在 0 到 50 之间",
412
+ similarityRange: "相似度阈值必须在 0 到 1 之间",
413
+ notSearchedTitle: "尚未搜索",
414
+ notSearchedDescription:
415
+ "填写左侧查询条件后,可以验证当前范围下的记忆检索效果",
416
+ noResultsTitle: "没有搜索结果",
417
+ noResultsDescription: "如果刚添加了新记忆,可能需要等待索引生效后重试",
418
+ resultsTitle: "搜索结果 ({count})",
419
+ similarity: "相似度 {value}",
420
+ relevance: "相关度 {value}",
421
+ resultId: "ID:{id}",
422
+ resultScope: "范围:{scope}",
423
+ resultCreatedAt: "创建时间:{time}",
424
+ resultVersion: "版本:{version}",
425
+ },
426
+ messages: {
427
+ appRequired: "请先在上方范围栏中填写「应用」",
428
+ preciseScopeRequired:
429
+ "请在上方范围栏中为所有字段设置具体值以查询短期记忆",
430
+ emptyRange: "该时间范围内暂无消息",
431
+ empty: "当前范围下暂无消息记录",
432
+ loadEarlier: "加载更早的消息",
433
+ allLoaded: "— 已加载全部消息 —",
434
+ count: "共 {count} 条消息",
435
+ today: "今天",
436
+ yesterday: "昨天",
437
+ tableTime: "时间",
438
+ tableRole: "角色",
439
+ tableSpeaker: "说话人",
440
+ tableContent: "内容",
441
+ tableMetadata: "元数据",
442
+ emptyTable: "当前范围下暂无消息记录",
443
+ },
444
+ timeFilter: {
445
+ window: "时间窗口",
446
+ customRange: "自定义范围",
447
+ quickSelect: "快速选择",
448
+ startTime: "起始时间",
449
+ endTime: "结束时间",
450
+ last5min: "最近 5 分钟",
451
+ last30min: "最近 30 分钟",
452
+ last1hour: "最近 1 小时",
453
+ last6hours: "最近 6 小时",
454
+ last1day: "最近 1 天",
455
+ last3days: "最近 3 天",
456
+ last7days: "最近 7 天",
457
+ unlimited: "不限",
458
+ },
459
+ tasks: {
460
+ title: "记忆抽取任务",
461
+ description:
462
+ "每条 AddMemories 调用对应一个任务记录,展示从消息到记忆条目的处理状态",
463
+ emptyTitle: "暂无任务",
464
+ emptyAll:
465
+ "该 scope 下还没有 AddMemories 调用产生的入库任务。可以在长期记忆 / 检索 Tab 触发记忆写入,或调用 CLI memory add 后回到这里查看进度。",
466
+ emptyFiltered:
467
+ "当前过滤为「{status}」状态,可以切到「全部状态」看是否被过滤掉了",
468
+ loadNext: "加载下一页",
469
+ allStatus: "全部状态",
470
+ empty: "当前 scope 下暂无任务",
471
+ tableId: "任务 ID",
472
+ tableStatus: "状态",
473
+ tableAccepted: "接收消息数",
474
+ tableExtracted: "提取记忆数",
475
+ tableUpdatedAt: "更新时间",
476
+ tableActions: "操作",
477
+ detail: "详情",
478
+ detailTitle: "任务详情",
479
+ metaStatus: "状态",
480
+ metaAcceptedExtracted: "接收消息数 / 提取记忆数",
481
+ metaCreatedAt: "创建时间",
482
+ metaFinishedAt: "完成时间",
483
+ metaEventType: "事件类型",
484
+ metaConversationKey: "会话键",
485
+ lastError: "最后一次错误",
486
+ originalMessages: "原始会话",
487
+ preciseSource: "该任务提取记忆所依据的消息",
488
+ windowSource: "任务时间窗口内的消息",
489
+ noPreciseSource: "未找到该任务对应的原始消息(可能已被清理)",
490
+ noWindowSource: "未在该任务范围内找到原始会话消息",
491
+ extractedMemories: "提取的记忆",
492
+ extractedCount: "共 {count} 条",
493
+ noNewMemory: "本次未提取出新记忆",
494
+ notYetExtracted: "任务尚未提取记忆",
495
+ memoryUnreadable: "记忆已不可读(可能已被删除或合并)",
496
+ },
497
+ requests: {
498
+ appRequired: "请先在上方范围栏中填写「应用」",
499
+ loadingChart: "加载图表…",
500
+ timeWindow: "时间窗口",
501
+ customRange: "自定义范围",
502
+ quickSelect: "快速选择",
503
+ startTime: "起始时间",
504
+ endTime: "结束时间",
505
+ last1min: "最近 1 分钟",
506
+ last5min: "最近 5 分钟",
507
+ last15min: "最近 15 分钟",
508
+ last30min: "最近 30 分钟",
509
+ last1hour: "最近 1 小时",
510
+ last6hours: "最近 6 小时",
511
+ last24hours: "最近 24 小时",
512
+ fetching: "拉取中 {count} 条…",
513
+ fetchedCount: "共 {count} 条",
514
+ fetchedTruncated: "(数据不完整,超过 {max} 条上限)",
515
+ refresh: "刷新",
516
+ truncationWarning:
517
+ "数据不完整:该时间范围内请求数超过 {max} 条上限,仅展示前 {max} 条。请缩小时间范围以获取完整数据。",
518
+ distribution: "请求分布",
519
+ distributionFiltered: "请求分布(已过滤)",
520
+ searchPlaceholder:
521
+ "搜索… 支持 AND OR NOT 及 operation:AddMemories status:200 等字段查询",
522
+ statusAll: "全部状态",
523
+ statusSuccess: "成功 (<400)",
524
+ statusError: "失败 (≥400)",
525
+ count: "{count} 条",
526
+ countFiltered: "{filtered} / {total} 条",
527
+ emptyRange: "该时间范围内暂无请求审计记录",
528
+ noMatch: "没有匹配查询条件的记录",
529
+ empty: "当前范围下暂无请求审计记录",
530
+ tableTime: "时间",
531
+ tableOperation: "操作",
532
+ tableStatus: "状态",
533
+ tableLatency: "耗时",
534
+ tableRequestId: "请求 ID",
535
+ tableIngestStatus: "仓储状态",
536
+ tableActions: "操作",
537
+ paginationRange: "第 {start}–{end} 条,共 {total} 条",
538
+ detailTitle: "请求详情",
539
+ fieldOperation: "操作",
540
+ fieldRequestId: "请求 ID",
541
+ fieldTargetId: "目标 ID",
542
+ fieldResponseCode: "响应码",
543
+ fieldLatency: "耗时",
544
+ fieldCreatedAt: "创建时间",
545
+ fieldTime: "时间",
546
+ fieldIngestStatus: "入库状态",
547
+ fieldScope: "范围",
548
+ fieldRequestSummary: "请求摘要",
549
+ fieldResponseSummary: "错误响应摘要",
550
+ fieldError: "最后错误",
551
+ fieldErrorPlain: "错误",
552
+ scopeApp: "应用:",
553
+ scopeTenant: "租户:",
554
+ scopeAgent: "智能体:",
555
+ scopeRun: "会话:",
556
+ },
557
+ dream: {
558
+ title: "Dream 任务管理",
559
+ description: "管理记忆整理、技能抽取、用户画像等离线任务",
560
+ newTask: "新建任务",
561
+ emptyTitle: "暂无 Dream 任务",
562
+ emptyAll:
563
+ "Dream 任务支持记忆整理、技能抽取、用户画像等功能。第一次使用时,先确保该 scope 下已经写入过几轮对话,再点右上角创建任务。",
564
+ emptyFiltered: "当前过滤为「{status}」状态,可切到「全部状态」看看",
565
+ allStatus: "全部状态",
566
+ sortTimeDesc: "时间(新→旧)",
567
+ sortTimeAsc: "时间(旧→新)",
568
+ sortScope: "按 scope 分组",
569
+ tableId: "Dream ID",
570
+ tableType: "类型",
571
+ tableStatus: "状态",
572
+ tableApplyMode: "应用模式",
573
+ tableOutput: "产出",
574
+ tableCreatedAt: "创建时间",
575
+ applyModeAuto: "自动",
576
+ applyModeProposal: "建议",
577
+ promoted: "提升",
578
+ outputItems: "条产出",
579
+ outputFailed: " / {count} 败",
580
+ outputBreakdown:
581
+ "({proposed} 待 / {applied} 应用 / {skipped} 跳 / {failed} 败)",
582
+ groupTaskCount: "{count} 个任务",
583
+ loadingMore: "正在加载更多任务…",
584
+ truncatedHint: "任务较多,已先加载一部分",
585
+ continueLoad: "继续加载",
586
+ currentScope: "当前过滤 scope:{scope}",
587
+ groupedHint: " · 已按 scope 分组,组内按创建时间倒序(新→旧)",
588
+ singleScopeHint: " · 仅含 1 个 scope,已按创建时间倒序(新→旧)",
589
+ sortedHint: " · 按创建时间排序({dir})",
590
+ dirAsc: "旧→新",
591
+ dirDesc: "新→旧",
592
+ disabledTitle: "记忆整理能力未开启",
593
+ disabledPrefix:
594
+ "该实例的引擎未启用 dreaming 子系统。请联系管理员将服务环境变量",
595
+ disabledSuffix: "后重启服务。",
596
+ backToTaskList: "返回任务列表",
597
+ taskNotFound: "任务不存在或已被删除",
598
+ autoRefresh: "· 每 5 秒自动刷新",
599
+ applyModeAutoDetail: "应用模式:安全变更自动应用",
600
+ applyModeProposalDetail: "应用模式:建议(手动 apply)",
601
+ scopeOutput: "Scope 输出:{value}",
602
+ scopeOutputPromote: "提升",
603
+ scopeOutputPreserve: "保留",
604
+ viewError: "查看错误",
605
+ cancelTask: "取消任务",
606
+ statSessions: "会话数",
607
+ statMessages: "消息数",
608
+ statMemories: "记忆数",
609
+ statOutput: "产出数",
610
+ statActionTotal: "动作总数",
611
+ statApplied: "已生效",
612
+ statProposed: "待应用",
613
+ statAppliedShort: "已应用",
614
+ statSkipped: "跳过",
615
+ statFailed: "失败",
616
+ metaCreated: "创建:",
617
+ metaUpdated: "更新:",
618
+ metaFinished: "完成:",
619
+ metaInputScopes: "输入 scopes:",
620
+ instructionsProfile: "画像模板",
621
+ instructionsSkill: "抽取指引",
622
+ instructionsMemory: "额外指引",
623
+ resultsExtract: "产出结果",
624
+ resultsActions: "动作",
625
+ cancelSuccess: "已取消任务",
626
+ cancelFailed: "取消失败",
627
+ cancelConfirmTitle: "确认取消 Dream 任务",
628
+ cancelConfirmDesc: "任务将停止后续动作生成,已应用的动作不会回滚。",
629
+ lastError: "最后一次错误",
630
+ createTitle: "新建 Dream 任务",
631
+ createDescription:
632
+ "Dream 会读取所选 scopes 下的消息与已有记忆,让 LLM 进行分析处理。记忆整理模式建议先用「建议模式」生成提案、人工审核后再应用。",
633
+ taskType: "任务类型",
634
+ taskTypeMemory: "记忆整理 — 整合跨会话记忆",
635
+ taskTypeSkill: "技能抽取 — 从对话中提取可复用技能",
636
+ taskTypeProfile: "用户画像 — 整理用户画像",
637
+ addScope: "添加 scope",
638
+ scopeFillFromExisting: "从已有 scope 填充",
639
+ applyMode: "应用模式",
640
+ applyModeProposalOption: "建议模式(生成后人工 apply,推荐)",
641
+ applyModeSafeAutoOption:
642
+ "安全自动(仅 ADD/UPDATE 自动;DELETE/跨 scope 仍需人工)",
643
+ scopeOutputMode: "Scope 输出模式",
644
+ scopeOutputModePlaceholder: "使用默认(preserve_scope)",
645
+ preserveScope: "保留原 scope",
646
+ promoteScope: "提升到父级 scope",
647
+ instructionsLabel: "指令(可选)",
648
+ instructionsPlaceholderMemory: "给 dream 规划器的额外指引",
649
+ instructionsPlaceholderSkill: "指导技能抽取的方向,例如重点关注的领域",
650
+ instructionsPlaceholderProfile:
651
+ "用户画像整理的额外指引,例如需要关注的维度",
652
+ thresholds: "置信度阈值",
653
+ thresholdAdd: "新增",
654
+ thresholdUpdate: "更新",
655
+ thresholdMerge: "合并",
656
+ advanced: "高级",
657
+ maxSessions: "最大会话数",
658
+ maxMessages: "最大消息数",
659
+ maxMemories: "最大记忆数",
660
+ minTimestamp: "最早时间",
661
+ maxTimestamp: "最晚时间",
662
+ idempotentToken: "幂等 token",
663
+ optional: "可选",
664
+ createTask: "创建任务",
665
+ createFailed: "创建失败",
666
+ toastMemoryCreated: "记忆整理任务已创建",
667
+ toastSkillCreated: "技能抽取任务已创建",
668
+ toastProfileCreated: "用户画像任务已创建",
669
+ appIdRequired: "appId 必填",
670
+ atLeastOneNonWildcard: "至少指定一个非通配符字段",
671
+ atLeastOneScope: "至少一个 scope",
672
+ actions: {
673
+ allStatus: "全部状态",
674
+ allTypes: "全部类型",
675
+ orderCreatedAsc: "创建时间 ↑",
676
+ orderCreatedDesc: "创建时间 ↓",
677
+ orderConfidenceDesc: "置信度 ↓",
678
+ minConfidence: "最小置信度",
679
+ selectedCount: "已选 {count}",
680
+ applying: "应用中…",
681
+ applySelected: "应用所选 ({count})",
682
+ emptyExtract: "暂无产出结果。请确认输入 scope 下有足够的对话消息。",
683
+ emptyFiltered: "当前过滤条件下暂无动作",
684
+ selectAll: "全选可应用动作",
685
+ colOutputType: "产出类型",
686
+ colType: "类型",
687
+ colStatus: "状态",
688
+ colContent: "内容",
689
+ colImpact: "影响",
690
+ colConfidence: "置信度",
691
+ selectAction: "选择此动作",
692
+ notSelectable: "不可选",
693
+ onlyProposedApply: "仅 proposed 状态的动作可以 apply",
694
+ skill: "技能",
695
+ profile: "画像",
696
+ new: "新",
697
+ noop: "无操作",
698
+ delete: "删除",
699
+ merge: "合并",
700
+ memoryUnreadable: "{verb}:原记忆已不可读",
701
+ applyResult: "Apply 完成:成功 {applied},失败 {failed}",
702
+ applyFailed: "应用失败",
703
+ noExtractResult: "无抽取结果",
704
+ instructions: "指令内容",
705
+ noopNoChange: "NOOP — 无记忆变更",
706
+ beforeModify: "修改前",
707
+ targetMemory: "目标记忆",
708
+ originalUnreadable:
709
+ "原始记忆已不可读(可能已被其他 dream 任务删除或合并)",
710
+ willAdd: "将新增",
711
+ afterModify: "修改后",
712
+ newMemory: "新记忆",
713
+ willDelete: "应用后这条记忆将被删除。",
714
+ willMerge: "应用后这条记忆将被合并入相关记忆。",
715
+ detailTitle: "动作详情",
716
+ detailStatus: "状态",
717
+ detailConfidence: "置信度",
718
+ detailTargetMemoryId: "目标 memory ID",
719
+ detailResultMemoryId: "结果 memory ID",
720
+ reason: "推理依据",
721
+ skippedReason: "跳过原因",
722
+ skippedReasonWithDetail: "{reason}({detail})",
723
+ error: "错误",
724
+ },
725
+ apply: {
726
+ title: "确认应用所选动作",
727
+ descPrefix: "将对记忆库",
728
+ descSuffix: "应用 {count} 条动作。该操作会写入记忆库,无法自动撤销。",
729
+ hasDestructive: "所选动作包含 DELETE,应用后对应记忆将被删除。",
730
+ remaining: "还有 {count} 条动作未在此预览",
731
+ applying: "应用中…",
732
+ confirm: "确认应用 {count} 条",
733
+ },
734
+ },
735
+ comingSoon: {
736
+ title: "Agent Memory",
737
+ description:
738
+ "即将推出 — 为你的 Agent 提供持久化记忆能力,让对话更智能、更连贯。",
739
+ viewDocs: "查看文档",
740
+ },
741
+ },
742
+ knowledgeBase: {
743
+ common: {
744
+ basicInfo: "基本信息",
745
+ metadataSchema: "Metadata Schema",
746
+ advancedConfig: "高级配置",
747
+ embeddingConfig: "Embedding 配置",
748
+ retrievalConfig: "检索配置",
749
+ name: "名称",
750
+ description: "描述",
751
+ descriptionPlaceholder: "描述这个知识库的用途...",
752
+ tags: "标签",
753
+ tagsPlaceholder: "输入标签后按回车",
754
+ searchType: "搜索类型",
755
+ searchDense: "向量检索",
756
+ searchFullText: "全文检索",
757
+ denseTopK: "向量召回数",
758
+ denseTopKDesc: "向量检索参与后续排序的候选片段数。",
759
+ fullTextTopK: "全文召回数",
760
+ fullTextTopKDesc: "全文检索参与后续排序的候选片段数。",
761
+ rerankTopK: "重排序返回数",
762
+ rerankTopKDesc: "Rerank 后保留并返回的片段数。",
763
+ modelParams: "Model 参数",
764
+ weightParams: "Weight 参数",
765
+ rrfParams: "RRF 参数",
766
+ denseWeight: "向量检索权重",
767
+ fullTextWeight: "全文检索权重",
768
+ kValue: "K 值",
769
+ weightRange: "0 ~ 1 之间",
770
+ },
771
+ provider: {
772
+ label: "提供方",
773
+ modelName: "模型名称",
774
+ selectProvider: "选择提供方",
775
+ selectModel: "选择模型",
776
+ inputModelName: "输入模型名称",
777
+ bailian: "百炼 (Bailian)",
778
+ custom: "自定义 (Custom)",
779
+ multimodalSuffix: "(多模态)",
780
+ },
781
+ list: {
782
+ title: "知识库",
783
+ description: "管理你的知识库,上传文档并进行语义检索",
784
+ create: "创建知识库",
785
+ searchPlaceholder: "搜索知识库...",
786
+ count: "共 {count} 个知识库",
787
+ emptyTitle: "还没有知识库",
788
+ emptyDescription: "创建你的第一个知识库,开始管理文档和检索",
789
+ noMatchTitle: "没有匹配的知识库",
790
+ noMatchDescription: "尝试调整搜索关键词",
791
+ backToList: "返回知识库列表",
792
+ errorTitle: "加载知识库时出错",
793
+ errorDescription: "发生了未知错误,请稍后重试。",
794
+ },
795
+ create: {
796
+ title: "创建知识库",
797
+ nameRequiredMark: "名称",
798
+ namePlaceholder: "my_knowledge_base",
799
+ nameDesc: "以字母开头,仅包含字母、数字和下划线,最长 64 字符",
800
+ enableSubspace: "启用 Subspace",
801
+ enableSubspaceDesc: "为该知识库开启子空间隔离,不同业务线的数据互不干扰",
802
+ multimodal: "多模态",
803
+ multimodalDesc:
804
+ "支持图片文档入库、图片检索和多模态 embedding/rerank。创建后不可修改。",
805
+ tableFormulaCaption: "表格公式Caption",
806
+ tableFormulaCaptionDesc:
807
+ "为表格、公式类 Chunk 生成语义描述。需要平台开启对应 setting。普通 KB 和多模态 KB 均可使用。",
808
+ autoSwitchPrefix: "已自动将 embedding 模型切换为 ",
809
+ autoSwitchMiddle: ",rerank 模型切换为 ",
810
+ autoSwitchSuffix: "。您仍可手动调整下方参数。",
811
+ resultCount: "返回数量",
812
+ resultCountDesc:
813
+ "控制每路召回参与排序的候选数,以及 Rerank 后实际返回的片段数。",
814
+ defaultRerankStrategy: "默认 Rerank 策略",
815
+ rerankStrategyDesc:
816
+ "切换策略会影响检索时的默认行为;下方三套参数都会保存到知识库,方便临时切换",
817
+ submit: "创建知识库",
818
+ createSuccess: "知识库创建成功",
819
+ createFailed: "创建知识库失败",
820
+ nameRequired: "请输入知识库名称",
821
+ nameMaxLength: "名称最多 64 个字符",
822
+ namePattern:
823
+ "名称必须以字母开头,仅允许字母、数字、下划线和连字符,长度 3-64 字符,不能以下划线或连字符结尾",
824
+ },
825
+ settings: {
826
+ basicInfoDesc: "调整知识库说明和标签,帮助团队快速识别用途。",
827
+ retrievalConfigDesc: "控制默认召回方式、返回规模和 Rerank 策略。",
828
+ retrievalParams: "检索参数",
829
+ rerankParams: "Rerank 参数",
830
+ rerankStrategy: "Rerank 策略",
831
+ embeddingReadOnlyDesc: "创建后不可修改",
832
+ embeddingModel: "模型",
833
+ embeddingDimension: "维度",
834
+ metadataReadOnlyDesc: "创建后不可修改",
835
+ metadataFieldName: "字段名",
836
+ metadataFieldType: "类型",
837
+ metadataEmpty: "未定义 Metadata Schema",
838
+ updateSuccess: "知识库设置已更新",
839
+ updateFailed: "更新设置失败",
840
+ },
841
+ card: {
842
+ multimodal: "多模态",
843
+ subspace: "子空间",
844
+ viewDocuments: "查看文档",
845
+ retrievalTest: "检索测试",
846
+ settings: "设置",
847
+ descLabel: "描述:",
848
+ tagsLabel: "标签:",
849
+ metadataCount: "{count} 个 Metadata 字段",
850
+ searchDense: "向量",
851
+ searchFullText: "全文",
852
+ updatedAt: "更新于 ",
853
+ },
854
+ delete: {
855
+ title: "删除知识库",
856
+ warningPrefix: "此操作",
857
+ warningIrreversible: "不可撤销",
858
+ warningSuffix: "。将永久删除知识库 ",
859
+ warningTail: " 及其所有文档和数据。",
860
+ confirmPromptPrefix: "请输入 ",
861
+ confirmPromptSuffix: " 以确认删除",
862
+ deleteSuccess: '知识库 "{name}" 已删除',
863
+ deleteFailed: "删除知识库失败",
864
+ },
865
+ subspace: {
866
+ switcherActive: "子空间: {name}",
867
+ switcherPlaceholder: "选择子空间…",
868
+ switchToOther: "切换到其他子空间",
869
+ enter: "进入子空间",
870
+ inputPlaceholder: "输入子空间名称...",
871
+ enterButton: "进入",
872
+ recentlyUsed: "最近使用",
873
+ clearSelection: "清除选择(返回子空间选择页)",
874
+ cleared: "已清除子空间作用域,请重新选择",
875
+ gateTitle: "请选择子空间",
876
+ gateDescription:
877
+ "此知识库已启用子空间隔离,文档按子空间分组存储。请输入您要访问的子空间名称以查看对应文档。",
878
+ gateHint: '提示:子空间名称由创建者自定义,如 "team-alpha"、"docs-v2" 等',
879
+ },
880
+ detail: {
881
+ tabDocuments: "文档",
882
+ tabRetrieval: "检索测试",
883
+ tabQa: "问答测试",
884
+ tabSettings: "设置",
885
+ moreActions: "更多操作",
886
+ deleteKB: "删除知识库",
887
+ backToList: "返回列表",
888
+ notFound: "知识库不存在或已被删除",
889
+ notFoundShort: "知识库不存在",
890
+ pillMultimodal: "多模态",
891
+ pillSubspace: "子空间",
892
+ created: "创建 ",
893
+ updated: "更新 ",
894
+ subspaceLabel: "子空间:",
895
+ },
896
+ embedding: {
897
+ selectProvider: "选择 Embedding 提供方",
898
+ dimension: "向量维度",
899
+ selectDimension: "选择维度",
900
+ dimensionPlaceholder: "例如: 1024",
901
+ apiKeyPlaceholder: "输入 API Key",
902
+ },
903
+ resultCountField: {
904
+ label: "返回片段数",
905
+ description: "单次检索返回的最多片段数,Rerank 后取前 N 条。",
906
+ unit: "条",
907
+ },
908
+ },
909
+ documents: {
910
+ common: {
911
+ title: "文档",
912
+ titleWithSubspace: "文档 — {subspace}",
913
+ upload: "上传文档",
914
+ deleteSuccess: "文档已删除",
915
+ deleteFailed: "删除文档失败",
916
+ deleteTitle: "删除文档",
917
+ deleteConfirm: '确定要删除文档 "{name}" 吗?此操作不可撤销。',
918
+ batchDeleteTitle: "批量删除文档",
919
+ batchDeleteConfirm: "确定要删除选中的 {count} 个文档吗?此操作不可撤销。",
920
+ batchDeleteProgress: "正在删除 {completed}/{total} 个文档...",
921
+ batchDeleteSuccess: "成功删除 {count} 个文档",
922
+ batchDeleteFailed: "批量删除失败",
923
+ pageScopeHint: "提示:搜索和过滤仅在当前页内生效,不会检索其他页的数据。",
924
+ pageRowsCount: "本页 {count} 条",
925
+ perPage: "每页",
926
+ perPageUnit: "条",
927
+ emptySubspace: "该子空间下暂无文档,您可以上传新文档到此子空间",
928
+ uploadToSubspace: "上传文档到此子空间",
929
+ },
930
+ table: {
931
+ selectAll: "全选",
932
+ selectRow: "选择行",
933
+ docName: "文档名称",
934
+ status: "状态",
935
+ chunkCount: "切片数",
936
+ updatedAt: "更新时间",
937
+ actions: "操作",
938
+ viewDetail: "查看详情",
939
+ viewChunks: "查看切片",
940
+ },
941
+ toolbar: {
942
+ searchPlaceholder: "页内搜索...",
943
+ statusAll: "全部状态",
944
+ batchDelete: "删除选中 ({count})",
945
+ },
946
+ upload: {
947
+ title: "上传文档",
948
+ descriptionPrefix: "将文档上传到知识库 ",
949
+ tabFile: "按文件",
950
+ tabFolder: "按文件夹",
951
+ tabOss: "从 OSS 导入",
952
+ dropFileHere: "拖拽文件到此处",
953
+ selectFile: "选择文件",
954
+ selectedFilesPrefix: "已选择 ",
955
+ selectedFilesSuffix: " 个文件",
956
+ clearAll: "全部清除",
957
+ dropFolderHere: "拖拽文件夹到此处,或选择",
958
+ selectFolder: "选择文件夹",
959
+ filterOptions: "过滤选项",
960
+ includeExtensions: "包含后缀",
961
+ excludeExtensions: "排除后缀",
962
+ recursive: "递归包含子目录",
963
+ folderSelectedPrefix: "已选择 ",
964
+ folderSelectedMiddle: " 个文件,过滤后将上传 ",
965
+ folderSelectedSuffix: " 个",
966
+ folderMoreHidden: "... 还有 {count} 个文件未展示",
967
+ subspaceOptional: "子空间(可选)",
968
+ subspaceDefault: "默认:{name}",
969
+ subspaceCurrentPlaceholder: "当前子空间",
970
+ subspaceInputPlaceholder: "输入子空间名称",
971
+ subspaceDiffHintPrefix: '提示:将上传到子空间 "',
972
+ subspaceDiffHintMiddle: '",与当前作用域 "',
973
+ subspaceDiffHintSuffix: '" 不同',
974
+ subspaceEmpty: "(空)",
975
+ metadataOptional: "Metadata(可选)",
976
+ jsonPreview: "JSON 预览",
977
+ batchProgress: "批次 {completed}/{total}",
978
+ filesProgress: "{completed}/{total} 个文件",
979
+ batchErrorCount: "{count} 个批次出错",
980
+ batchErrorPrefix: "批次 {n}: ",
981
+ submitting: "提交中…",
982
+ preparingUpload: "准备上传...",
983
+ importCount: "导入 {count} 项",
984
+ importing: "导入中 {completed}/{total}",
985
+ uploadCount: "上传 {count} 个文件",
986
+ uploading: "上传中 {completed}/{total}",
987
+ ignoredFolders: "已忽略 {count} 个文件夹({names})",
988
+ detectedFolders: "检测到文件夹({names}),已自动切换到「按文件夹」模式",
989
+ detectedFoldersDesc: "可在「按文件夹」模式按后缀筛选并递归上传",
990
+ switchToFolder: "切换至按文件夹",
991
+ folderDragUnsupported:
992
+ "当前浏览器不支持文件夹拖拽,请使用「选择文件夹」按钮",
993
+ looseFilesMerged: "拖拽内容均为文件,已合并到当前列表(不会经过过滤)",
994
+ metadataJsonInvalid: "Metadata JSON 格式不正确",
995
+ ossSelectRequired: "请在 OSS 浏览器中至少选择一个文件或文件夹",
996
+ ossImportFailed: "OSS 导入失败",
997
+ noFilesImportedTitle: "未导入任何文件",
998
+ noFilesImportedFiltered:
999
+ "选中的文件夹经过过滤后没有匹配项,请放宽过滤规则",
1000
+ noFilesImportedEmpty: "选择列表为空",
1001
+ importSuccess: "成功导入 {count} 个文档",
1002
+ importPartial: "{ok} 个导入成功,{fail} 个失败",
1003
+ importAllFailed: "全部 {count} 个文档导入失败",
1004
+ noFolderOrFiltered: "未选择文件夹或过滤后无可上传的文件",
1005
+ selectAtLeastOneFile: "请选择至少一个文件",
1006
+ uploadSuccess: "成功上传 {count} 个文档",
1007
+ uploadPartial: "{ok} 个文档上传成功,{fail} 个失败",
1008
+ uploadAllFailed: "全部 {count} 个文档上传失败",
1009
+ batchRequestErrors: "{count} 个批次请求出错",
1010
+ uploadFailed: "上传文档失败",
1011
+ },
1012
+ oss: {
1013
+ filterOptions: "过滤选项",
1014
+ filterScope:
1015
+ "(仅作用于「选中的文件夹」,单选文件直接导入;服务端递归子目录)",
1016
+ prefixInclude: "前缀 包含",
1017
+ prefixExclude: "前缀 排除",
1018
+ suffixInclude: "后缀 包含",
1019
+ suffixExclude: "后缀 排除",
1020
+ selectionSummaryPrefix: "已选 ",
1021
+ selectionSummaryMiddle: " 个文件 + ",
1022
+ selectionSummarySuffix: " 个文件夹(文件夹由服务端递归并按上方规则过滤)",
1023
+ notConfiguredTitle: "尚未配置 OSS",
1024
+ notConfiguredDesc:
1025
+ "请先在「实例配置」中绑定 OSS 端点和 Bucket,再回到此处导入。",
1026
+ forbidden: "无访问权限",
1027
+ bucketNotFound: "Bucket 不存在",
1028
+ listFailed: "OSS 列举失败",
1029
+ searchPlaceholder: "搜索当前目录",
1030
+ objectCount: "{count} 个对象",
1031
+ selectedCount: "已选 {count} 项",
1032
+ empty: "当前目录为空",
1033
+ },
1034
+ chunks: {
1035
+ titleFallback: "文档切片",
1036
+ titleSuffix: " - 切片列表",
1037
+ loadedCount: "共加载 {count} 个切片",
1038
+ empty: "暂无切片数据",
1039
+ loadMore: "加载更多",
1040
+ statusEnable: "启用",
1041
+ statusDisable: "停用",
1042
+ enableChunk: "启用切片",
1043
+ disableChunk: "停用切片",
1044
+ toggleSuccess: "切片 #{id} 已{action}",
1045
+ toggleFailed: "状态更新失败",
1046
+ editChunk: "编辑切片",
1047
+ imageNotEditable: "图片类型 chunk 不支持修改",
1048
+ disableTooltip: "停用切片:检索时跳过此切片",
1049
+ enableTooltip: "启用切片:纳入检索",
1050
+ titleField: "标题",
1051
+ titlePlaceholder: "切片标题(可选)",
1052
+ contentField: "内容",
1053
+ contentPlaceholder: "切片内容",
1054
+ updateSuccess: "切片 #{id} 已更新",
1055
+ updateFailed: "更新失败",
1056
+ collapse: "收起",
1057
+ expand: "展开全文",
1058
+ createdAt: "创建: {time}",
1059
+ updatedAt: "更新: {time}",
1060
+ imageZoomTitle: "图片放大预览",
1061
+ imageZoomAlt: "放大预览",
1062
+ statusActive: "已启用",
1063
+ statusInactive: "已停用",
1064
+ statusFailed: "失败",
1065
+ },
1066
+ detail: {
1067
+ title: "文档详情",
1068
+ docId: "文档 ID",
1069
+ subspace: "子空间",
1070
+ status: "状态",
1071
+ chunkCount: "切片数",
1072
+ timeInfo: "时间信息",
1073
+ createdAt: "创建时间",
1074
+ updatedAt: "更新时间",
1075
+ failedDetails: "失败详情",
1076
+ deleteDocument: "删除文档",
1077
+ metadataUpdateSuccess: "Metadata 已更新",
1078
+ metadataUpdateFailed: "更新 metadata 失败",
1079
+ metadataEmpty: "暂无 metadata,点击「编辑」添加字段",
1080
+ metadataNoSchema: "该知识库未配置 metadata schema",
1081
+ addField: "添加字段",
1082
+ addFieldAvailable: "{count} 可用",
1083
+ removeField: "移除该字段",
1084
+ emptyList: "空列表",
1085
+ },
1086
+ },
1087
+ chat: {
1088
+ common: {
1089
+ newChat: "新对话",
1090
+ },
1091
+ config: {
1092
+ title: "对话配置",
1093
+ description: "选择模型、编辑 system prompt,挂载多个知识库作为检索来源",
1094
+ systemPromptPlaceholder: "留空使用默认 prompt",
1095
+ mountedKb: "挂载的知识库",
1096
+ mountedKbDesc: "并行检索,按 score 全局重排,取前 {topK} 条",
1097
+ aggregateTopK: "聚合 topK",
1098
+ aggregateTopKTitle: "合并所有 KB 的命中后按分数截断的上限",
1099
+ unifiedTitle: "全局默认检索参数",
1100
+ unifiedDesc: "未单独配置的知识库将使用此默认参数",
1101
+ unifiedCollapse: "收起全局默认检索参数",
1102
+ unifiedExpand: "展开全局默认检索参数",
1103
+ unifiedDisabledHint: "挂载至少一个知识库后即可配置全局默认检索参数",
1104
+ topKLabel: "TopK",
1105
+ topKHintUnified: "单库检索条数,默认 20",
1106
+ footerHint: "未保存的修改在发送下一条消息时也会自动持久化",
1107
+ saved: "已保存",
1108
+ saveConfig: "保存配置",
1109
+ },
1110
+ mount: {
1111
+ subspacePlaceholder: "subspace (逗号分隔)",
1112
+ settingsTitle: "检索参数",
1113
+ settingsLoading: "知识库信息加载中",
1114
+ remove: "移除",
1115
+ searchKbPlaceholder: "搜索知识库...",
1116
+ noMatchingKb: "未找到匹配的知识库",
1117
+ addMore: "添加更多知识库",
1118
+ emptyNoKbTitle: "还没有任何知识库",
1119
+ emptyMountTitle: "挂载知识库以启用 RAG",
1120
+ emptyNoKbDesc: "创建第一个知识库后,即可在对话中挂载并启用检索增强",
1121
+ emptyMountDesc:
1122
+ "挂载后,模型将基于知识库内容生成回答,支持并行检索与全局重排",
1123
+ createKb: "创建知识库",
1124
+ mountKb: "挂载知识库",
1125
+ mountKbAria: "挂载知识库",
1126
+ selectFromExistingPrefix: "从已有的",
1127
+ selectFromExistingSuffix: "个知识库中选择",
1128
+ },
1129
+ retrievalDialog: {
1130
+ title: "检索参数",
1131
+ multimodalBadge: "多模态",
1132
+ inheritCurrentPrefix: "当前:",
1133
+ inheritLabel: "继承全局默认",
1134
+ inheritSuffix:
1135
+ ";下方为只读预览。如需偏离全局配置,请点击「使用自定义配置」。",
1136
+ customLabel: "使用自定义配置",
1137
+ customSuffix: ";字段失焦后自动保存。",
1138
+ multimodalLockPrefix: "多模态知识库的 Model Rerank 已锁定为",
1139
+ multimodalLockSuffix: "(Provider:bailian),暂不支持其他模型。",
1140
+ topKLabel: "TopK",
1141
+ topKHint: "检索返回条数,不设置则继承全局默认",
1142
+ resetToDefault: "重置为默认",
1143
+ useCustom: "使用自定义配置",
1144
+ },
1145
+ memoryBind: {
1146
+ title: "绑定的记忆库",
1147
+ descBound: "每轮检索 Top-{topK},对话后写回当前范围",
1148
+ descUnbound:
1149
+ "绑定后服务端在每轮对话前检索、对话后写回;同一应用 + 租户下记忆跨智能体可共享",
1150
+ topKTitle: "每轮检索返回的记忆条数上限",
1151
+ retrievalModeLabel: "记忆检索模式",
1152
+ modeSearchTitle: "语义检索",
1153
+ modeSearchDesc: "每轮向量检索记忆库",
1154
+ modeLocalTitle: "文件记忆",
1155
+ modeLocalDescEnabled: "同步投影文件后本地检索",
1156
+ modeLocalDescDisabled: "仅「支持文件记忆」的记忆库可用",
1157
+ localHint:
1158
+ "记忆以 markdown 文件树投影到本地镜像目录;每轮对话前自动同步并在文件上检索。记忆按用户(应用 + 租户)粒度聚合,智能体 / 会话字段不影响文件内容。",
1159
+ viewFiles: "查看记忆文件",
1160
+ viewFilesHint: "请先填写完整的应用 / 租户 / 智能体",
1161
+ emptyNoStoresTitle: "还没有任何记忆库",
1162
+ emptyBindTitle: "绑定记忆库以让对话拥有长期记忆",
1163
+ emptyNoStoresDesc:
1164
+ "创建第一个记忆库后,即可在对话中绑定并自动写回 / 检索",
1165
+ emptyBindDesc:
1166
+ "绑定后服务端会在每轮对话前检索相关记忆注入到 system prompt,对话结束后自动写回到当前范围",
1167
+ createStore: "创建记忆库",
1168
+ bindStore: "绑定记忆库",
1169
+ bindStoreAria: "绑定记忆库",
1170
+ selectFromExistingPrefix: "从已有的",
1171
+ selectFromExistingSuffix: "个记忆库中选择",
1172
+ selectStorePlaceholder: "选择记忆库",
1173
+ unbind: "解除绑定",
1174
+ writeScope: "写入范围",
1175
+ writeScopeDesc: "服务端在检索时把「智能体 / 会话」派生为通配",
1176
+ writeScopeDescSuffix:
1177
+ ",因此同一应用 + 租户下不同智能体 / 不同会话可以读取彼此的记忆",
1178
+ selectExistingScope: "选择已有 scope",
1179
+ appField: "应用 *",
1180
+ tenantField: "租户 *",
1181
+ agentField: "智能体 *",
1182
+ autoSave: "对话后自动写入记忆",
1183
+ autoSaveDesc: "自动归档:把本轮用户 / 助手消息写入当前范围",
1184
+ runIdLabel: "会话 ID",
1185
+ runIdTitle:
1186
+ "会话 ID 由当前对话自动生成并在整个对话内复用,用于串联同一会话的记忆",
1187
+ runIdAuto: "自动生成 · 自动复用",
1188
+ copyRunId: "复制会话 ID",
1189
+ runIdCopied: "已复制会话 ID",
1190
+ runIdCopyFailed: "复制失败,请手动选择文本",
1191
+ },
1192
+ filesDialog: {
1193
+ title: "记忆文件",
1194
+ description: "该范围的记忆文件镜像目录",
1195
+ },
1196
+ history: {
1197
+ newChat: "新对话",
1198
+ empty: "暂无历史对话",
1199
+ clearAll: "清空全部",
1200
+ delete: "删除",
1201
+ justNow: "刚刚",
1202
+ minutesAgo: "{count} 分钟前",
1203
+ hoursAgo: "{count} 小时前",
1204
+ daysAgo: "{count} 天前",
1205
+ },
1206
+ page: {
1207
+ errorTitle: "对话页面加载失败",
1208
+ errorFallback: "无法初始化对话面板,请稍后重试。",
1209
+ bindMemoryFirst: "请先绑定记忆库并填写完整 scope",
1210
+ mountKbFirst: "请先挂载一个知识库",
1211
+ typeSkill: "技能",
1212
+ typeProfile: "画像",
1213
+ depositLoading: "正在总结{type}并沉淀到知识库…",
1214
+ depositSlow: "{type}任务处理时间较长,稍后可在 Dream 页查看结果",
1215
+ depositTaskFailed: "{type}任务失败",
1216
+ depositTaskCancelled: "{type}任务已取消",
1217
+ depositFailedReason: "{type}沉淀失败:{reason}",
1218
+ depositNone: "本次会话未提取到{type}",
1219
+ depositSuccess: "已沉淀 {count} 个{type}到知识库「{kbName}」",
1220
+ depositFailed: "{type}沉淀失败",
1221
+ newChatTitle: "新对话",
1222
+ headerStats: "{model} · {count} 个知识库 · 聚合 {topK}",
1223
+ headerMemory: " · 记忆: {name}",
1224
+ headerNoConfig: "点击右上角设置挂载模型与知识库",
1225
+ configTitle: "对话配置",
1226
+ mountsCarryover:
1227
+ "已沿用上一会话的 {count} 个知识库挂载,按右上角齿轮可调整。",
1228
+ emptyTitleReady: "可以开始对话了",
1229
+ emptyTitleStart: "开始对话",
1230
+ emptyDescCarryover: "{carryover} 直接在下方输入你的问题。",
1231
+ emptyDescReady:
1232
+ "直接在下方输入你的问题;随时可以通过右上角齿轮调整模型或挂载的知识库",
1233
+ emptyDescStart: "点击右上角齿轮,选择模型并挂载知识库,即可开始问答",
1234
+ emptyAction: "打开配置",
1235
+ disabledPlaceholder: "请先点击右上角齿轮配置模型与知识库",
1236
+ },
1237
+ },
1238
+ qa: {
1239
+ reasoning: {
1240
+ thinking: "正在思考",
1241
+ deepThinking: "深度思考中",
1242
+ retrieving: "正在检索知识库",
1243
+ intentExtracting: "检索意图提取",
1244
+ done: "已深度思考",
1245
+ },
1246
+ message: {
1247
+ copy: "复制",
1248
+ edit: "编辑",
1249
+ resend: "重新发送",
1250
+ regenerate: "重新生成",
1251
+ summarizeSkill: "总结技能到知识库",
1252
+ extractProfile: "提取画像到知识库",
1253
+ delete: "删除",
1254
+ copied: "已复制",
1255
+ copyFailed: "复制失败",
1256
+ cancel: "取消",
1257
+ saveAndResend: "保存并重发",
1258
+ deleteMessageTitle: "删除此消息?",
1259
+ deleteMessageDesc: "该操作不可撤销。",
1260
+ deleteConfirm: "删除",
1261
+ deleteWithAssistant: "同时删除下方的 AI 回复",
1262
+ resendMessageTitle: "重新发送此消息?",
1263
+ resendMessageDesc: "将丢弃下方所有消息并重新生成回答。",
1264
+ resendConfirm: "重新发送",
1265
+ deleteReplyTitle: "删除此回复?",
1266
+ deleteReplyDesc: "该操作不可撤销。",
1267
+ regenerateTitle: "重新生成此回复?",
1268
+ regenerateDesc: "将丢弃下方所有消息并重新生成。",
1269
+ regenerateConfirm: "重新生成",
1270
+ rewriteFailed: "意图重写失败 · 已回退到原问题",
1271
+ rewriteFailedDetail: "rewriter 返回空结果或抛错",
1272
+ kbRetrievalFailed: "{count} 个知识库检索失败",
1273
+ retrievalKeyword: "检索关键词:",
1274
+ generateFailed: "生成失败",
1275
+ elapsedSeconds: "用时 {seconds} 秒",
1276
+ elapsedMinutes: "用时 {minutes} 分 {seconds} 秒",
1277
+ },
1278
+ chunks: {
1279
+ viewCitations: "查看 {count} 个引用",
1280
+ kbCount: "{count} 个知识库",
1281
+ failedSuffix: "({count} 失败)",
1282
+ retrievalFailed: "检索失败:{error}",
1283
+ chunkCount: "{count} 条",
1284
+ unknownFile: "未知文件",
1285
+ collapse: "点击收起",
1286
+ expand: "点击展开",
1287
+ imageZoomTitle: "图片放大预览",
1288
+ imageZoomAlt: "放大预览",
1289
+ },
1290
+ memory: {
1291
+ referenceCount: "参考 {count} 条记忆",
1292
+ unnamedMemory: "未命名记忆",
1293
+ filesThisTurn: "本轮文件记忆 {count} 个文件",
1294
+ syncFailed: "同步失败(沿用本地副本):{error}",
1295
+ syncSummary: "+{added} -{deleted} · 共 {total} 个",
1296
+ emptyFiles: "该范围暂无记忆文件(尚未投影或未同步到)",
1297
+ fileSize: "{size} B",
1298
+ },
1299
+ panel: {
1300
+ emptyTitle: "开始对话",
1301
+ emptyDescription:
1302
+ "输入问题,系统会先从知识库检索相关内容,再让大模型基于检索结果回答",
1303
+ composerPlaceholder: "输入问题,Enter 发送,Shift+Enter 换行",
1304
+ composerDisabled: "请先在左侧选择模型...",
1305
+ stop: "停止",
1306
+ send: "发送",
1307
+ },
1308
+ form: {
1309
+ defaultSystemPrompt:
1310
+ "你是基于知识库回答问题的助手。请严格依据下方「检索结果」作答;若检索结果未涵盖相关信息,请如实说明未在知识库中找到,不要编造。",
1311
+ providerLabel: "大模型",
1312
+ modelLabel: "模型",
1313
+ systemPromptHelper: "检索到的 chunks 会自动拼接在提示词之后作为上下文",
1314
+ topKLabel: "检索 TopK",
1315
+ retrievalHint: "每轮用户消息都会触发一次检索,结果注入系统提示词",
1316
+ clearConversation: "清空对话",
1317
+ selectModelFirst: "请先选择模型与 Provider",
1318
+ },
1319
+ codeBlock: {
1320
+ copyCode: "复制代码",
1321
+ copied: "已复制",
1322
+ copy: "复制",
1323
+ },
1324
+ },
1325
+ retrieval: {
1326
+ common: {
1327
+ unknownFile: "未知文件",
1328
+ imageZoomTitle: "图片放大预览",
1329
+ imageZoomAlt: "放大预览",
1330
+ },
1331
+ form: {
1332
+ title: "检索测试",
1333
+ viewRequestBody: "查看请求体",
1334
+ viewCopyRequestBody: "查看 / 复制请求体 JSON",
1335
+ requestBodyPreview: "请求体(实时预览)",
1336
+ copied: "已复制",
1337
+ copy: "复制",
1338
+ copiedRequestBody: "已复制请求体",
1339
+ copyFailed: "复制失败,请手动选择",
1340
+ queryType: "查询类型",
1341
+ queryContent: "查询内容",
1342
+ queryPlaceholder: "输入检索查询...",
1343
+ imageInput: "图片输入",
1344
+ supplementaryText: "补充文本(可选)",
1345
+ supplementaryPlaceholder: "补充文本描述...",
1346
+ unsupportedFormat: "不支持的图片格式,请选择 JPG/PNG/WebP/BMP/TIFF 格式",
1347
+ imageReadFailed: "图片读取失败,请重试",
1348
+ dropImageHere: "点击、拖拽或粘贴图片到此处",
1349
+ supportedFormats: "支持 JPG/PNG/WebP/BMP/TIFF",
1350
+ selectedImageAlt: "已选择的图片预览",
1351
+ reselect: "重新选择",
1352
+ remove: "删除",
1353
+ searching: "检索中...",
1354
+ execute: "执行检索",
1355
+ },
1356
+ params: {
1357
+ subspace: "子空间",
1358
+ subspacePlaceholder: "输入子空间后按回车(可选多个)",
1359
+ subspaceHint: "限定只在指定子空间中检索;留空则跨全部子空间",
1360
+ searchType: "搜索类型",
1361
+ dense: "向量",
1362
+ fullText: "全文",
1363
+ resultCount: "返回数量",
1364
+ resultCountDesc:
1365
+ "控制每路召回参与排序的候选数,以及 Rerank 后实际返回的片段数。",
1366
+ denseTopK: "向量召回数",
1367
+ denseTopKDesc: "向量检索参与后续排序的候选片段数。",
1368
+ fullTextTopK: "全文召回数",
1369
+ fullTextTopKDesc: "全文检索参与后续排序的候选片段数。",
1370
+ rerankTopK: "重排序返回数",
1371
+ rerankTopKDesc: "Rerank 后保留并返回的片段数。",
1372
+ rerankStrategy: "Rerank 策略",
1373
+ needHybridTitle: "需同时启用向量与全文检索",
1374
+ needHybridPrefix: "勾选",
1375
+ needHybridHighlight: "向量 + 全文",
1376
+ needHybridSuffix: "以启用 Weight / RRF 策略",
1377
+ metadataFilter: "Metadata 过滤",
1378
+ fieldHint: "字段说明",
1379
+ },
1380
+ rerank: {
1381
+ switchedToModel:
1382
+ "已切换为 Model 策略(RRF / Weight 需同时启用向量与全文检索)",
1383
+ kValue: "K 值",
1384
+ denseWeight: "向量权重",
1385
+ fullTextWeight: "全文权重",
1386
+ provider: "Provider",
1387
+ selectProvider: "选择 Provider",
1388
+ model: "Model",
1389
+ selectModel: "选择模型",
1390
+ bailian: "百炼 (Bailian)",
1391
+ multimodalSuffix: "(多模态)",
1392
+ },
1393
+ filter: {
1394
+ selectField: "选择字段",
1395
+ operator: "操作符",
1396
+ selectValue: "选择值",
1397
+ valueListPlaceholder: "值1, 值2, 值3",
1398
+ valuePlaceholder: "输入值",
1399
+ andAll: "AND (全部满足)",
1400
+ orAll: "OR (任一满足)",
1401
+ notAll: "NOT (全不满足)",
1402
+ addCondition: "添加条件",
1403
+ addGroup: "添加条件组",
1404
+ noSchema: "该知识库未定义 Metadata Schema,无法使用过滤器",
1405
+ },
1406
+ results: {
1407
+ noResultsTitle: "没有检索到结果",
1408
+ noResultsDesc: "尝试调整查询内容或检索参数",
1409
+ count: "共 {count} 条结果",
1410
+ elapsed: "耗时 {ms}ms",
1411
+ resultImageAlt: "检索结果图片",
1412
+ },
1413
+ preview: {
1414
+ title: "请求预览",
1415
+ copied: "已复制",
1416
+ },
1417
+ },
1418
+ apiKeys: {
1419
+ common: {
1420
+ knowledgeBase: "知识库",
1421
+ memoryStore: "记忆库",
1422
+ allKnowledgeBase: "全部知识库",
1423
+ allMemoryStore: "全部记忆库",
1424
+ resourceType: "资源类型",
1425
+ resourceName: "资源名称",
1426
+ operationPermission: "操作权限",
1427
+ credentialName: "凭证名称",
1428
+ credentialId: "凭证 ID",
1429
+ },
1430
+ operations: {
1431
+ read: "读取",
1432
+ write: "写入",
1433
+ manage: "管理",
1434
+ knowledgeBaseReadDesc: "查询知识库、文档、分片、检索",
1435
+ knowledgeBaseWriteDesc: "添加、更新、删除文档和分片",
1436
+ knowledgeBaseManageDesc: "创建、删除、更新知识库",
1437
+ memoryStoreReadDesc: "查询记忆库、搜索记忆、查看消息和请求日志",
1438
+ memoryStoreWriteDesc: "添加、更新、删除记忆,管理整理任务",
1439
+ memoryStoreManageDesc: "创建、删除、更新记忆库",
1440
+ },
1441
+ page: {
1442
+ title: "API Key 管理",
1443
+ description:
1444
+ "管理 Tablestore(ots.aliyuncs.com)服务凭证;Secret 仅在创建时显示一次,请妥善保管",
1445
+ create: "新建 API Key",
1446
+ loadFailed: "加载失败",
1447
+ emptyTitle: "还没有 API Key",
1448
+ emptyDescription: "为当前账号创建一个服务凭证以接入 Tablestore",
1449
+ forbiddenTitle: "权限不足,无法管理 API Key",
1450
+ forbiddenIntro:
1451
+ "当前 Dashboard 使用的 AccessKey 未被授予 IMS/RAM 管理权限。要使用本页面,请:",
1452
+ forbiddenSwitchAccount: "切换为主账号 AccessKey,或",
1453
+ forbiddenAttachPrefix: "为子账号挂载 ",
1454
+ forbiddenAttachMiddle: " (仅查看)或 ",
1455
+ forbiddenAttachSuffix: " (含管理)。",
1456
+ },
1457
+ table: {
1458
+ credentialName: "凭证名称",
1459
+ status: "状态",
1460
+ statusActive: "已激活",
1461
+ statusInactive: "未激活",
1462
+ accessibleKnowledgeBase: "可访问知识库",
1463
+ accessibleMemoryStore: "可访问记忆库",
1464
+ createdAt: "创建时间",
1465
+ actions: "操作",
1466
+ enable: "启用",
1467
+ disable: "禁用",
1468
+ enabled: "已启用",
1469
+ disabled: "已禁用",
1470
+ toggling: "切换中",
1471
+ operationFailed: "操作失败",
1472
+ permission: "权限",
1473
+ disableBeforeDelete: "请先禁用再删除",
1474
+ none: "无",
1475
+ },
1476
+ filter: {
1477
+ byPermission: "按权限筛选",
1478
+ title: "按资源权限筛选 API Key",
1479
+ selectResource: "选择资源",
1480
+ filter: "筛选",
1481
+ resultPrefix: "找到",
1482
+ resultSuffix: "个拥有{resource}「{name}」{operation}权限的 API Key",
1483
+ },
1484
+ create: {
1485
+ title: "新建 API Key",
1486
+ introPrefix: "将为当前 AccessKey 所属账号创建一个 ServiceName = ",
1487
+ introSuffix: " 的服务凭证。",
1488
+ credentialName: "凭证名称",
1489
+ credentialNamePlaceholder: "输入凭证名称",
1490
+ credentialNameHelp: "用于标识凭证用途,支持自定义或使用默认随机值",
1491
+ ageDays: "过期天数(可选)",
1492
+ ageDaysPlaceholder: "留空表示不过期",
1493
+ ageDaysHelp: "设置后凭证将在指定天数后自动失效(1~365 天)",
1494
+ secretWarning:
1495
+ "AccessKeySecret 仅在本次创建后展示一次,关闭后无法再次取回,请提前准备好保存途径。",
1496
+ confirm: "确认创建",
1497
+ nameRequired: "凭证名称不能为空",
1498
+ ageDaysInvalid: "过期天数需为 1~365 的整数",
1499
+ createFailed: "创建失败",
1500
+ },
1501
+ secret: {
1502
+ title: "API Key 已创建",
1503
+ description: "请立即保存以下信息。Secret 关闭后无法再次取回。",
1504
+ credentialIdLabel: "凭证 ID (ServiceCredentialId)",
1505
+ copyCredentialId: "复制凭证 ID",
1506
+ secretLabel: "凭证 Secret(仅显示一次)",
1507
+ copySecret: "复制 Secret",
1508
+ download: "下载为 .txt 文件",
1509
+ confirmSaved: "我已妥善保存凭证 ID 和 Secret,理解 Secret 不可再次取回。",
1510
+ },
1511
+ detail: {
1512
+ title: "API Key 详情",
1513
+ description: "查看凭证信息与权限配置",
1514
+ basicInfo: "基本信息",
1515
+ credentialId: "凭证 ID",
1516
+ credentialName: "凭证名称",
1517
+ status: "状态",
1518
+ ramUser: "RAM 用户",
1519
+ createdAt: "创建时间",
1520
+ permissionOverview: "权限概览",
1521
+ permissionOverviewDesc: "基于所有已授权策略计算的有效访问权限",
1522
+ permissionConfig: "权限配置",
1523
+ defaultAuth: "默认授权",
1524
+ defaultAuthDesc: "快速应用系统预设权限模板,适用于实例级别的权限管理",
1525
+ customAuth: "自定义授权",
1526
+ customAuthDesc: "针对特定知识库或记忆库配置细粒度权限",
1527
+ },
1528
+ delete: {
1529
+ title: "删除 API Key",
1530
+ warning: "此操作不可撤销。删除后正在使用该凭证的应用会立即失败鉴权。",
1531
+ credentialNameLabel: "凭证名称:",
1532
+ activeHint: "该凭证当前为启用状态,删除前会自动禁用。",
1533
+ cleanupHint: "同时清理以下关联资源:",
1534
+ deleteCustomPolicy: "删除自定义权限策略",
1535
+ deleteCustomPolicyDesc:
1536
+ "删除该凭证关联的自定义 RAM 策略(ts-apikey-*)。Bearer Token 鉴权策略不会被删除。",
1537
+ deleteRamUser: "删除 RAM 用户",
1538
+ deleteRamUserDesc:
1539
+ "删除该凭证对应的 RAM 子用户及其所有已挂载策略。如果该用户下还有其他服务凭证,请勿勾选。",
1540
+ confirm: "确认删除",
1541
+ deleteSuccess: "已删除 API Key",
1542
+ deleteFailed: "删除失败",
1543
+ },
1544
+ bearer: {
1545
+ title: "Bearer Token 鉴权",
1546
+ description:
1547
+ "允许使用该 API Key 作为 Bearer Token 访问 OTS 服务(ots:CallWithBearerToken)",
1548
+ enableSuccess: "已启用 Bearer Token 鉴权",
1549
+ disableSuccess: "已禁用 Bearer Token 鉴权",
1550
+ operationFailed: "操作失败",
1551
+ },
1552
+ presets: {
1553
+ readonlyLabel: "只读",
1554
+ readonlyDesc: "允许列表、查询、检索,禁止写入和管理操作",
1555
+ fullLabel: "完全访问",
1556
+ fullDesc: "允许所有 OTS 操作,包含管理操作",
1557
+ applySuccess: "已应用「{preset}」权限模板",
1558
+ applyFailed: "应用模板失败",
1559
+ cancelSuccess: "已取消默认授权",
1560
+ cancelFailed: "取消授权失败",
1561
+ },
1562
+ overview: {
1563
+ loadFailed: "加载权限信息失败",
1564
+ empty: "当前实例暂无知识库或记忆库",
1565
+ name: "名称",
1566
+ read: "读取",
1567
+ write: "写入",
1568
+ manage: "管理",
1569
+ },
1570
+ customPolicy: {
1571
+ empty: "暂无自定义权限规则",
1572
+ addRule: "添加规则",
1573
+ clearAll: "清除全部",
1574
+ ipLimit: "IP 限制",
1575
+ saveSuccess: "自定义权限已保存",
1576
+ saveFailed: "保存失败",
1577
+ deleteSuccess: "自定义策略已删除",
1578
+ deleteFailed: "删除失败",
1579
+ },
1580
+ rule: {
1581
+ editTitle: "编辑规则",
1582
+ addTitle: "添加权限规则",
1583
+ resourceType: "资源类型",
1584
+ resourceName: "资源名称",
1585
+ allResource: "全部{resource}",
1586
+ scopeConfig: "配置 Scope 级别权限(可选)",
1587
+ selectFromExisting: "从已有 Scope 选择",
1588
+ manualInput: "手动输入",
1589
+ loadingScopes: "加载 Scope 列表...",
1590
+ noScopes: "该记忆库暂无已有 Scope 数据,请手动输入",
1591
+ optional: "可选",
1592
+ operationPermission: "操作权限",
1593
+ ipWhitelist: "IP 白名单(可选)",
1594
+ ipPlaceholder: "例如 10.0.0.0/8, 192.168.1.0/24",
1595
+ ipHelp: "多个 CIDR 用逗号分隔,留空表示不限制 IP",
1596
+ saveChanges: "保存修改",
1597
+ add: "添加",
1598
+ },
1599
+ },
1600
+ llmProviders: {
1601
+ common: {
1602
+ openaiCompatible: "OpenAI 兼容",
1603
+ connectSuccess: "连通成功",
1604
+ connectFailed: "连通失败",
1605
+ testFailed: "测试失败",
1606
+ },
1607
+ form: {
1608
+ presetsLabel: "快捷模板:",
1609
+ presetDashScope: "百炼 (DashScope)",
1610
+ presetDashScopeHint: "通义千问系列",
1611
+ presetOpenAI: "OpenAI 官方",
1612
+ presetOllama: "本地 Ollama",
1613
+ presetOllamaHint: "apiKey 可填 ollama",
1614
+ nameLabel: "名称",
1615
+ namePlaceholder: "例如:DashScope-Qwen",
1616
+ nameDesc: "在下拉选择时显示的标识",
1617
+ typeLabel: "协议类型",
1618
+ typeOpenAICompatible: "OpenAI 兼容",
1619
+ typeAnthropic: "Anthropic(敬请期待)",
1620
+ typeBailian: "百炼原生(敬请期待)",
1621
+ typeDesc: "百炼用户请选择「OpenAI 兼容」并填入兼容模式 Base URL",
1622
+ baseUrlLabel: "Base URL",
1623
+ apiKeyLabel: "API Key",
1624
+ apiKeyPlaceholderEdit: "{masked}(留空则不更改)",
1625
+ apiKeyDesc: "使用 AES-256-GCM 加密存储,前端永远只能看到掩码",
1626
+ defaultModelLabel: "默认模型(可选)",
1627
+ defaultModelPlaceholder: "例如:qwen-plus",
1628
+ fetchModels: "从 /models 拉取",
1629
+ defaultModelDesc: "保存后可拉取真实模型列表;也可以在问答页选择",
1630
+ testConnectivity: "测试连通性",
1631
+ connectivityHintPrefix: "调用 ",
1632
+ connectivityHintSuffix: " 验证 Base URL 与 API Key",
1633
+ connectivitySuccess: "连通成功 · {latency}ms · {count} 个模型",
1634
+ connectivityFailed: "连通失败",
1635
+ saveBeforeFetch: "请先保存配置,再拉取模型列表",
1636
+ fetchModelsSuccess: "拉取到 {count} 个模型",
1637
+ fetchModelsFailed: "拉取模型列表失败",
1638
+ saveBeforeTest: "请先保存配置,再测试连通性",
1639
+ updateSuccess: "配置已更新",
1640
+ createSuccess: "配置已创建",
1641
+ saveFailed: "保存失败",
1642
+ submitEdit: "保存修改",
1643
+ },
1644
+ card: {
1645
+ typeOpenAICompatible: "OpenAI 兼容",
1646
+ typeAnthropic: "Anthropic",
1647
+ typeBailian: "百炼",
1648
+ baseUrlLabel: "Base URL:",
1649
+ apiKeyLabel: "API Key:",
1650
+ defaultModelLabel: "默认模型:",
1651
+ updatedPrefix: "更新于 ",
1652
+ failed: "失败",
1653
+ test: "测试",
1654
+ connectSuccessToast: "连通成功 · {latency}ms",
1655
+ },
1656
+ delete: {
1657
+ title: "删除大模型配置",
1658
+ warningPrefix: "此操作不可撤销。删除配置 ",
1659
+ warningSuffix: " 后,已在问答测试中使用该配置的会话将需要重新选择模型。",
1660
+ deleteSuccess: '已删除 "{name}"',
1661
+ deleteFailed: "删除失败",
1662
+ },
1663
+ pages: {
1664
+ listTitle: "大模型",
1665
+ listDescription:
1666
+ "配置用于问答测试和后续 Agent 能力的大模型服务;API Key 仅在服务端加密存储",
1667
+ newConfig: "新建配置",
1668
+ emptyTitle: "还没有大模型配置",
1669
+ emptyDescription: "添加第一个 OpenAI 兼容的模型服务,用于知识库问答测试",
1670
+ editTitle: "编辑大模型配置",
1671
+ editDescription:
1672
+ "留空 API Key 则保持原值不变;修改 Base URL 或类型不会影响已加密的密钥",
1673
+ newTitle: "新建大模型配置",
1674
+ newDescription:
1675
+ "输入 OpenAI 兼容的 Base URL 与 API Key;保存后可拉取模型列表并测试连通性",
1676
+ errorTitle: "大模型配置加载失败",
1677
+ errorDescription: "无法获取大模型配置列表,请稍后重试。",
1678
+ },
1679
+ validation: {
1680
+ nameRequired: "请输入名称",
1681
+ baseUrlRequired: "请输入 Base URL",
1682
+ baseUrlInvalid: "Base URL 格式无效,需为 http(s) 完整地址",
1683
+ apiKeyRequired: "请输入 API Key",
1684
+ },
1685
+ },
1686
+ instance: {
1687
+ common: {
1688
+ unknownError: "未知错误",
1689
+ keepEmptyHint: "{placeholder} · 留空表示保留",
1690
+ },
1691
+ regions: {
1692
+ "cn-beijing": "华北 2(北京)",
1693
+ "cn-hangzhou": "华东 1(杭州)",
1694
+ "cn-shanghai": "华东 2(上海)",
1695
+ "cn-shenzhen": "华南 1(深圳)",
1696
+ custom: "其它(自定义)",
1697
+ },
1698
+ form: {
1699
+ tabManual: "手动填写",
1700
+ tabToken: "导入 Token",
1701
+ nameLabel: "项目名称",
1702
+ namePlaceholder: "prod-main",
1703
+ nameDesc: "仅用于本地区分,不会发送到服务端。",
1704
+ regionLabel: "Region",
1705
+ regionCustomPlaceholder: "cn-xxx",
1706
+ usePreset: "使用预设",
1707
+ accessKeyIdLabel: "AccessKey ID",
1708
+ accessKeySecretLabel: "AccessKey Secret",
1709
+ akSkPairHint: "AK 与 SK 必须成对更新,留空则保留现有凭证。",
1710
+ apiKeyLabel: "API Key(可选)",
1711
+ apiKeyDesc:
1712
+ "可替代 AccessKey 作为数据面访问凭证;同时填写时 API Key 优先。需 HTTPS 端点,且无法自动创建实例 / 使用 OSS 上传(那些仍需 AK/SK)。",
1713
+ otsEndpointLabel: "OTS Endpoint",
1714
+ otsInstanceNameLabel: "OTS 实例名",
1715
+ ossInfoHint:
1716
+ "OSS 信息为可选项。若需上传文档到知识库,OSS Endpoint 与 Bucket 必填;留空则项目只能用于查询与检索,文件上传功能将不可用。",
1717
+ ossEndpointLabel: "OSS Endpoint(可选)",
1718
+ ossBucketLabel: "OSS Bucket(可选)",
1719
+ submitCreate: "创建项目",
1720
+ submitEdit: "保存",
1721
+ submitting: "提交中...",
1722
+ tokenLabel: "项目 Token",
1723
+ tokenPlaceholder: "粘贴从其他环境导出的项目 Token",
1724
+ tokenDesc: "Token 中已包含 AK/SK、Endpoint 等全部连接信息。",
1725
+ tokenImporting: "导入中...",
1726
+ tokenSubmit: "导入并连接",
1727
+ },
1728
+ validation: {
1729
+ otsEndpointUrl: "请输入合法的 OTS Endpoint URL",
1730
+ ossEndpointUrl: "请输入合法的 OSS Endpoint URL",
1731
+ namePattern: "名称需为 1-32 位小写字母、数字或连字符",
1732
+ nameReserved: '名称 "default" 为保留字',
1733
+ required: "请输入{label}",
1734
+ akSkPair: "AccessKey ID 与 Secret 必须成对填写",
1735
+ credentialRequired: "请至少提供 API Key,或 AccessKey ID + Secret",
1736
+ akSkPairUpdate:
1737
+ "AccessKey ID 与 Secret 必须成对更新,要么同时填写、要么同时留空",
1738
+ tokenTooShort: "Token 长度不足,无法解析",
1739
+ labelOtsEndpoint: "OTS Endpoint",
1740
+ labelOtsInstanceName: "OTS 实例名",
1741
+ },
1742
+ card: {
1743
+ moreActions: "更多操作:{name}",
1744
+ active: "活跃中",
1745
+ exportToken: "导出 Token",
1746
+ currentProject: "当前项目",
1747
+ switching: "切换中...",
1748
+ switchTo: "切换为当前",
1749
+ },
1750
+ edit: {
1751
+ title: "编辑项目",
1752
+ titleWithName: "编辑项目 · {name}",
1753
+ description: "修改连接凭证后会立即生效,其他会话可能需要刷新。",
1754
+ loadFailed: "加载项目详情失败:",
1755
+ submitLabel: "保存修改",
1756
+ },
1757
+ connect: {
1758
+ title: "创建新项目",
1759
+ description: "填写项目的连接凭证,或粘贴已有的项目 Token。",
1760
+ },
1761
+ switcher: {
1762
+ selectProject: "选择项目",
1763
+ currentProjectAria: "当前项目:{name}",
1764
+ currentProjectLabel: "当前项目",
1765
+ notSelected: "未选择",
1766
+ switchProject: "切换项目",
1767
+ noProjects: "暂无项目,先创建一个。",
1768
+ createProject: "创建新项目",
1769
+ manageProjects: "项目管理",
1770
+ },
1771
+ toast: {
1772
+ created: "项目已创建",
1773
+ createFailed: "创建项目失败",
1774
+ tokenImported: "Token 已导入",
1775
+ tokenImportFailed: "导入 Token 失败",
1776
+ updated: "项目已更新",
1777
+ updateFailed: "更新项目失败",
1778
+ deleted: "项目已删除",
1779
+ deleteFailed: "删除项目失败",
1780
+ switched: "已切换当前项目",
1781
+ switchFailed: "切换项目失败",
1782
+ exportFailed: "导出 Token 失败",
1783
+ },
1784
+ },
1785
+ home: {
1786
+ hero: {
1787
+ ariaLabel: "Agent Storage 介绍",
1788
+ pill: "面向 Agent 的知识与记忆存储",
1789
+ taglineLine1: "为 Agent 构建可检索的知识与持久化记忆。",
1790
+ taglineLine2: "上传文档、语义检索、长期记忆,一站式完成。",
1791
+ knowledgeBase: "知识库管理",
1792
+ memory: "记忆库管理",
1793
+ },
1794
+ empty: {
1795
+ ariaLabel: "开始使用 Agent Storage",
1796
+ title: "开始使用 Agent Storage",
1797
+ descLine1: "创建你的第一个知识库或记忆库,",
1798
+ descLine2: "开始为 Agent 构建可检索的知识与持久化记忆。",
1799
+ createKnowledgeBase: "创建知识库",
1800
+ createMemory: "创建记忆库",
1801
+ },
1802
+ },
1803
+ onboarding: {
1804
+ title: "欢迎使用 Agent Storage",
1805
+ description: "创建你的第一个项目,即可开始管理知识库、记忆库与对话。",
1806
+ submitLabel: "连接并开始使用",
1807
+ footer: "随时可以通过侧边栏的实例切换器或「项目管理」页创建更多项目。",
1808
+ errorTitle: "创建项目时出错了",
1809
+ errorDescription: "请稍后重试,或检查浏览器控制台获取详细信息。",
1810
+ errorDigest: "错误编号:",
1811
+ retry: "重试",
1812
+ },
1813
+ projects: {
1814
+ title: "项目管理",
1815
+ description: "连接、切换与管理多个项目",
1816
+ newProject: "创建新项目",
1817
+ emptyTitle: "还没有项目",
1818
+ emptyDescription: "创建你的第一个项目,解锁多环境切换",
1819
+ exportSuccess: "已复制 {name} 的 Token",
1820
+ exportManualTitle: "请手动复制 Token",
1821
+ deleteTitle: "删除项目",
1822
+ deleteConfirm:
1823
+ '确定要删除项目 "{name}" 吗?此操作只影响本地配置,不会删除云端资源。',
1824
+ errorTitle: "项目列表加载失败",
1825
+ errorDescription: "无法获取项目列表,请稍后重试。",
1826
+ },
1827
+ errors: {
1828
+ appTitle: "出错了",
1829
+ appFriendly: "页面加载时出错了,您可以重试或返回上一步。",
1830
+ retry: "重试",
1831
+ backHome: "返回首页",
1832
+ technicalDetails: "技术详情",
1833
+ notFoundTitle: "页面不存在",
1834
+ notFoundDescription: "您访问的页面不存在或已被移除。",
1835
+ dashboardTitle: "页面出错了",
1836
+ dashboardFallback: "发生了未知错误,请稍后重试。",
1837
+ errorDigest: "错误编号:",
1838
+ },
1839
+ runtime: {
1840
+ switchedProject: "检测到 CLI 切换项目,已刷新到 {name}",
1841
+ switchedConfig: "检测到 CLI 切换配置,已刷新到当前凭据",
1842
+ projectUpdated: "项目配置已更新,数据已刷新",
1843
+ configUpdated: "运行时配置已更新,数据已刷新",
1844
+ },
1845
+ } as const;
1846
+
1847
+ /**
1848
+ * Structural type of a message catalog: the exact key hierarchy of the
1849
+ * Chinese source-of-truth, but with every leaf widened from its literal to
1850
+ * `string`. This lets `en.ts` supply arbitrary translations while still
1851
+ * failing compilation on any missing or extra key.
1852
+ */
1853
+ type DeepStringify<T> = {
1854
+ [K in keyof T]: T[K] extends string ? string : DeepStringify<T[K]>;
1855
+ };
1856
+
1857
+ export type Messages = DeepStringify<typeof messages>;