@agent-native/core 0.76.5 → 0.76.6

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 (1706) hide show
  1. package/corpus/README.md +1 -1
  2. package/corpus/core/CHANGELOG.md +8 -0
  3. package/corpus/core/docs/content/extensions.md +16 -0
  4. package/corpus/core/docs/content/locales/ar-SA/a2a-protocol.md +392 -0
  5. package/corpus/core/docs/content/locales/ar-SA/actions.md +583 -0
  6. package/corpus/core/docs/content/locales/ar-SA/agent-mentions.md +164 -0
  7. package/corpus/core/docs/content/locales/ar-SA/agent-surfaces.md +397 -0
  8. package/corpus/core/docs/content/locales/ar-SA/agent-teams.md +171 -0
  9. package/corpus/core/docs/content/locales/ar-SA/agent-web-surfaces.md +161 -0
  10. package/corpus/core/docs/content/locales/ar-SA/audit-log.md +111 -0
  11. package/corpus/core/docs/content/locales/ar-SA/authentication.md +332 -0
  12. package/corpus/core/docs/content/locales/ar-SA/automations.md +268 -0
  13. package/corpus/core/docs/content/locales/ar-SA/blueprint-installer.md +83 -0
  14. package/corpus/core/docs/content/locales/ar-SA/cli-adapters.md +129 -0
  15. package/corpus/core/docs/content/locales/ar-SA/client.md +398 -0
  16. package/corpus/core/docs/content/locales/ar-SA/cloneable-saas.md +114 -0
  17. package/corpus/core/docs/content/locales/ar-SA/code-agents-ui.md +436 -0
  18. package/corpus/core/docs/content/locales/ar-SA/components.md +368 -0
  19. package/corpus/core/docs/content/locales/ar-SA/context-awareness.md +373 -0
  20. package/corpus/core/docs/content/locales/ar-SA/creating-templates.md +411 -0
  21. package/corpus/core/docs/content/locales/ar-SA/cross-app-sso.md +185 -0
  22. package/corpus/core/docs/content/locales/ar-SA/database.md +183 -0
  23. package/corpus/core/docs/content/locales/ar-SA/deployment.md +349 -0
  24. package/corpus/core/docs/content/locales/ar-SA/dispatch.md +146 -0
  25. package/corpus/core/docs/content/locales/ar-SA/drop-in-agent.md +260 -0
  26. package/corpus/core/docs/content/locales/ar-SA/durable-resume.md +65 -0
  27. package/corpus/core/docs/content/locales/ar-SA/embedding-sdk.md +597 -0
  28. package/corpus/core/docs/content/locales/ar-SA/evals.md +155 -0
  29. package/corpus/core/docs/content/locales/ar-SA/extensions.md +360 -0
  30. package/corpus/core/docs/content/locales/ar-SA/external-agents.md +619 -0
  31. package/corpus/core/docs/content/locales/ar-SA/faq.md +142 -0
  32. package/corpus/core/docs/content/locales/ar-SA/file-uploads.md +122 -0
  33. package/corpus/core/docs/content/locales/ar-SA/frames.md +153 -0
  34. package/corpus/core/docs/content/locales/ar-SA/getting-started.md +199 -0
  35. package/corpus/core/docs/content/locales/ar-SA/harness-agents.md +349 -0
  36. package/corpus/core/docs/content/locales/ar-SA/human-approval.md +86 -0
  37. package/corpus/core/docs/content/locales/ar-SA/internationalization.md +68 -25
  38. package/corpus/core/docs/content/locales/ar-SA/key-concepts.md +312 -0
  39. package/corpus/core/docs/content/locales/ar-SA/local-file-mode.md +433 -0
  40. package/corpus/core/docs/content/locales/ar-SA/mcp-apps.md +147 -0
  41. package/corpus/core/docs/content/locales/ar-SA/mcp-clients.md +330 -0
  42. package/corpus/core/docs/content/locales/ar-SA/mcp-protocol.md +279 -0
  43. package/corpus/core/docs/content/locales/ar-SA/messaging.md +461 -0
  44. package/corpus/core/docs/content/locales/ar-SA/migration-workbench.md +33 -0
  45. package/corpus/core/docs/content/locales/ar-SA/multi-app-workspace.md +312 -0
  46. package/corpus/core/docs/content/locales/ar-SA/multi-tenancy.md +52 -0
  47. package/corpus/core/docs/content/locales/ar-SA/native-chat-ui.md +321 -0
  48. package/corpus/core/docs/content/locales/ar-SA/notifications.md +231 -0
  49. package/corpus/core/docs/content/locales/ar-SA/observability.md +294 -0
  50. package/corpus/core/docs/content/locales/ar-SA/observational-memory.md +77 -0
  51. package/corpus/core/docs/content/locales/ar-SA/onboarding.md +216 -0
  52. package/corpus/core/docs/content/locales/ar-SA/plan-plugin.md +200 -0
  53. package/corpus/core/docs/content/locales/ar-SA/pr-visual-recap.md +384 -0
  54. package/corpus/core/docs/content/locales/ar-SA/processors.md +106 -0
  55. package/corpus/core/docs/content/locales/ar-SA/progress.md +199 -0
  56. package/corpus/core/docs/content/locales/ar-SA/pure-agent-apps.md +39 -0
  57. package/corpus/core/docs/content/locales/ar-SA/real-time-collaboration.md +676 -0
  58. package/corpus/core/docs/content/locales/ar-SA/recurring-jobs.md +142 -0
  59. package/corpus/core/docs/content/locales/ar-SA/routing.md +79 -0
  60. package/corpus/core/docs/content/locales/ar-SA/sandbox-adapters.md +227 -0
  61. package/corpus/core/docs/content/locales/ar-SA/security.md +330 -0
  62. package/corpus/core/docs/content/locales/ar-SA/server.md +253 -0
  63. package/corpus/core/docs/content/locales/ar-SA/sharing.md +219 -0
  64. package/corpus/core/docs/content/locales/ar-SA/skills-guide.md +281 -0
  65. package/corpus/core/docs/content/locales/ar-SA/template-analytics.md +259 -0
  66. package/corpus/core/docs/content/locales/ar-SA/template-assets.md +303 -0
  67. package/corpus/core/docs/content/locales/ar-SA/template-brain.md +324 -0
  68. package/corpus/core/docs/content/locales/ar-SA/template-calendar.md +194 -0
  69. package/corpus/core/docs/content/locales/ar-SA/template-chat.md +129 -0
  70. package/corpus/core/docs/content/locales/ar-SA/template-clips.md +368 -0
  71. package/corpus/core/docs/content/locales/ar-SA/template-content.md +402 -0
  72. package/corpus/core/docs/content/locales/ar-SA/template-design.md +173 -0
  73. package/corpus/core/docs/content/locales/ar-SA/template-dispatch.md +220 -0
  74. package/corpus/core/docs/content/locales/ar-SA/template-forms.md +178 -0
  75. package/corpus/core/docs/content/locales/ar-SA/template-mail.md +239 -0
  76. package/corpus/core/docs/content/locales/ar-SA/template-plan.md +815 -0
  77. package/corpus/core/docs/content/locales/ar-SA/template-slides.md +293 -0
  78. package/corpus/core/docs/content/locales/ar-SA/template-videos.md +222 -0
  79. package/corpus/core/docs/content/locales/ar-SA/tracking.md +236 -0
  80. package/corpus/core/docs/content/locales/ar-SA/using-your-agent.md +71 -0
  81. package/corpus/core/docs/content/locales/ar-SA/voice-input.md +81 -0
  82. package/corpus/core/docs/content/locales/ar-SA/what-is-agent-native.md +202 -0
  83. package/corpus/core/docs/content/locales/ar-SA/workspace-connections.md +321 -0
  84. package/corpus/core/docs/content/locales/ar-SA/workspace-management.md +175 -0
  85. package/corpus/core/docs/content/locales/ar-SA/workspace.md +323 -0
  86. package/corpus/core/docs/content/locales/ar-SA/writing-agent-instructions.md +173 -0
  87. package/corpus/core/docs/content/locales/de-DE/a2a-protocol.md +392 -0
  88. package/corpus/core/docs/content/locales/de-DE/actions.md +583 -0
  89. package/corpus/core/docs/content/locales/de-DE/agent-mentions.md +164 -0
  90. package/corpus/core/docs/content/locales/de-DE/agent-surfaces.md +397 -0
  91. package/corpus/core/docs/content/locales/de-DE/agent-teams.md +171 -0
  92. package/corpus/core/docs/content/locales/de-DE/agent-web-surfaces.md +161 -0
  93. package/corpus/core/docs/content/locales/de-DE/audit-log.md +111 -0
  94. package/corpus/core/docs/content/locales/de-DE/authentication.md +332 -0
  95. package/corpus/core/docs/content/locales/de-DE/automations.md +268 -0
  96. package/corpus/core/docs/content/locales/de-DE/blueprint-installer.md +83 -0
  97. package/corpus/core/docs/content/locales/de-DE/cli-adapters.md +129 -0
  98. package/corpus/core/docs/content/locales/de-DE/client.md +398 -0
  99. package/corpus/core/docs/content/locales/de-DE/cloneable-saas.md +114 -0
  100. package/corpus/core/docs/content/locales/de-DE/code-agents-ui.md +436 -0
  101. package/corpus/core/docs/content/locales/de-DE/components.md +368 -0
  102. package/corpus/core/docs/content/locales/de-DE/context-awareness.md +373 -0
  103. package/corpus/core/docs/content/locales/de-DE/creating-templates.md +411 -0
  104. package/corpus/core/docs/content/locales/de-DE/cross-app-sso.md +185 -0
  105. package/corpus/core/docs/content/locales/de-DE/database.md +183 -0
  106. package/corpus/core/docs/content/locales/de-DE/deployment.md +349 -0
  107. package/corpus/core/docs/content/locales/de-DE/dispatch.md +146 -0
  108. package/corpus/core/docs/content/locales/de-DE/drop-in-agent.md +260 -0
  109. package/corpus/core/docs/content/locales/de-DE/durable-resume.md +65 -0
  110. package/corpus/core/docs/content/locales/de-DE/embedding-sdk.md +597 -0
  111. package/corpus/core/docs/content/locales/de-DE/evals.md +155 -0
  112. package/corpus/core/docs/content/locales/de-DE/extensions.md +360 -0
  113. package/corpus/core/docs/content/locales/de-DE/external-agents.md +619 -0
  114. package/corpus/core/docs/content/locales/de-DE/faq.md +142 -0
  115. package/corpus/core/docs/content/locales/de-DE/file-uploads.md +122 -0
  116. package/corpus/core/docs/content/locales/de-DE/frames.md +153 -0
  117. package/corpus/core/docs/content/locales/de-DE/getting-started.md +199 -0
  118. package/corpus/core/docs/content/locales/de-DE/harness-agents.md +349 -0
  119. package/corpus/core/docs/content/locales/de-DE/human-approval.md +86 -0
  120. package/corpus/core/docs/content/locales/de-DE/internationalization.md +65 -22
  121. package/corpus/core/docs/content/locales/de-DE/key-concepts.md +312 -0
  122. package/corpus/core/docs/content/locales/de-DE/local-file-mode.md +433 -0
  123. package/corpus/core/docs/content/locales/de-DE/mcp-apps.md +147 -0
  124. package/corpus/core/docs/content/locales/de-DE/mcp-clients.md +330 -0
  125. package/corpus/core/docs/content/locales/de-DE/mcp-protocol.md +279 -0
  126. package/corpus/core/docs/content/locales/de-DE/messaging.md +461 -0
  127. package/corpus/core/docs/content/locales/de-DE/migration-workbench.md +33 -0
  128. package/corpus/core/docs/content/locales/de-DE/multi-app-workspace.md +312 -0
  129. package/corpus/core/docs/content/locales/de-DE/multi-tenancy.md +52 -0
  130. package/corpus/core/docs/content/locales/de-DE/native-chat-ui.md +321 -0
  131. package/corpus/core/docs/content/locales/de-DE/notifications.md +231 -0
  132. package/corpus/core/docs/content/locales/de-DE/observability.md +294 -0
  133. package/corpus/core/docs/content/locales/de-DE/observational-memory.md +77 -0
  134. package/corpus/core/docs/content/locales/de-DE/onboarding.md +216 -0
  135. package/corpus/core/docs/content/locales/de-DE/plan-plugin.md +200 -0
  136. package/corpus/core/docs/content/locales/de-DE/pr-visual-recap.md +384 -0
  137. package/corpus/core/docs/content/locales/de-DE/processors.md +106 -0
  138. package/corpus/core/docs/content/locales/de-DE/progress.md +199 -0
  139. package/corpus/core/docs/content/locales/de-DE/pure-agent-apps.md +39 -0
  140. package/corpus/core/docs/content/locales/de-DE/real-time-collaboration.md +676 -0
  141. package/corpus/core/docs/content/locales/de-DE/recurring-jobs.md +142 -0
  142. package/corpus/core/docs/content/locales/de-DE/routing.md +79 -0
  143. package/corpus/core/docs/content/locales/de-DE/sandbox-adapters.md +227 -0
  144. package/corpus/core/docs/content/locales/de-DE/security.md +330 -0
  145. package/corpus/core/docs/content/locales/de-DE/server.md +253 -0
  146. package/corpus/core/docs/content/locales/de-DE/sharing.md +219 -0
  147. package/corpus/core/docs/content/locales/de-DE/skills-guide.md +281 -0
  148. package/corpus/core/docs/content/locales/de-DE/template-analytics.md +259 -0
  149. package/corpus/core/docs/content/locales/de-DE/template-assets.md +303 -0
  150. package/corpus/core/docs/content/locales/de-DE/template-brain.md +324 -0
  151. package/corpus/core/docs/content/locales/de-DE/template-calendar.md +194 -0
  152. package/corpus/core/docs/content/locales/de-DE/template-chat.md +129 -0
  153. package/corpus/core/docs/content/locales/de-DE/template-clips.md +368 -0
  154. package/corpus/core/docs/content/locales/de-DE/template-content.md +402 -0
  155. package/corpus/core/docs/content/locales/de-DE/template-design.md +173 -0
  156. package/corpus/core/docs/content/locales/de-DE/template-dispatch.md +220 -0
  157. package/corpus/core/docs/content/locales/de-DE/template-forms.md +178 -0
  158. package/corpus/core/docs/content/locales/de-DE/template-mail.md +239 -0
  159. package/corpus/core/docs/content/locales/de-DE/template-plan.md +814 -0
  160. package/corpus/core/docs/content/locales/de-DE/template-slides.md +293 -0
  161. package/corpus/core/docs/content/locales/de-DE/template-videos.md +222 -0
  162. package/corpus/core/docs/content/locales/de-DE/tracking.md +236 -0
  163. package/corpus/core/docs/content/locales/de-DE/using-your-agent.md +71 -0
  164. package/corpus/core/docs/content/locales/de-DE/voice-input.md +81 -0
  165. package/corpus/core/docs/content/locales/de-DE/what-is-agent-native.md +202 -0
  166. package/corpus/core/docs/content/locales/de-DE/workspace-connections.md +321 -0
  167. package/corpus/core/docs/content/locales/de-DE/workspace-management.md +175 -0
  168. package/corpus/core/docs/content/locales/de-DE/workspace.md +323 -0
  169. package/corpus/core/docs/content/locales/de-DE/writing-agent-instructions.md +173 -0
  170. package/corpus/core/docs/content/locales/es-ES/a2a-protocol.md +392 -0
  171. package/corpus/core/docs/content/locales/es-ES/actions.md +583 -0
  172. package/corpus/core/docs/content/locales/es-ES/agent-mentions.md +164 -0
  173. package/corpus/core/docs/content/locales/es-ES/agent-surfaces.md +397 -0
  174. package/corpus/core/docs/content/locales/es-ES/agent-teams.md +171 -0
  175. package/corpus/core/docs/content/locales/es-ES/agent-web-surfaces.md +161 -0
  176. package/corpus/core/docs/content/locales/es-ES/audit-log.md +111 -0
  177. package/corpus/core/docs/content/locales/es-ES/authentication.md +332 -0
  178. package/corpus/core/docs/content/locales/es-ES/automations.md +268 -0
  179. package/corpus/core/docs/content/locales/es-ES/blueprint-installer.md +83 -0
  180. package/corpus/core/docs/content/locales/es-ES/cli-adapters.md +129 -0
  181. package/corpus/core/docs/content/locales/es-ES/client.md +398 -0
  182. package/corpus/core/docs/content/locales/es-ES/cloneable-saas.md +114 -0
  183. package/corpus/core/docs/content/locales/es-ES/code-agents-ui.md +436 -0
  184. package/corpus/core/docs/content/locales/es-ES/components.md +368 -0
  185. package/corpus/core/docs/content/locales/es-ES/context-awareness.md +373 -0
  186. package/corpus/core/docs/content/locales/es-ES/creating-templates.md +411 -0
  187. package/corpus/core/docs/content/locales/es-ES/cross-app-sso.md +185 -0
  188. package/corpus/core/docs/content/locales/es-ES/database.md +183 -0
  189. package/corpus/core/docs/content/locales/es-ES/deployment.md +349 -0
  190. package/corpus/core/docs/content/locales/es-ES/dispatch.md +146 -0
  191. package/corpus/core/docs/content/locales/es-ES/drop-in-agent.md +260 -0
  192. package/corpus/core/docs/content/locales/es-ES/durable-resume.md +65 -0
  193. package/corpus/core/docs/content/locales/es-ES/embedding-sdk.md +597 -0
  194. package/corpus/core/docs/content/locales/es-ES/evals.md +155 -0
  195. package/corpus/core/docs/content/locales/es-ES/extensions.md +360 -0
  196. package/corpus/core/docs/content/locales/es-ES/external-agents.md +619 -0
  197. package/corpus/core/docs/content/locales/es-ES/faq.md +142 -0
  198. package/corpus/core/docs/content/locales/es-ES/file-uploads.md +122 -0
  199. package/corpus/core/docs/content/locales/es-ES/frames.md +153 -0
  200. package/corpus/core/docs/content/locales/es-ES/getting-started.md +199 -0
  201. package/corpus/core/docs/content/locales/es-ES/harness-agents.md +349 -0
  202. package/corpus/core/docs/content/locales/es-ES/human-approval.md +86 -0
  203. package/corpus/core/docs/content/locales/es-ES/internationalization.md +67 -24
  204. package/corpus/core/docs/content/locales/es-ES/key-concepts.md +312 -0
  205. package/corpus/core/docs/content/locales/es-ES/local-file-mode.md +433 -0
  206. package/corpus/core/docs/content/locales/es-ES/mcp-apps.md +147 -0
  207. package/corpus/core/docs/content/locales/es-ES/mcp-clients.md +330 -0
  208. package/corpus/core/docs/content/locales/es-ES/mcp-protocol.md +279 -0
  209. package/corpus/core/docs/content/locales/es-ES/messaging.md +461 -0
  210. package/corpus/core/docs/content/locales/es-ES/migration-workbench.md +33 -0
  211. package/corpus/core/docs/content/locales/es-ES/multi-app-workspace.md +312 -0
  212. package/corpus/core/docs/content/locales/es-ES/multi-tenancy.md +52 -0
  213. package/corpus/core/docs/content/locales/es-ES/native-chat-ui.md +321 -0
  214. package/corpus/core/docs/content/locales/es-ES/notifications.md +231 -0
  215. package/corpus/core/docs/content/locales/es-ES/observability.md +294 -0
  216. package/corpus/core/docs/content/locales/es-ES/observational-memory.md +77 -0
  217. package/corpus/core/docs/content/locales/es-ES/onboarding.md +216 -0
  218. package/corpus/core/docs/content/locales/es-ES/plan-plugin.md +200 -0
  219. package/corpus/core/docs/content/locales/es-ES/pr-visual-recap.md +384 -0
  220. package/corpus/core/docs/content/locales/es-ES/processors.md +106 -0
  221. package/corpus/core/docs/content/locales/es-ES/progress.md +199 -0
  222. package/corpus/core/docs/content/locales/es-ES/pure-agent-apps.md +39 -0
  223. package/corpus/core/docs/content/locales/es-ES/real-time-collaboration.md +676 -0
  224. package/corpus/core/docs/content/locales/es-ES/recurring-jobs.md +142 -0
  225. package/corpus/core/docs/content/locales/es-ES/routing.md +79 -0
  226. package/corpus/core/docs/content/locales/es-ES/sandbox-adapters.md +227 -0
  227. package/corpus/core/docs/content/locales/es-ES/security.md +330 -0
  228. package/corpus/core/docs/content/locales/es-ES/server.md +253 -0
  229. package/corpus/core/docs/content/locales/es-ES/sharing.md +219 -0
  230. package/corpus/core/docs/content/locales/es-ES/skills-guide.md +281 -0
  231. package/corpus/core/docs/content/locales/es-ES/template-analytics.md +259 -0
  232. package/corpus/core/docs/content/locales/es-ES/template-assets.md +303 -0
  233. package/corpus/core/docs/content/locales/es-ES/template-brain.md +324 -0
  234. package/corpus/core/docs/content/locales/es-ES/template-calendar.md +194 -0
  235. package/corpus/core/docs/content/locales/es-ES/template-chat.md +129 -0
  236. package/corpus/core/docs/content/locales/es-ES/template-clips.md +368 -0
  237. package/corpus/core/docs/content/locales/es-ES/template-content.md +402 -0
  238. package/corpus/core/docs/content/locales/es-ES/template-design.md +173 -0
  239. package/corpus/core/docs/content/locales/es-ES/template-dispatch.md +220 -0
  240. package/corpus/core/docs/content/locales/es-ES/template-forms.md +178 -0
  241. package/corpus/core/docs/content/locales/es-ES/template-mail.md +239 -0
  242. package/corpus/core/docs/content/locales/es-ES/template-plan.md +815 -0
  243. package/corpus/core/docs/content/locales/es-ES/template-slides.md +293 -0
  244. package/corpus/core/docs/content/locales/es-ES/template-videos.md +222 -0
  245. package/corpus/core/docs/content/locales/es-ES/tracking.md +236 -0
  246. package/corpus/core/docs/content/locales/es-ES/using-your-agent.md +71 -0
  247. package/corpus/core/docs/content/locales/es-ES/voice-input.md +81 -0
  248. package/corpus/core/docs/content/locales/es-ES/what-is-agent-native.md +202 -0
  249. package/corpus/core/docs/content/locales/es-ES/workspace-connections.md +321 -0
  250. package/corpus/core/docs/content/locales/es-ES/workspace-management.md +175 -0
  251. package/corpus/core/docs/content/locales/es-ES/workspace.md +323 -0
  252. package/corpus/core/docs/content/locales/es-ES/writing-agent-instructions.md +173 -0
  253. package/corpus/core/docs/content/locales/fr-FR/a2a-protocol.md +392 -0
  254. package/corpus/core/docs/content/locales/fr-FR/actions.md +583 -0
  255. package/corpus/core/docs/content/locales/fr-FR/agent-mentions.md +164 -0
  256. package/corpus/core/docs/content/locales/fr-FR/agent-surfaces.md +397 -0
  257. package/corpus/core/docs/content/locales/fr-FR/agent-teams.md +171 -0
  258. package/corpus/core/docs/content/locales/fr-FR/agent-web-surfaces.md +161 -0
  259. package/corpus/core/docs/content/locales/fr-FR/audit-log.md +111 -0
  260. package/corpus/core/docs/content/locales/fr-FR/authentication.md +332 -0
  261. package/corpus/core/docs/content/locales/fr-FR/automations.md +268 -0
  262. package/corpus/core/docs/content/locales/fr-FR/blueprint-installer.md +83 -0
  263. package/corpus/core/docs/content/locales/fr-FR/cli-adapters.md +129 -0
  264. package/corpus/core/docs/content/locales/fr-FR/client.md +398 -0
  265. package/corpus/core/docs/content/locales/fr-FR/cloneable-saas.md +114 -0
  266. package/corpus/core/docs/content/locales/fr-FR/code-agents-ui.md +436 -0
  267. package/corpus/core/docs/content/locales/fr-FR/components.md +368 -0
  268. package/corpus/core/docs/content/locales/fr-FR/context-awareness.md +373 -0
  269. package/corpus/core/docs/content/locales/fr-FR/creating-templates.md +411 -0
  270. package/corpus/core/docs/content/locales/fr-FR/cross-app-sso.md +185 -0
  271. package/corpus/core/docs/content/locales/fr-FR/database.md +183 -0
  272. package/corpus/core/docs/content/locales/fr-FR/deployment.md +349 -0
  273. package/corpus/core/docs/content/locales/fr-FR/dispatch.md +146 -0
  274. package/corpus/core/docs/content/locales/fr-FR/drop-in-agent.md +260 -0
  275. package/corpus/core/docs/content/locales/fr-FR/durable-resume.md +65 -0
  276. package/corpus/core/docs/content/locales/fr-FR/embedding-sdk.md +597 -0
  277. package/corpus/core/docs/content/locales/fr-FR/evals.md +155 -0
  278. package/corpus/core/docs/content/locales/fr-FR/extensions.md +360 -0
  279. package/corpus/core/docs/content/locales/fr-FR/external-agents.md +619 -0
  280. package/corpus/core/docs/content/locales/fr-FR/faq.md +142 -0
  281. package/corpus/core/docs/content/locales/fr-FR/file-uploads.md +122 -0
  282. package/corpus/core/docs/content/locales/fr-FR/frames.md +153 -0
  283. package/corpus/core/docs/content/locales/fr-FR/getting-started.md +199 -0
  284. package/corpus/core/docs/content/locales/fr-FR/harness-agents.md +349 -0
  285. package/corpus/core/docs/content/locales/fr-FR/human-approval.md +86 -0
  286. package/corpus/core/docs/content/locales/fr-FR/internationalization.md +67 -24
  287. package/corpus/core/docs/content/locales/fr-FR/key-concepts.md +312 -0
  288. package/corpus/core/docs/content/locales/fr-FR/local-file-mode.md +433 -0
  289. package/corpus/core/docs/content/locales/fr-FR/mcp-apps.md +147 -0
  290. package/corpus/core/docs/content/locales/fr-FR/mcp-clients.md +330 -0
  291. package/corpus/core/docs/content/locales/fr-FR/mcp-protocol.md +279 -0
  292. package/corpus/core/docs/content/locales/fr-FR/messaging.md +461 -0
  293. package/corpus/core/docs/content/locales/fr-FR/migration-workbench.md +33 -0
  294. package/corpus/core/docs/content/locales/fr-FR/multi-app-workspace.md +312 -0
  295. package/corpus/core/docs/content/locales/fr-FR/multi-tenancy.md +52 -0
  296. package/corpus/core/docs/content/locales/fr-FR/native-chat-ui.md +321 -0
  297. package/corpus/core/docs/content/locales/fr-FR/notifications.md +231 -0
  298. package/corpus/core/docs/content/locales/fr-FR/observability.md +294 -0
  299. package/corpus/core/docs/content/locales/fr-FR/observational-memory.md +77 -0
  300. package/corpus/core/docs/content/locales/fr-FR/onboarding.md +216 -0
  301. package/corpus/core/docs/content/locales/fr-FR/plan-plugin.md +200 -0
  302. package/corpus/core/docs/content/locales/fr-FR/pr-visual-recap.md +384 -0
  303. package/corpus/core/docs/content/locales/fr-FR/processors.md +106 -0
  304. package/corpus/core/docs/content/locales/fr-FR/progress.md +199 -0
  305. package/corpus/core/docs/content/locales/fr-FR/pure-agent-apps.md +39 -0
  306. package/corpus/core/docs/content/locales/fr-FR/real-time-collaboration.md +676 -0
  307. package/corpus/core/docs/content/locales/fr-FR/recurring-jobs.md +142 -0
  308. package/corpus/core/docs/content/locales/fr-FR/routing.md +79 -0
  309. package/corpus/core/docs/content/locales/fr-FR/sandbox-adapters.md +227 -0
  310. package/corpus/core/docs/content/locales/fr-FR/security.md +330 -0
  311. package/corpus/core/docs/content/locales/fr-FR/server.md +253 -0
  312. package/corpus/core/docs/content/locales/fr-FR/sharing.md +219 -0
  313. package/corpus/core/docs/content/locales/fr-FR/skills-guide.md +281 -0
  314. package/corpus/core/docs/content/locales/fr-FR/template-analytics.md +259 -0
  315. package/corpus/core/docs/content/locales/fr-FR/template-assets.md +303 -0
  316. package/corpus/core/docs/content/locales/fr-FR/template-brain.md +324 -0
  317. package/corpus/core/docs/content/locales/fr-FR/template-calendar.md +194 -0
  318. package/corpus/core/docs/content/locales/fr-FR/template-chat.md +129 -0
  319. package/corpus/core/docs/content/locales/fr-FR/template-clips.md +368 -0
  320. package/corpus/core/docs/content/locales/fr-FR/template-content.md +402 -0
  321. package/corpus/core/docs/content/locales/fr-FR/template-design.md +173 -0
  322. package/corpus/core/docs/content/locales/fr-FR/template-dispatch.md +220 -0
  323. package/corpus/core/docs/content/locales/fr-FR/template-forms.md +178 -0
  324. package/corpus/core/docs/content/locales/fr-FR/template-mail.md +239 -0
  325. package/corpus/core/docs/content/locales/fr-FR/template-plan.md +815 -0
  326. package/corpus/core/docs/content/locales/fr-FR/template-slides.md +293 -0
  327. package/corpus/core/docs/content/locales/fr-FR/template-videos.md +222 -0
  328. package/corpus/core/docs/content/locales/fr-FR/tracking.md +236 -0
  329. package/corpus/core/docs/content/locales/fr-FR/using-your-agent.md +71 -0
  330. package/corpus/core/docs/content/locales/fr-FR/voice-input.md +81 -0
  331. package/corpus/core/docs/content/locales/fr-FR/what-is-agent-native.md +202 -0
  332. package/corpus/core/docs/content/locales/fr-FR/workspace-connections.md +321 -0
  333. package/corpus/core/docs/content/locales/fr-FR/workspace-management.md +175 -0
  334. package/corpus/core/docs/content/locales/fr-FR/workspace.md +323 -0
  335. package/corpus/core/docs/content/locales/fr-FR/writing-agent-instructions.md +173 -0
  336. package/corpus/core/docs/content/locales/hi-IN/a2a-protocol.md +392 -0
  337. package/corpus/core/docs/content/locales/hi-IN/actions.md +583 -0
  338. package/corpus/core/docs/content/locales/hi-IN/agent-mentions.md +164 -0
  339. package/corpus/core/docs/content/locales/hi-IN/agent-surfaces.md +397 -0
  340. package/corpus/core/docs/content/locales/hi-IN/agent-teams.md +171 -0
  341. package/corpus/core/docs/content/locales/hi-IN/agent-web-surfaces.md +161 -0
  342. package/corpus/core/docs/content/locales/hi-IN/audit-log.md +111 -0
  343. package/corpus/core/docs/content/locales/hi-IN/authentication.md +332 -0
  344. package/corpus/core/docs/content/locales/hi-IN/automations.md +268 -0
  345. package/corpus/core/docs/content/locales/hi-IN/blueprint-installer.md +83 -0
  346. package/corpus/core/docs/content/locales/hi-IN/cli-adapters.md +129 -0
  347. package/corpus/core/docs/content/locales/hi-IN/client.md +398 -0
  348. package/corpus/core/docs/content/locales/hi-IN/cloneable-saas.md +114 -0
  349. package/corpus/core/docs/content/locales/hi-IN/code-agents-ui.md +436 -0
  350. package/corpus/core/docs/content/locales/hi-IN/components.md +368 -0
  351. package/corpus/core/docs/content/locales/hi-IN/context-awareness.md +373 -0
  352. package/corpus/core/docs/content/locales/hi-IN/creating-templates.md +411 -0
  353. package/corpus/core/docs/content/locales/hi-IN/cross-app-sso.md +185 -0
  354. package/corpus/core/docs/content/locales/hi-IN/database.md +183 -0
  355. package/corpus/core/docs/content/locales/hi-IN/deployment.md +349 -0
  356. package/corpus/core/docs/content/locales/hi-IN/dispatch.md +146 -0
  357. package/corpus/core/docs/content/locales/hi-IN/drop-in-agent.md +260 -0
  358. package/corpus/core/docs/content/locales/hi-IN/durable-resume.md +65 -0
  359. package/corpus/core/docs/content/locales/hi-IN/embedding-sdk.md +597 -0
  360. package/corpus/core/docs/content/locales/hi-IN/evals.md +155 -0
  361. package/corpus/core/docs/content/locales/hi-IN/extensions.md +360 -0
  362. package/corpus/core/docs/content/locales/hi-IN/external-agents.md +619 -0
  363. package/corpus/core/docs/content/locales/hi-IN/faq.md +142 -0
  364. package/corpus/core/docs/content/locales/hi-IN/file-uploads.md +122 -0
  365. package/corpus/core/docs/content/locales/hi-IN/frames.md +153 -0
  366. package/corpus/core/docs/content/locales/hi-IN/getting-started.md +199 -0
  367. package/corpus/core/docs/content/locales/hi-IN/harness-agents.md +349 -0
  368. package/corpus/core/docs/content/locales/hi-IN/human-approval.md +86 -0
  369. package/corpus/core/docs/content/locales/hi-IN/internationalization.md +70 -27
  370. package/corpus/core/docs/content/locales/hi-IN/key-concepts.md +312 -0
  371. package/corpus/core/docs/content/locales/hi-IN/local-file-mode.md +433 -0
  372. package/corpus/core/docs/content/locales/hi-IN/mcp-apps.md +147 -0
  373. package/corpus/core/docs/content/locales/hi-IN/mcp-clients.md +330 -0
  374. package/corpus/core/docs/content/locales/hi-IN/mcp-protocol.md +279 -0
  375. package/corpus/core/docs/content/locales/hi-IN/messaging.md +461 -0
  376. package/corpus/core/docs/content/locales/hi-IN/migration-workbench.md +33 -0
  377. package/corpus/core/docs/content/locales/hi-IN/multi-app-workspace.md +312 -0
  378. package/corpus/core/docs/content/locales/hi-IN/multi-tenancy.md +52 -0
  379. package/corpus/core/docs/content/locales/hi-IN/native-chat-ui.md +321 -0
  380. package/corpus/core/docs/content/locales/hi-IN/notifications.md +231 -0
  381. package/corpus/core/docs/content/locales/hi-IN/observability.md +294 -0
  382. package/corpus/core/docs/content/locales/hi-IN/observational-memory.md +77 -0
  383. package/corpus/core/docs/content/locales/hi-IN/onboarding.md +216 -0
  384. package/corpus/core/docs/content/locales/hi-IN/plan-plugin.md +200 -0
  385. package/corpus/core/docs/content/locales/hi-IN/pr-visual-recap.md +384 -0
  386. package/corpus/core/docs/content/locales/hi-IN/processors.md +106 -0
  387. package/corpus/core/docs/content/locales/hi-IN/progress.md +199 -0
  388. package/corpus/core/docs/content/locales/hi-IN/pure-agent-apps.md +39 -0
  389. package/corpus/core/docs/content/locales/hi-IN/real-time-collaboration.md +676 -0
  390. package/corpus/core/docs/content/locales/hi-IN/recurring-jobs.md +142 -0
  391. package/corpus/core/docs/content/locales/hi-IN/routing.md +79 -0
  392. package/corpus/core/docs/content/locales/hi-IN/sandbox-adapters.md +227 -0
  393. package/corpus/core/docs/content/locales/hi-IN/security.md +330 -0
  394. package/corpus/core/docs/content/locales/hi-IN/server.md +253 -0
  395. package/corpus/core/docs/content/locales/hi-IN/sharing.md +219 -0
  396. package/corpus/core/docs/content/locales/hi-IN/skills-guide.md +281 -0
  397. package/corpus/core/docs/content/locales/hi-IN/template-analytics.md +259 -0
  398. package/corpus/core/docs/content/locales/hi-IN/template-assets.md +303 -0
  399. package/corpus/core/docs/content/locales/hi-IN/template-brain.md +324 -0
  400. package/corpus/core/docs/content/locales/hi-IN/template-calendar.md +194 -0
  401. package/corpus/core/docs/content/locales/hi-IN/template-chat.md +129 -0
  402. package/corpus/core/docs/content/locales/hi-IN/template-clips.md +368 -0
  403. package/corpus/core/docs/content/locales/hi-IN/template-content.md +402 -0
  404. package/corpus/core/docs/content/locales/hi-IN/template-design.md +173 -0
  405. package/corpus/core/docs/content/locales/hi-IN/template-dispatch.md +220 -0
  406. package/corpus/core/docs/content/locales/hi-IN/template-forms.md +178 -0
  407. package/corpus/core/docs/content/locales/hi-IN/template-mail.md +239 -0
  408. package/corpus/core/docs/content/locales/hi-IN/template-plan.md +815 -0
  409. package/corpus/core/docs/content/locales/hi-IN/template-slides.md +293 -0
  410. package/corpus/core/docs/content/locales/hi-IN/template-videos.md +222 -0
  411. package/corpus/core/docs/content/locales/hi-IN/tracking.md +236 -0
  412. package/corpus/core/docs/content/locales/hi-IN/using-your-agent.md +71 -0
  413. package/corpus/core/docs/content/locales/hi-IN/voice-input.md +81 -0
  414. package/corpus/core/docs/content/locales/hi-IN/what-is-agent-native.md +202 -0
  415. package/corpus/core/docs/content/locales/hi-IN/workspace-connections.md +321 -0
  416. package/corpus/core/docs/content/locales/hi-IN/workspace-management.md +175 -0
  417. package/corpus/core/docs/content/locales/hi-IN/workspace.md +323 -0
  418. package/corpus/core/docs/content/locales/hi-IN/writing-agent-instructions.md +173 -0
  419. package/corpus/core/docs/content/locales/ja-JP/a2a-protocol.md +392 -0
  420. package/corpus/core/docs/content/locales/ja-JP/actions.md +583 -0
  421. package/corpus/core/docs/content/locales/ja-JP/agent-mentions.md +164 -0
  422. package/corpus/core/docs/content/locales/ja-JP/agent-surfaces.md +397 -0
  423. package/corpus/core/docs/content/locales/ja-JP/agent-teams.md +171 -0
  424. package/corpus/core/docs/content/locales/ja-JP/agent-web-surfaces.md +161 -0
  425. package/corpus/core/docs/content/locales/ja-JP/audit-log.md +111 -0
  426. package/corpus/core/docs/content/locales/ja-JP/authentication.md +332 -0
  427. package/corpus/core/docs/content/locales/ja-JP/automations.md +268 -0
  428. package/corpus/core/docs/content/locales/ja-JP/blueprint-installer.md +83 -0
  429. package/corpus/core/docs/content/locales/ja-JP/cli-adapters.md +129 -0
  430. package/corpus/core/docs/content/locales/ja-JP/client.md +398 -0
  431. package/corpus/core/docs/content/locales/ja-JP/cloneable-saas.md +114 -0
  432. package/corpus/core/docs/content/locales/ja-JP/code-agents-ui.md +436 -0
  433. package/corpus/core/docs/content/locales/ja-JP/components.md +368 -0
  434. package/corpus/core/docs/content/locales/ja-JP/context-awareness.md +373 -0
  435. package/corpus/core/docs/content/locales/ja-JP/creating-templates.md +411 -0
  436. package/corpus/core/docs/content/locales/ja-JP/cross-app-sso.md +185 -0
  437. package/corpus/core/docs/content/locales/ja-JP/database.md +183 -0
  438. package/corpus/core/docs/content/locales/ja-JP/deployment.md +349 -0
  439. package/corpus/core/docs/content/locales/ja-JP/dispatch.md +146 -0
  440. package/corpus/core/docs/content/locales/ja-JP/drop-in-agent.md +260 -0
  441. package/corpus/core/docs/content/locales/ja-JP/durable-resume.md +65 -0
  442. package/corpus/core/docs/content/locales/ja-JP/embedding-sdk.md +597 -0
  443. package/corpus/core/docs/content/locales/ja-JP/evals.md +155 -0
  444. package/corpus/core/docs/content/locales/ja-JP/extensions.md +360 -0
  445. package/corpus/core/docs/content/locales/ja-JP/external-agents.md +619 -0
  446. package/corpus/core/docs/content/locales/ja-JP/faq.md +142 -0
  447. package/corpus/core/docs/content/locales/ja-JP/file-uploads.md +122 -0
  448. package/corpus/core/docs/content/locales/ja-JP/frames.md +153 -0
  449. package/corpus/core/docs/content/locales/ja-JP/getting-started.md +199 -0
  450. package/corpus/core/docs/content/locales/ja-JP/harness-agents.md +349 -0
  451. package/corpus/core/docs/content/locales/ja-JP/human-approval.md +86 -0
  452. package/corpus/core/docs/content/locales/ja-JP/internationalization.md +54 -23
  453. package/corpus/core/docs/content/locales/ja-JP/key-concepts.md +312 -0
  454. package/corpus/core/docs/content/locales/ja-JP/local-file-mode.md +433 -0
  455. package/corpus/core/docs/content/locales/ja-JP/mcp-apps.md +147 -0
  456. package/corpus/core/docs/content/locales/ja-JP/mcp-clients.md +330 -0
  457. package/corpus/core/docs/content/locales/ja-JP/mcp-protocol.md +279 -0
  458. package/corpus/core/docs/content/locales/ja-JP/messaging.md +461 -0
  459. package/corpus/core/docs/content/locales/ja-JP/migration-workbench.md +33 -0
  460. package/corpus/core/docs/content/locales/ja-JP/multi-app-workspace.md +312 -0
  461. package/corpus/core/docs/content/locales/ja-JP/multi-tenancy.md +52 -0
  462. package/corpus/core/docs/content/locales/ja-JP/native-chat-ui.md +321 -0
  463. package/corpus/core/docs/content/locales/ja-JP/notifications.md +231 -0
  464. package/corpus/core/docs/content/locales/ja-JP/observability.md +294 -0
  465. package/corpus/core/docs/content/locales/ja-JP/observational-memory.md +77 -0
  466. package/corpus/core/docs/content/locales/ja-JP/onboarding.md +216 -0
  467. package/corpus/core/docs/content/locales/ja-JP/plan-plugin.md +200 -0
  468. package/corpus/core/docs/content/locales/ja-JP/pr-visual-recap.md +384 -0
  469. package/corpus/core/docs/content/locales/ja-JP/processors.md +106 -0
  470. package/corpus/core/docs/content/locales/ja-JP/progress.md +199 -0
  471. package/corpus/core/docs/content/locales/ja-JP/pure-agent-apps.md +39 -0
  472. package/corpus/core/docs/content/locales/ja-JP/real-time-collaboration.md +676 -0
  473. package/corpus/core/docs/content/locales/ja-JP/recurring-jobs.md +142 -0
  474. package/corpus/core/docs/content/locales/ja-JP/routing.md +79 -0
  475. package/corpus/core/docs/content/locales/ja-JP/sandbox-adapters.md +227 -0
  476. package/corpus/core/docs/content/locales/ja-JP/security.md +330 -0
  477. package/corpus/core/docs/content/locales/ja-JP/server.md +253 -0
  478. package/corpus/core/docs/content/locales/ja-JP/sharing.md +219 -0
  479. package/corpus/core/docs/content/locales/ja-JP/skills-guide.md +281 -0
  480. package/corpus/core/docs/content/locales/ja-JP/template-analytics.md +259 -0
  481. package/corpus/core/docs/content/locales/ja-JP/template-assets.md +303 -0
  482. package/corpus/core/docs/content/locales/ja-JP/template-brain.md +324 -0
  483. package/corpus/core/docs/content/locales/ja-JP/template-calendar.md +194 -0
  484. package/corpus/core/docs/content/locales/ja-JP/template-chat.md +129 -0
  485. package/corpus/core/docs/content/locales/ja-JP/template-clips.md +368 -0
  486. package/corpus/core/docs/content/locales/ja-JP/template-content.md +402 -0
  487. package/corpus/core/docs/content/locales/ja-JP/template-design.md +173 -0
  488. package/corpus/core/docs/content/locales/ja-JP/template-dispatch.md +220 -0
  489. package/corpus/core/docs/content/locales/ja-JP/template-forms.md +178 -0
  490. package/corpus/core/docs/content/locales/ja-JP/template-mail.md +239 -0
  491. package/corpus/core/docs/content/locales/ja-JP/template-plan.md +814 -0
  492. package/corpus/core/docs/content/locales/ja-JP/template-slides.md +293 -0
  493. package/corpus/core/docs/content/locales/ja-JP/template-videos.md +222 -0
  494. package/corpus/core/docs/content/locales/ja-JP/tracking.md +236 -0
  495. package/corpus/core/docs/content/locales/ja-JP/using-your-agent.md +71 -0
  496. package/corpus/core/docs/content/locales/ja-JP/voice-input.md +81 -0
  497. package/corpus/core/docs/content/locales/ja-JP/what-is-agent-native.md +202 -0
  498. package/corpus/core/docs/content/locales/ja-JP/workspace-connections.md +321 -0
  499. package/corpus/core/docs/content/locales/ja-JP/workspace-management.md +175 -0
  500. package/corpus/core/docs/content/locales/ja-JP/workspace.md +323 -0
  501. package/corpus/core/docs/content/locales/ja-JP/writing-agent-instructions.md +173 -0
  502. package/corpus/core/docs/content/locales/ko-KR/a2a-protocol.md +392 -0
  503. package/corpus/core/docs/content/locales/ko-KR/actions.md +583 -0
  504. package/corpus/core/docs/content/locales/ko-KR/agent-mentions.md +164 -0
  505. package/corpus/core/docs/content/locales/ko-KR/agent-surfaces.md +397 -0
  506. package/corpus/core/docs/content/locales/ko-KR/agent-teams.md +171 -0
  507. package/corpus/core/docs/content/locales/ko-KR/agent-web-surfaces.md +161 -0
  508. package/corpus/core/docs/content/locales/ko-KR/audit-log.md +111 -0
  509. package/corpus/core/docs/content/locales/ko-KR/authentication.md +332 -0
  510. package/corpus/core/docs/content/locales/ko-KR/automations.md +268 -0
  511. package/corpus/core/docs/content/locales/ko-KR/blueprint-installer.md +83 -0
  512. package/corpus/core/docs/content/locales/ko-KR/cli-adapters.md +129 -0
  513. package/corpus/core/docs/content/locales/ko-KR/client.md +398 -0
  514. package/corpus/core/docs/content/locales/ko-KR/cloneable-saas.md +114 -0
  515. package/corpus/core/docs/content/locales/ko-KR/code-agents-ui.md +436 -0
  516. package/corpus/core/docs/content/locales/ko-KR/components.md +368 -0
  517. package/corpus/core/docs/content/locales/ko-KR/context-awareness.md +373 -0
  518. package/corpus/core/docs/content/locales/ko-KR/creating-templates.md +411 -0
  519. package/corpus/core/docs/content/locales/ko-KR/cross-app-sso.md +187 -0
  520. package/corpus/core/docs/content/locales/ko-KR/database.md +183 -0
  521. package/corpus/core/docs/content/locales/ko-KR/deployment.md +349 -0
  522. package/corpus/core/docs/content/locales/ko-KR/dispatch.md +146 -0
  523. package/corpus/core/docs/content/locales/ko-KR/drop-in-agent.md +260 -0
  524. package/corpus/core/docs/content/locales/ko-KR/durable-resume.md +65 -0
  525. package/corpus/core/docs/content/locales/ko-KR/embedding-sdk.md +597 -0
  526. package/corpus/core/docs/content/locales/ko-KR/evals.md +155 -0
  527. package/corpus/core/docs/content/locales/ko-KR/extensions.md +360 -0
  528. package/corpus/core/docs/content/locales/ko-KR/external-agents.md +621 -0
  529. package/corpus/core/docs/content/locales/ko-KR/faq.md +142 -0
  530. package/corpus/core/docs/content/locales/ko-KR/file-uploads.md +122 -0
  531. package/corpus/core/docs/content/locales/ko-KR/frames.md +153 -0
  532. package/corpus/core/docs/content/locales/ko-KR/getting-started.md +199 -0
  533. package/corpus/core/docs/content/locales/ko-KR/harness-agents.md +349 -0
  534. package/corpus/core/docs/content/locales/ko-KR/human-approval.md +88 -0
  535. package/corpus/core/docs/content/locales/ko-KR/internationalization.md +66 -23
  536. package/corpus/core/docs/content/locales/ko-KR/key-concepts.md +312 -0
  537. package/corpus/core/docs/content/locales/ko-KR/local-file-mode.md +433 -0
  538. package/corpus/core/docs/content/locales/ko-KR/mcp-apps.md +147 -0
  539. package/corpus/core/docs/content/locales/ko-KR/mcp-clients.md +330 -0
  540. package/corpus/core/docs/content/locales/ko-KR/mcp-protocol.md +279 -0
  541. package/corpus/core/docs/content/locales/ko-KR/messaging.md +464 -0
  542. package/corpus/core/docs/content/locales/ko-KR/migration-workbench.md +33 -0
  543. package/corpus/core/docs/content/locales/ko-KR/multi-app-workspace.md +312 -0
  544. package/corpus/core/docs/content/locales/ko-KR/multi-tenancy.md +52 -0
  545. package/corpus/core/docs/content/locales/ko-KR/native-chat-ui.md +321 -0
  546. package/corpus/core/docs/content/locales/ko-KR/notifications.md +231 -0
  547. package/corpus/core/docs/content/locales/ko-KR/observability.md +294 -0
  548. package/corpus/core/docs/content/locales/ko-KR/observational-memory.md +77 -0
  549. package/corpus/core/docs/content/locales/ko-KR/onboarding.md +216 -0
  550. package/corpus/core/docs/content/locales/ko-KR/plan-plugin.md +200 -0
  551. package/corpus/core/docs/content/locales/ko-KR/pr-visual-recap.md +384 -0
  552. package/corpus/core/docs/content/locales/ko-KR/processors.md +106 -0
  553. package/corpus/core/docs/content/locales/ko-KR/progress.md +199 -0
  554. package/corpus/core/docs/content/locales/ko-KR/pure-agent-apps.md +39 -0
  555. package/corpus/core/docs/content/locales/ko-KR/real-time-collaboration.md +676 -0
  556. package/corpus/core/docs/content/locales/ko-KR/recurring-jobs.md +142 -0
  557. package/corpus/core/docs/content/locales/ko-KR/routing.md +79 -0
  558. package/corpus/core/docs/content/locales/ko-KR/sandbox-adapters.md +227 -0
  559. package/corpus/core/docs/content/locales/ko-KR/security.md +330 -0
  560. package/corpus/core/docs/content/locales/ko-KR/server.md +253 -0
  561. package/corpus/core/docs/content/locales/ko-KR/sharing.md +219 -0
  562. package/corpus/core/docs/content/locales/ko-KR/skills-guide.md +281 -0
  563. package/corpus/core/docs/content/locales/ko-KR/template-analytics.md +259 -0
  564. package/corpus/core/docs/content/locales/ko-KR/template-assets.md +307 -0
  565. package/corpus/core/docs/content/locales/ko-KR/template-brain.md +324 -0
  566. package/corpus/core/docs/content/locales/ko-KR/template-calendar.md +194 -0
  567. package/corpus/core/docs/content/locales/ko-KR/template-chat.md +129 -0
  568. package/corpus/core/docs/content/locales/ko-KR/template-clips.md +372 -0
  569. package/corpus/core/docs/content/locales/ko-KR/template-content.md +402 -0
  570. package/corpus/core/docs/content/locales/ko-KR/template-design.md +173 -0
  571. package/corpus/core/docs/content/locales/ko-KR/template-dispatch.md +220 -0
  572. package/corpus/core/docs/content/locales/ko-KR/template-forms.md +178 -0
  573. package/corpus/core/docs/content/locales/ko-KR/template-mail.md +239 -0
  574. package/corpus/core/docs/content/locales/ko-KR/template-plan.md +815 -0
  575. package/corpus/core/docs/content/locales/ko-KR/template-slides.md +293 -0
  576. package/corpus/core/docs/content/locales/ko-KR/template-videos.md +222 -0
  577. package/corpus/core/docs/content/locales/ko-KR/tracking.md +236 -0
  578. package/corpus/core/docs/content/locales/ko-KR/using-your-agent.md +71 -0
  579. package/corpus/core/docs/content/locales/ko-KR/voice-input.md +81 -0
  580. package/corpus/core/docs/content/locales/ko-KR/what-is-agent-native.md +202 -0
  581. package/corpus/core/docs/content/locales/ko-KR/workspace-connections.md +321 -0
  582. package/corpus/core/docs/content/locales/ko-KR/workspace-management.md +175 -0
  583. package/corpus/core/docs/content/locales/ko-KR/workspace.md +323 -0
  584. package/corpus/core/docs/content/locales/ko-KR/writing-agent-instructions.md +173 -0
  585. package/corpus/core/docs/content/locales/pt-BR/a2a-protocol.md +392 -0
  586. package/corpus/core/docs/content/locales/pt-BR/actions.md +583 -0
  587. package/corpus/core/docs/content/locales/pt-BR/agent-mentions.md +164 -0
  588. package/corpus/core/docs/content/locales/pt-BR/agent-surfaces.md +397 -0
  589. package/corpus/core/docs/content/locales/pt-BR/agent-teams.md +171 -0
  590. package/corpus/core/docs/content/locales/pt-BR/agent-web-surfaces.md +161 -0
  591. package/corpus/core/docs/content/locales/pt-BR/audit-log.md +111 -0
  592. package/corpus/core/docs/content/locales/pt-BR/authentication.md +332 -0
  593. package/corpus/core/docs/content/locales/pt-BR/automations.md +268 -0
  594. package/corpus/core/docs/content/locales/pt-BR/blueprint-installer.md +83 -0
  595. package/corpus/core/docs/content/locales/pt-BR/cli-adapters.md +129 -0
  596. package/corpus/core/docs/content/locales/pt-BR/client.md +398 -0
  597. package/corpus/core/docs/content/locales/pt-BR/cloneable-saas.md +114 -0
  598. package/corpus/core/docs/content/locales/pt-BR/code-agents-ui.md +436 -0
  599. package/corpus/core/docs/content/locales/pt-BR/components.md +368 -0
  600. package/corpus/core/docs/content/locales/pt-BR/context-awareness.md +373 -0
  601. package/corpus/core/docs/content/locales/pt-BR/creating-templates.md +411 -0
  602. package/corpus/core/docs/content/locales/pt-BR/cross-app-sso.md +185 -0
  603. package/corpus/core/docs/content/locales/pt-BR/database.md +183 -0
  604. package/corpus/core/docs/content/locales/pt-BR/deployment.md +349 -0
  605. package/corpus/core/docs/content/locales/pt-BR/dispatch.md +146 -0
  606. package/corpus/core/docs/content/locales/pt-BR/drop-in-agent.md +260 -0
  607. package/corpus/core/docs/content/locales/pt-BR/durable-resume.md +65 -0
  608. package/corpus/core/docs/content/locales/pt-BR/embedding-sdk.md +597 -0
  609. package/corpus/core/docs/content/locales/pt-BR/evals.md +155 -0
  610. package/corpus/core/docs/content/locales/pt-BR/extensions.md +360 -0
  611. package/corpus/core/docs/content/locales/pt-BR/external-agents.md +619 -0
  612. package/corpus/core/docs/content/locales/pt-BR/faq.md +142 -0
  613. package/corpus/core/docs/content/locales/pt-BR/file-uploads.md +122 -0
  614. package/corpus/core/docs/content/locales/pt-BR/frames.md +153 -0
  615. package/corpus/core/docs/content/locales/pt-BR/getting-started.md +199 -0
  616. package/corpus/core/docs/content/locales/pt-BR/harness-agents.md +349 -0
  617. package/corpus/core/docs/content/locales/pt-BR/human-approval.md +86 -0
  618. package/corpus/core/docs/content/locales/pt-BR/internationalization.md +67 -24
  619. package/corpus/core/docs/content/locales/pt-BR/key-concepts.md +312 -0
  620. package/corpus/core/docs/content/locales/pt-BR/local-file-mode.md +433 -0
  621. package/corpus/core/docs/content/locales/pt-BR/mcp-apps.md +147 -0
  622. package/corpus/core/docs/content/locales/pt-BR/mcp-clients.md +330 -0
  623. package/corpus/core/docs/content/locales/pt-BR/mcp-protocol.md +279 -0
  624. package/corpus/core/docs/content/locales/pt-BR/messaging.md +461 -0
  625. package/corpus/core/docs/content/locales/pt-BR/migration-workbench.md +33 -0
  626. package/corpus/core/docs/content/locales/pt-BR/multi-app-workspace.md +312 -0
  627. package/corpus/core/docs/content/locales/pt-BR/multi-tenancy.md +52 -0
  628. package/corpus/core/docs/content/locales/pt-BR/native-chat-ui.md +321 -0
  629. package/corpus/core/docs/content/locales/pt-BR/notifications.md +231 -0
  630. package/corpus/core/docs/content/locales/pt-BR/observability.md +294 -0
  631. package/corpus/core/docs/content/locales/pt-BR/observational-memory.md +77 -0
  632. package/corpus/core/docs/content/locales/pt-BR/onboarding.md +216 -0
  633. package/corpus/core/docs/content/locales/pt-BR/plan-plugin.md +200 -0
  634. package/corpus/core/docs/content/locales/pt-BR/pr-visual-recap.md +384 -0
  635. package/corpus/core/docs/content/locales/pt-BR/processors.md +106 -0
  636. package/corpus/core/docs/content/locales/pt-BR/progress.md +199 -0
  637. package/corpus/core/docs/content/locales/pt-BR/pure-agent-apps.md +39 -0
  638. package/corpus/core/docs/content/locales/pt-BR/real-time-collaboration.md +676 -0
  639. package/corpus/core/docs/content/locales/pt-BR/recurring-jobs.md +142 -0
  640. package/corpus/core/docs/content/locales/pt-BR/routing.md +79 -0
  641. package/corpus/core/docs/content/locales/pt-BR/sandbox-adapters.md +227 -0
  642. package/corpus/core/docs/content/locales/pt-BR/security.md +330 -0
  643. package/corpus/core/docs/content/locales/pt-BR/server.md +253 -0
  644. package/corpus/core/docs/content/locales/pt-BR/sharing.md +219 -0
  645. package/corpus/core/docs/content/locales/pt-BR/skills-guide.md +281 -0
  646. package/corpus/core/docs/content/locales/pt-BR/template-analytics.md +259 -0
  647. package/corpus/core/docs/content/locales/pt-BR/template-assets.md +303 -0
  648. package/corpus/core/docs/content/locales/pt-BR/template-brain.md +324 -0
  649. package/corpus/core/docs/content/locales/pt-BR/template-calendar.md +194 -0
  650. package/corpus/core/docs/content/locales/pt-BR/template-chat.md +129 -0
  651. package/corpus/core/docs/content/locales/pt-BR/template-clips.md +368 -0
  652. package/corpus/core/docs/content/locales/pt-BR/template-content.md +402 -0
  653. package/corpus/core/docs/content/locales/pt-BR/template-design.md +173 -0
  654. package/corpus/core/docs/content/locales/pt-BR/template-dispatch.md +220 -0
  655. package/corpus/core/docs/content/locales/pt-BR/template-forms.md +178 -0
  656. package/corpus/core/docs/content/locales/pt-BR/template-mail.md +239 -0
  657. package/corpus/core/docs/content/locales/pt-BR/template-plan.md +815 -0
  658. package/corpus/core/docs/content/locales/pt-BR/template-slides.md +293 -0
  659. package/corpus/core/docs/content/locales/pt-BR/template-videos.md +222 -0
  660. package/corpus/core/docs/content/locales/pt-BR/tracking.md +236 -0
  661. package/corpus/core/docs/content/locales/pt-BR/using-your-agent.md +71 -0
  662. package/corpus/core/docs/content/locales/pt-BR/voice-input.md +81 -0
  663. package/corpus/core/docs/content/locales/pt-BR/what-is-agent-native.md +202 -0
  664. package/corpus/core/docs/content/locales/pt-BR/workspace-connections.md +321 -0
  665. package/corpus/core/docs/content/locales/pt-BR/workspace-management.md +175 -0
  666. package/corpus/core/docs/content/locales/pt-BR/workspace.md +323 -0
  667. package/corpus/core/docs/content/locales/pt-BR/writing-agent-instructions.md +173 -0
  668. package/corpus/core/docs/content/locales/zh-CN/a2a-protocol.md +392 -0
  669. package/corpus/core/docs/content/locales/zh-CN/actions.md +583 -0
  670. package/corpus/core/docs/content/locales/zh-CN/agent-mentions.md +164 -0
  671. package/corpus/core/docs/content/locales/zh-CN/agent-surfaces.md +397 -0
  672. package/corpus/core/docs/content/locales/zh-CN/agent-teams.md +171 -0
  673. package/corpus/core/docs/content/locales/zh-CN/agent-web-surfaces.md +161 -0
  674. package/corpus/core/docs/content/locales/zh-CN/audit-log.md +111 -0
  675. package/corpus/core/docs/content/locales/zh-CN/authentication.md +332 -0
  676. package/corpus/core/docs/content/locales/zh-CN/automations.md +268 -0
  677. package/corpus/core/docs/content/locales/zh-CN/blueprint-installer.md +83 -0
  678. package/corpus/core/docs/content/locales/zh-CN/cli-adapters.md +129 -0
  679. package/corpus/core/docs/content/locales/zh-CN/client.md +398 -0
  680. package/corpus/core/docs/content/locales/zh-CN/cloneable-saas.md +114 -0
  681. package/corpus/core/docs/content/locales/zh-CN/code-agents-ui.md +436 -0
  682. package/corpus/core/docs/content/locales/zh-CN/components.md +368 -0
  683. package/corpus/core/docs/content/locales/zh-CN/context-awareness.md +373 -0
  684. package/corpus/core/docs/content/locales/zh-CN/creating-templates.md +411 -0
  685. package/corpus/core/docs/content/locales/zh-CN/cross-app-sso.md +188 -0
  686. package/corpus/core/docs/content/locales/zh-CN/database.md +183 -0
  687. package/corpus/core/docs/content/locales/zh-CN/deployment.md +349 -0
  688. package/corpus/core/docs/content/locales/zh-CN/dispatch.md +146 -0
  689. package/corpus/core/docs/content/locales/zh-CN/drop-in-agent.md +260 -0
  690. package/corpus/core/docs/content/locales/zh-CN/durable-resume.md +65 -0
  691. package/corpus/core/docs/content/locales/zh-CN/embedding-sdk.md +597 -0
  692. package/corpus/core/docs/content/locales/zh-CN/evals.md +155 -0
  693. package/corpus/core/docs/content/locales/zh-CN/extensions.md +360 -0
  694. package/corpus/core/docs/content/locales/zh-CN/external-agents.md +619 -0
  695. package/corpus/core/docs/content/locales/zh-CN/faq.md +142 -0
  696. package/corpus/core/docs/content/locales/zh-CN/file-uploads.md +122 -0
  697. package/corpus/core/docs/content/locales/zh-CN/frames.md +153 -0
  698. package/corpus/core/docs/content/locales/zh-CN/getting-started.md +199 -0
  699. package/corpus/core/docs/content/locales/zh-CN/harness-agents.md +349 -0
  700. package/corpus/core/docs/content/locales/zh-CN/human-approval.md +86 -0
  701. package/corpus/core/docs/content/locales/zh-CN/internationalization.md +67 -24
  702. package/corpus/core/docs/content/locales/zh-CN/key-concepts.md +312 -0
  703. package/corpus/core/docs/content/locales/zh-CN/local-file-mode.md +433 -0
  704. package/corpus/core/docs/content/locales/zh-CN/mcp-apps.md +147 -0
  705. package/corpus/core/docs/content/locales/zh-CN/mcp-clients.md +330 -0
  706. package/corpus/core/docs/content/locales/zh-CN/mcp-protocol.md +279 -0
  707. package/corpus/core/docs/content/locales/zh-CN/messaging.md +461 -0
  708. package/corpus/core/docs/content/locales/zh-CN/migration-workbench.md +33 -0
  709. package/corpus/core/docs/content/locales/zh-CN/multi-app-workspace.md +312 -0
  710. package/corpus/core/docs/content/locales/zh-CN/multi-tenancy.md +52 -0
  711. package/corpus/core/docs/content/locales/zh-CN/native-chat-ui.md +321 -0
  712. package/corpus/core/docs/content/locales/zh-CN/notifications.md +231 -0
  713. package/corpus/core/docs/content/locales/zh-CN/observability.md +294 -0
  714. package/corpus/core/docs/content/locales/zh-CN/observational-memory.md +77 -0
  715. package/corpus/core/docs/content/locales/zh-CN/onboarding.md +216 -0
  716. package/corpus/core/docs/content/locales/zh-CN/plan-plugin.md +200 -0
  717. package/corpus/core/docs/content/locales/zh-CN/pr-visual-recap.md +384 -0
  718. package/corpus/core/docs/content/locales/zh-CN/processors.md +106 -0
  719. package/corpus/core/docs/content/locales/zh-CN/progress.md +199 -0
  720. package/corpus/core/docs/content/locales/zh-CN/pure-agent-apps.md +39 -0
  721. package/corpus/core/docs/content/locales/zh-CN/real-time-collaboration.md +676 -0
  722. package/corpus/core/docs/content/locales/zh-CN/recurring-jobs.md +142 -0
  723. package/corpus/core/docs/content/locales/zh-CN/routing.md +79 -0
  724. package/corpus/core/docs/content/locales/zh-CN/sandbox-adapters.md +227 -0
  725. package/corpus/core/docs/content/locales/zh-CN/security.md +330 -0
  726. package/corpus/core/docs/content/locales/zh-CN/server.md +253 -0
  727. package/corpus/core/docs/content/locales/zh-CN/sharing.md +219 -0
  728. package/corpus/core/docs/content/locales/zh-CN/skills-guide.md +281 -0
  729. package/corpus/core/docs/content/locales/zh-CN/template-analytics.md +259 -0
  730. package/corpus/core/docs/content/locales/zh-CN/template-assets.md +303 -0
  731. package/corpus/core/docs/content/locales/zh-CN/template-brain.md +324 -0
  732. package/corpus/core/docs/content/locales/zh-CN/template-calendar.md +194 -0
  733. package/corpus/core/docs/content/locales/zh-CN/template-chat.md +129 -0
  734. package/corpus/core/docs/content/locales/zh-CN/template-clips.md +368 -0
  735. package/corpus/core/docs/content/locales/zh-CN/template-content.md +402 -0
  736. package/corpus/core/docs/content/locales/zh-CN/template-design.md +173 -0
  737. package/corpus/core/docs/content/locales/zh-CN/template-dispatch.md +220 -0
  738. package/corpus/core/docs/content/locales/zh-CN/template-forms.md +178 -0
  739. package/corpus/core/docs/content/locales/zh-CN/template-mail.md +239 -0
  740. package/corpus/core/docs/content/locales/zh-CN/template-plan.md +814 -0
  741. package/corpus/core/docs/content/locales/zh-CN/template-slides.md +293 -0
  742. package/corpus/core/docs/content/locales/zh-CN/template-videos.md +222 -0
  743. package/corpus/core/docs/content/locales/zh-CN/tracking.md +236 -0
  744. package/corpus/core/docs/content/locales/zh-CN/using-your-agent.md +71 -0
  745. package/corpus/core/docs/content/locales/zh-CN/voice-input.md +81 -0
  746. package/corpus/core/docs/content/locales/zh-CN/what-is-agent-native.md +202 -0
  747. package/corpus/core/docs/content/locales/zh-CN/workspace-connections.md +321 -0
  748. package/corpus/core/docs/content/locales/zh-CN/workspace-management.md +175 -0
  749. package/corpus/core/docs/content/locales/zh-CN/workspace.md +323 -0
  750. package/corpus/core/docs/content/locales/zh-CN/writing-agent-instructions.md +173 -0
  751. package/corpus/core/package.json +1 -1
  752. package/corpus/core/src/agent/run-store.ts +13 -0
  753. package/corpus/core/src/client/components/CodeRequiredDialog.tsx +37 -23
  754. package/corpus/core/src/client/extensions/EmbeddedExtension.tsx +13 -9
  755. package/corpus/core/src/client/extensions/ExtensionEditor.tsx +43 -33
  756. package/corpus/core/src/client/extensions/ExtensionSlot.tsx +16 -12
  757. package/corpus/core/src/client/extensions/ExtensionsListPage.tsx +52 -37
  758. package/corpus/core/src/client/i18n.tsx +87 -2
  759. package/corpus/core/src/client/integrations/IntegrationCard.tsx +13 -8
  760. package/corpus/core/src/client/integrations/IntegrationsPanel.tsx +34 -30
  761. package/corpus/core/src/client/observability/ObservabilityDashboard.tsx +90 -65
  762. package/corpus/core/src/client/org/RequireActiveOrg.tsx +24 -18
  763. package/corpus/core/src/client/org/TeamPage.tsx +37 -26
  764. package/corpus/core/src/client/progress/RunsTray.tsx +67 -33
  765. package/corpus/core/src/extensions/routes.ts +45 -25
  766. package/corpus/core/src/templates/default/app/i18n/ar-SA.ts +356 -0
  767. package/corpus/core/src/templates/default/app/i18n/de-DE.ts +332 -0
  768. package/corpus/core/src/templates/default/app/i18n/en-US.ts +303 -0
  769. package/corpus/core/src/templates/default/app/i18n/es-ES.ts +339 -0
  770. package/corpus/core/src/templates/default/app/i18n/fr-FR.ts +339 -0
  771. package/corpus/core/src/templates/default/app/i18n/hi-IN.ts +332 -0
  772. package/corpus/core/src/templates/default/app/i18n/index.ts +18 -0
  773. package/corpus/core/src/templates/default/app/i18n/ja-JP.ts +326 -0
  774. package/corpus/core/src/templates/default/app/i18n/ko-KR.ts +326 -0
  775. package/corpus/core/src/templates/default/app/i18n/pt-BR.ts +339 -0
  776. package/corpus/core/src/templates/default/app/i18n/zh-CN.ts +324 -0
  777. package/corpus/core/src/templates/default/app/root.tsx +109 -6
  778. package/corpus/core/src/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
  779. package/corpus/templates/analytics/app/components/layout/NewAnalysisDialog.tsx +16 -10
  780. package/corpus/templates/analytics/app/components/layout/NewDashboardDialog.tsx +9 -4
  781. package/corpus/templates/analytics/app/i18n-data.ts +16 -0
  782. package/corpus/templates/assets/app/i18n-data.ts +101 -0
  783. package/corpus/templates/assets/app/routes/asset.$id.tsx +60 -36
  784. package/corpus/templates/assets/app/routes/brand-kits._index.tsx +19 -16
  785. package/corpus/templates/assets/app/routes/settings.tsx +58 -37
  786. package/corpus/templates/brain/app/i18n-data.ts +114 -0
  787. package/corpus/templates/brain/app/routes/_index.tsx +7 -4
  788. package/corpus/templates/brain/app/routes/ops.tsx +88 -60
  789. package/corpus/templates/brain/app/routes/search.tsx +97 -56
  790. package/corpus/templates/calendar/app/components/calendar/DeleteEventDialog.tsx +33 -21
  791. package/corpus/templates/calendar/app/components/calendar/EventDialog.tsx +25 -30
  792. package/corpus/templates/calendar/app/i18n/index.ts +3 -24
  793. package/corpus/templates/calendar/app/i18n-data.ts +61 -0
  794. package/corpus/templates/calendar/app/pages/Settings.tsx +23 -23
  795. package/corpus/templates/chat/app/i18n-data.ts +78 -0
  796. package/corpus/templates/chat/app/routes/database.tsx +3 -1
  797. package/corpus/templates/chat/app/routes/observability.tsx +3 -2
  798. package/corpus/templates/chat/app/routes/team.tsx +4 -2
  799. package/corpus/templates/clips/app/i18n/ar-SA.ts +17 -0
  800. package/corpus/templates/clips/app/i18n/de-DE.ts +17 -0
  801. package/corpus/templates/clips/app/i18n/en-US.ts +17 -0
  802. package/corpus/templates/clips/app/i18n/es-ES.ts +17 -0
  803. package/corpus/templates/clips/app/i18n/fr-FR.ts +17 -0
  804. package/corpus/templates/clips/app/i18n/hi-IN.ts +17 -0
  805. package/corpus/templates/clips/app/i18n/ja-JP.ts +17 -0
  806. package/corpus/templates/clips/app/i18n/ko-KR.ts +17 -0
  807. package/corpus/templates/clips/app/i18n/pt-BR.ts +17 -0
  808. package/corpus/templates/clips/app/i18n/zh-CN.ts +15 -0
  809. package/corpus/templates/clips/app/routes/_app.trash.tsx +33 -20
  810. package/corpus/templates/content/app/i18n-data.ts +100 -0
  811. package/corpus/templates/content/app/routes/_app.team.tsx +7 -6
  812. package/corpus/templates/design/app/i18n-data.ts +58 -0
  813. package/corpus/templates/design/app/pages/Present.tsx +4 -3
  814. package/corpus/templates/design/app/routes/team.tsx +3 -1
  815. package/corpus/templates/forms/app/i18n/ar-SA.ts +88 -0
  816. package/corpus/templates/forms/app/i18n/de-DE.ts +88 -0
  817. package/corpus/templates/forms/app/i18n/en-US.ts +88 -0
  818. package/corpus/templates/forms/app/i18n/es-ES.ts +90 -0
  819. package/corpus/templates/forms/app/i18n/fr-FR.ts +88 -0
  820. package/corpus/templates/forms/app/i18n/hi-IN.ts +88 -0
  821. package/corpus/templates/forms/app/i18n/ja-JP.ts +88 -0
  822. package/corpus/templates/forms/app/i18n/ko-KR.ts +88 -0
  823. package/corpus/templates/forms/app/i18n/pt-BR.ts +88 -0
  824. package/corpus/templates/forms/app/i18n/zh-CN.ts +88 -0
  825. package/corpus/templates/forms/app/pages/FormsListPage.tsx +92 -63
  826. package/corpus/templates/forms/app/pages/ResponsesPage.tsx +37 -20
  827. package/corpus/templates/forms/app/routes/_index.tsx +15 -14
  828. package/corpus/templates/macros/app/i18n/ar-SA.ts +22 -0
  829. package/corpus/templates/macros/app/i18n/de-DE.ts +22 -0
  830. package/corpus/templates/macros/app/i18n/en-US.ts +22 -0
  831. package/corpus/templates/macros/app/i18n/es-ES.ts +22 -0
  832. package/corpus/templates/macros/app/i18n/fr-FR.ts +22 -0
  833. package/corpus/templates/macros/app/i18n/hi-IN.ts +22 -0
  834. package/corpus/templates/macros/app/i18n/ja-JP.ts +22 -0
  835. package/corpus/templates/macros/app/i18n/ko-KR.ts +22 -0
  836. package/corpus/templates/macros/app/i18n/pt-BR.ts +22 -0
  837. package/corpus/templates/macros/app/i18n/zh-CN.ts +22 -0
  838. package/corpus/templates/macros/app/routes/analytics.tsx +54 -27
  839. package/corpus/templates/mail/app/components/layout/CommandPalette.tsx +34 -26
  840. package/corpus/templates/mail/app/i18n/ar-SA.ts +30 -0
  841. package/corpus/templates/mail/app/i18n/de-DE.ts +30 -0
  842. package/corpus/templates/mail/app/i18n/en-US.ts +30 -0
  843. package/corpus/templates/mail/app/i18n/es-ES.ts +30 -0
  844. package/corpus/templates/mail/app/i18n/fr-FR.ts +30 -0
  845. package/corpus/templates/mail/app/i18n/hi-IN.ts +30 -0
  846. package/corpus/templates/mail/app/i18n/ja-JP.ts +30 -0
  847. package/corpus/templates/mail/app/i18n/ko-KR.ts +30 -0
  848. package/corpus/templates/mail/app/i18n/pt-BR.ts +30 -0
  849. package/corpus/templates/mail/app/i18n/zh-CN.ts +30 -0
  850. package/corpus/templates/mail/app/pages/NotFound.tsx +6 -2
  851. package/corpus/templates/plan/app/components/plan/GuestModeBanner.tsx +4 -3
  852. package/corpus/templates/plan/app/i18n/ar-SA.ts +17 -0
  853. package/corpus/templates/plan/app/i18n/de-DE.ts +17 -0
  854. package/corpus/templates/plan/app/i18n/en-US.ts +17 -0
  855. package/corpus/templates/plan/app/i18n/es-ES.ts +17 -0
  856. package/corpus/templates/plan/app/i18n/fr-FR.ts +17 -0
  857. package/corpus/templates/plan/app/i18n/hi-IN.ts +17 -0
  858. package/corpus/templates/plan/app/i18n/ja-JP.ts +17 -0
  859. package/corpus/templates/plan/app/i18n/ko-KR.ts +17 -0
  860. package/corpus/templates/plan/app/i18n/pt-BR.ts +17 -0
  861. package/corpus/templates/plan/app/i18n/zh-CN.ts +17 -0
  862. package/corpus/templates/plan/app/pages/PlanChatPage.tsx +12 -13
  863. package/corpus/templates/slides/app/i18n/ar-SA.ts +11 -0
  864. package/corpus/templates/slides/app/i18n/de-DE.ts +11 -0
  865. package/corpus/templates/slides/app/i18n/en-US.ts +11 -0
  866. package/corpus/templates/slides/app/i18n/es-ES.ts +11 -0
  867. package/corpus/templates/slides/app/i18n/fr-FR.ts +11 -0
  868. package/corpus/templates/slides/app/i18n/hi-IN.ts +11 -0
  869. package/corpus/templates/slides/app/i18n/ja-JP.ts +11 -0
  870. package/corpus/templates/slides/app/i18n/ko-KR.ts +11 -0
  871. package/corpus/templates/slides/app/i18n/pt-BR.ts +11 -0
  872. package/corpus/templates/slides/app/i18n/zh-CN.ts +11 -0
  873. package/corpus/templates/slides/app/pages/DesignSystems.tsx +10 -9
  874. package/corpus/templates/slides/app/pages/NotFound.tsx +4 -2
  875. package/corpus/templates/videos/app/i18n/ar-SA.ts +14 -0
  876. package/corpus/templates/videos/app/i18n/de-DE.ts +14 -0
  877. package/corpus/templates/videos/app/i18n/en-US.ts +14 -0
  878. package/corpus/templates/videos/app/i18n/es-ES.ts +14 -0
  879. package/corpus/templates/videos/app/i18n/fr-FR.ts +14 -0
  880. package/corpus/templates/videos/app/i18n/hi-IN.ts +14 -0
  881. package/corpus/templates/videos/app/i18n/ja-JP.ts +14 -0
  882. package/corpus/templates/videos/app/i18n/ko-KR.ts +14 -0
  883. package/corpus/templates/videos/app/i18n/pt-BR.ts +14 -0
  884. package/corpus/templates/videos/app/i18n/zh-CN.ts +14 -0
  885. package/corpus/templates/videos/app/pages/DesignSystems.tsx +10 -9
  886. package/corpus/templates/videos/app/pages/NewComposition.tsx +9 -9
  887. package/corpus/templates/videos/app/pages/NotFound.tsx +4 -2
  888. package/dist/agent/run-store.d.ts +13 -0
  889. package/dist/agent/run-store.d.ts.map +1 -1
  890. package/dist/agent/run-store.js +13 -0
  891. package/dist/agent/run-store.js.map +1 -1
  892. package/dist/client/components/CodeRequiredDialog.d.ts.map +1 -1
  893. package/dist/client/components/CodeRequiredDialog.js +12 -9
  894. package/dist/client/components/CodeRequiredDialog.js.map +1 -1
  895. package/dist/client/extensions/EmbeddedExtension.d.ts.map +1 -1
  896. package/dist/client/extensions/EmbeddedExtension.js +4 -2
  897. package/dist/client/extensions/EmbeddedExtension.js.map +1 -1
  898. package/dist/client/extensions/ExtensionEditor.d.ts.map +1 -1
  899. package/dist/client/extensions/ExtensionEditor.js +22 -12
  900. package/dist/client/extensions/ExtensionEditor.js.map +1 -1
  901. package/dist/client/extensions/ExtensionSlot.d.ts.map +1 -1
  902. package/dist/client/extensions/ExtensionSlot.js +9 -7
  903. package/dist/client/extensions/ExtensionSlot.js.map +1 -1
  904. package/dist/client/extensions/ExtensionsListPage.d.ts.map +1 -1
  905. package/dist/client/extensions/ExtensionsListPage.js +28 -15
  906. package/dist/client/extensions/ExtensionsListPage.js.map +1 -1
  907. package/dist/client/i18n.d.ts +1 -1
  908. package/dist/client/i18n.d.ts.map +1 -1
  909. package/dist/client/i18n.js +68 -2
  910. package/dist/client/i18n.js.map +1 -1
  911. package/dist/client/integrations/IntegrationCard.d.ts.map +1 -1
  912. package/dist/client/integrations/IntegrationCard.js +8 -4
  913. package/dist/client/integrations/IntegrationCard.js.map +1 -1
  914. package/dist/client/integrations/IntegrationsPanel.d.ts.map +1 -1
  915. package/dist/client/integrations/IntegrationsPanel.js +15 -8
  916. package/dist/client/integrations/IntegrationsPanel.js.map +1 -1
  917. package/dist/client/observability/ObservabilityDashboard.d.ts.map +1 -1
  918. package/dist/client/observability/ObservabilityDashboard.js +40 -17
  919. package/dist/client/observability/ObservabilityDashboard.js.map +1 -1
  920. package/dist/client/org/RequireActiveOrg.d.ts.map +1 -1
  921. package/dist/client/org/RequireActiveOrg.js +14 -8
  922. package/dist/client/org/RequireActiveOrg.js.map +1 -1
  923. package/dist/client/org/TeamPage.d.ts.map +1 -1
  924. package/dist/client/org/TeamPage.js +21 -14
  925. package/dist/client/org/TeamPage.js.map +1 -1
  926. package/dist/client/progress/RunsTray.d.ts.map +1 -1
  927. package/dist/client/progress/RunsTray.js +49 -30
  928. package/dist/client/progress/RunsTray.js.map +1 -1
  929. package/dist/extensions/routes.d.ts.map +1 -1
  930. package/dist/extensions/routes.js +38 -24
  931. package/dist/extensions/routes.js.map +1 -1
  932. package/dist/templates/default/app/i18n/ar-SA.ts +356 -0
  933. package/dist/templates/default/app/i18n/de-DE.ts +332 -0
  934. package/dist/templates/default/app/i18n/en-US.ts +303 -0
  935. package/dist/templates/default/app/i18n/es-ES.ts +339 -0
  936. package/dist/templates/default/app/i18n/fr-FR.ts +339 -0
  937. package/dist/templates/default/app/i18n/hi-IN.ts +332 -0
  938. package/dist/templates/default/app/i18n/index.ts +18 -0
  939. package/dist/templates/default/app/i18n/ja-JP.ts +326 -0
  940. package/dist/templates/default/app/i18n/ko-KR.ts +326 -0
  941. package/dist/templates/default/app/i18n/pt-BR.ts +339 -0
  942. package/dist/templates/default/app/i18n/zh-CN.ts +324 -0
  943. package/dist/templates/default/app/root.tsx +109 -6
  944. package/dist/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
  945. package/docs/content/extensions.md +16 -0
  946. package/docs/content/locales/ar-SA/a2a-protocol.md +392 -0
  947. package/docs/content/locales/ar-SA/actions.md +583 -0
  948. package/docs/content/locales/ar-SA/agent-mentions.md +164 -0
  949. package/docs/content/locales/ar-SA/agent-surfaces.md +397 -0
  950. package/docs/content/locales/ar-SA/agent-teams.md +171 -0
  951. package/docs/content/locales/ar-SA/agent-web-surfaces.md +161 -0
  952. package/docs/content/locales/ar-SA/audit-log.md +111 -0
  953. package/docs/content/locales/ar-SA/authentication.md +332 -0
  954. package/docs/content/locales/ar-SA/automations.md +268 -0
  955. package/docs/content/locales/ar-SA/blueprint-installer.md +83 -0
  956. package/docs/content/locales/ar-SA/cli-adapters.md +129 -0
  957. package/docs/content/locales/ar-SA/client.md +398 -0
  958. package/docs/content/locales/ar-SA/cloneable-saas.md +114 -0
  959. package/docs/content/locales/ar-SA/code-agents-ui.md +436 -0
  960. package/docs/content/locales/ar-SA/components.md +368 -0
  961. package/docs/content/locales/ar-SA/context-awareness.md +373 -0
  962. package/docs/content/locales/ar-SA/creating-templates.md +411 -0
  963. package/docs/content/locales/ar-SA/cross-app-sso.md +185 -0
  964. package/docs/content/locales/ar-SA/database.md +183 -0
  965. package/docs/content/locales/ar-SA/deployment.md +349 -0
  966. package/docs/content/locales/ar-SA/dispatch.md +146 -0
  967. package/docs/content/locales/ar-SA/drop-in-agent.md +260 -0
  968. package/docs/content/locales/ar-SA/durable-resume.md +65 -0
  969. package/docs/content/locales/ar-SA/embedding-sdk.md +597 -0
  970. package/docs/content/locales/ar-SA/evals.md +155 -0
  971. package/docs/content/locales/ar-SA/extensions.md +360 -0
  972. package/docs/content/locales/ar-SA/external-agents.md +619 -0
  973. package/docs/content/locales/ar-SA/faq.md +142 -0
  974. package/docs/content/locales/ar-SA/file-uploads.md +122 -0
  975. package/docs/content/locales/ar-SA/frames.md +153 -0
  976. package/docs/content/locales/ar-SA/getting-started.md +199 -0
  977. package/docs/content/locales/ar-SA/harness-agents.md +349 -0
  978. package/docs/content/locales/ar-SA/human-approval.md +86 -0
  979. package/docs/content/locales/ar-SA/internationalization.md +68 -25
  980. package/docs/content/locales/ar-SA/key-concepts.md +312 -0
  981. package/docs/content/locales/ar-SA/local-file-mode.md +433 -0
  982. package/docs/content/locales/ar-SA/mcp-apps.md +147 -0
  983. package/docs/content/locales/ar-SA/mcp-clients.md +330 -0
  984. package/docs/content/locales/ar-SA/mcp-protocol.md +279 -0
  985. package/docs/content/locales/ar-SA/messaging.md +461 -0
  986. package/docs/content/locales/ar-SA/migration-workbench.md +33 -0
  987. package/docs/content/locales/ar-SA/multi-app-workspace.md +312 -0
  988. package/docs/content/locales/ar-SA/multi-tenancy.md +52 -0
  989. package/docs/content/locales/ar-SA/native-chat-ui.md +321 -0
  990. package/docs/content/locales/ar-SA/notifications.md +231 -0
  991. package/docs/content/locales/ar-SA/observability.md +294 -0
  992. package/docs/content/locales/ar-SA/observational-memory.md +77 -0
  993. package/docs/content/locales/ar-SA/onboarding.md +216 -0
  994. package/docs/content/locales/ar-SA/plan-plugin.md +200 -0
  995. package/docs/content/locales/ar-SA/pr-visual-recap.md +384 -0
  996. package/docs/content/locales/ar-SA/processors.md +106 -0
  997. package/docs/content/locales/ar-SA/progress.md +199 -0
  998. package/docs/content/locales/ar-SA/pure-agent-apps.md +39 -0
  999. package/docs/content/locales/ar-SA/real-time-collaboration.md +676 -0
  1000. package/docs/content/locales/ar-SA/recurring-jobs.md +142 -0
  1001. package/docs/content/locales/ar-SA/routing.md +79 -0
  1002. package/docs/content/locales/ar-SA/sandbox-adapters.md +227 -0
  1003. package/docs/content/locales/ar-SA/security.md +330 -0
  1004. package/docs/content/locales/ar-SA/server.md +253 -0
  1005. package/docs/content/locales/ar-SA/sharing.md +219 -0
  1006. package/docs/content/locales/ar-SA/skills-guide.md +281 -0
  1007. package/docs/content/locales/ar-SA/template-analytics.md +259 -0
  1008. package/docs/content/locales/ar-SA/template-assets.md +303 -0
  1009. package/docs/content/locales/ar-SA/template-brain.md +324 -0
  1010. package/docs/content/locales/ar-SA/template-calendar.md +194 -0
  1011. package/docs/content/locales/ar-SA/template-chat.md +129 -0
  1012. package/docs/content/locales/ar-SA/template-clips.md +368 -0
  1013. package/docs/content/locales/ar-SA/template-content.md +402 -0
  1014. package/docs/content/locales/ar-SA/template-design.md +173 -0
  1015. package/docs/content/locales/ar-SA/template-dispatch.md +220 -0
  1016. package/docs/content/locales/ar-SA/template-forms.md +178 -0
  1017. package/docs/content/locales/ar-SA/template-mail.md +239 -0
  1018. package/docs/content/locales/ar-SA/template-plan.md +815 -0
  1019. package/docs/content/locales/ar-SA/template-slides.md +293 -0
  1020. package/docs/content/locales/ar-SA/template-videos.md +222 -0
  1021. package/docs/content/locales/ar-SA/tracking.md +236 -0
  1022. package/docs/content/locales/ar-SA/using-your-agent.md +71 -0
  1023. package/docs/content/locales/ar-SA/voice-input.md +81 -0
  1024. package/docs/content/locales/ar-SA/what-is-agent-native.md +202 -0
  1025. package/docs/content/locales/ar-SA/workspace-connections.md +321 -0
  1026. package/docs/content/locales/ar-SA/workspace-management.md +175 -0
  1027. package/docs/content/locales/ar-SA/workspace.md +323 -0
  1028. package/docs/content/locales/ar-SA/writing-agent-instructions.md +173 -0
  1029. package/docs/content/locales/de-DE/a2a-protocol.md +392 -0
  1030. package/docs/content/locales/de-DE/actions.md +583 -0
  1031. package/docs/content/locales/de-DE/agent-mentions.md +164 -0
  1032. package/docs/content/locales/de-DE/agent-surfaces.md +397 -0
  1033. package/docs/content/locales/de-DE/agent-teams.md +171 -0
  1034. package/docs/content/locales/de-DE/agent-web-surfaces.md +161 -0
  1035. package/docs/content/locales/de-DE/audit-log.md +111 -0
  1036. package/docs/content/locales/de-DE/authentication.md +332 -0
  1037. package/docs/content/locales/de-DE/automations.md +268 -0
  1038. package/docs/content/locales/de-DE/blueprint-installer.md +83 -0
  1039. package/docs/content/locales/de-DE/cli-adapters.md +129 -0
  1040. package/docs/content/locales/de-DE/client.md +398 -0
  1041. package/docs/content/locales/de-DE/cloneable-saas.md +114 -0
  1042. package/docs/content/locales/de-DE/code-agents-ui.md +436 -0
  1043. package/docs/content/locales/de-DE/components.md +368 -0
  1044. package/docs/content/locales/de-DE/context-awareness.md +373 -0
  1045. package/docs/content/locales/de-DE/creating-templates.md +411 -0
  1046. package/docs/content/locales/de-DE/cross-app-sso.md +185 -0
  1047. package/docs/content/locales/de-DE/database.md +183 -0
  1048. package/docs/content/locales/de-DE/deployment.md +349 -0
  1049. package/docs/content/locales/de-DE/dispatch.md +146 -0
  1050. package/docs/content/locales/de-DE/drop-in-agent.md +260 -0
  1051. package/docs/content/locales/de-DE/durable-resume.md +65 -0
  1052. package/docs/content/locales/de-DE/embedding-sdk.md +597 -0
  1053. package/docs/content/locales/de-DE/evals.md +155 -0
  1054. package/docs/content/locales/de-DE/extensions.md +360 -0
  1055. package/docs/content/locales/de-DE/external-agents.md +619 -0
  1056. package/docs/content/locales/de-DE/faq.md +142 -0
  1057. package/docs/content/locales/de-DE/file-uploads.md +122 -0
  1058. package/docs/content/locales/de-DE/frames.md +153 -0
  1059. package/docs/content/locales/de-DE/getting-started.md +199 -0
  1060. package/docs/content/locales/de-DE/harness-agents.md +349 -0
  1061. package/docs/content/locales/de-DE/human-approval.md +86 -0
  1062. package/docs/content/locales/de-DE/internationalization.md +65 -22
  1063. package/docs/content/locales/de-DE/key-concepts.md +312 -0
  1064. package/docs/content/locales/de-DE/local-file-mode.md +433 -0
  1065. package/docs/content/locales/de-DE/mcp-apps.md +147 -0
  1066. package/docs/content/locales/de-DE/mcp-clients.md +330 -0
  1067. package/docs/content/locales/de-DE/mcp-protocol.md +279 -0
  1068. package/docs/content/locales/de-DE/messaging.md +461 -0
  1069. package/docs/content/locales/de-DE/migration-workbench.md +33 -0
  1070. package/docs/content/locales/de-DE/multi-app-workspace.md +312 -0
  1071. package/docs/content/locales/de-DE/multi-tenancy.md +52 -0
  1072. package/docs/content/locales/de-DE/native-chat-ui.md +321 -0
  1073. package/docs/content/locales/de-DE/notifications.md +231 -0
  1074. package/docs/content/locales/de-DE/observability.md +294 -0
  1075. package/docs/content/locales/de-DE/observational-memory.md +77 -0
  1076. package/docs/content/locales/de-DE/onboarding.md +216 -0
  1077. package/docs/content/locales/de-DE/plan-plugin.md +200 -0
  1078. package/docs/content/locales/de-DE/pr-visual-recap.md +384 -0
  1079. package/docs/content/locales/de-DE/processors.md +106 -0
  1080. package/docs/content/locales/de-DE/progress.md +199 -0
  1081. package/docs/content/locales/de-DE/pure-agent-apps.md +39 -0
  1082. package/docs/content/locales/de-DE/real-time-collaboration.md +676 -0
  1083. package/docs/content/locales/de-DE/recurring-jobs.md +142 -0
  1084. package/docs/content/locales/de-DE/routing.md +79 -0
  1085. package/docs/content/locales/de-DE/sandbox-adapters.md +227 -0
  1086. package/docs/content/locales/de-DE/security.md +330 -0
  1087. package/docs/content/locales/de-DE/server.md +253 -0
  1088. package/docs/content/locales/de-DE/sharing.md +219 -0
  1089. package/docs/content/locales/de-DE/skills-guide.md +281 -0
  1090. package/docs/content/locales/de-DE/template-analytics.md +259 -0
  1091. package/docs/content/locales/de-DE/template-assets.md +303 -0
  1092. package/docs/content/locales/de-DE/template-brain.md +324 -0
  1093. package/docs/content/locales/de-DE/template-calendar.md +194 -0
  1094. package/docs/content/locales/de-DE/template-chat.md +129 -0
  1095. package/docs/content/locales/de-DE/template-clips.md +368 -0
  1096. package/docs/content/locales/de-DE/template-content.md +402 -0
  1097. package/docs/content/locales/de-DE/template-design.md +173 -0
  1098. package/docs/content/locales/de-DE/template-dispatch.md +220 -0
  1099. package/docs/content/locales/de-DE/template-forms.md +178 -0
  1100. package/docs/content/locales/de-DE/template-mail.md +239 -0
  1101. package/docs/content/locales/de-DE/template-plan.md +814 -0
  1102. package/docs/content/locales/de-DE/template-slides.md +293 -0
  1103. package/docs/content/locales/de-DE/template-videos.md +222 -0
  1104. package/docs/content/locales/de-DE/tracking.md +236 -0
  1105. package/docs/content/locales/de-DE/using-your-agent.md +71 -0
  1106. package/docs/content/locales/de-DE/voice-input.md +81 -0
  1107. package/docs/content/locales/de-DE/what-is-agent-native.md +202 -0
  1108. package/docs/content/locales/de-DE/workspace-connections.md +321 -0
  1109. package/docs/content/locales/de-DE/workspace-management.md +175 -0
  1110. package/docs/content/locales/de-DE/workspace.md +323 -0
  1111. package/docs/content/locales/de-DE/writing-agent-instructions.md +173 -0
  1112. package/docs/content/locales/es-ES/a2a-protocol.md +392 -0
  1113. package/docs/content/locales/es-ES/actions.md +583 -0
  1114. package/docs/content/locales/es-ES/agent-mentions.md +164 -0
  1115. package/docs/content/locales/es-ES/agent-surfaces.md +397 -0
  1116. package/docs/content/locales/es-ES/agent-teams.md +171 -0
  1117. package/docs/content/locales/es-ES/agent-web-surfaces.md +161 -0
  1118. package/docs/content/locales/es-ES/audit-log.md +111 -0
  1119. package/docs/content/locales/es-ES/authentication.md +332 -0
  1120. package/docs/content/locales/es-ES/automations.md +268 -0
  1121. package/docs/content/locales/es-ES/blueprint-installer.md +83 -0
  1122. package/docs/content/locales/es-ES/cli-adapters.md +129 -0
  1123. package/docs/content/locales/es-ES/client.md +398 -0
  1124. package/docs/content/locales/es-ES/cloneable-saas.md +114 -0
  1125. package/docs/content/locales/es-ES/code-agents-ui.md +436 -0
  1126. package/docs/content/locales/es-ES/components.md +368 -0
  1127. package/docs/content/locales/es-ES/context-awareness.md +373 -0
  1128. package/docs/content/locales/es-ES/creating-templates.md +411 -0
  1129. package/docs/content/locales/es-ES/cross-app-sso.md +185 -0
  1130. package/docs/content/locales/es-ES/database.md +183 -0
  1131. package/docs/content/locales/es-ES/deployment.md +349 -0
  1132. package/docs/content/locales/es-ES/dispatch.md +146 -0
  1133. package/docs/content/locales/es-ES/drop-in-agent.md +260 -0
  1134. package/docs/content/locales/es-ES/durable-resume.md +65 -0
  1135. package/docs/content/locales/es-ES/embedding-sdk.md +597 -0
  1136. package/docs/content/locales/es-ES/evals.md +155 -0
  1137. package/docs/content/locales/es-ES/extensions.md +360 -0
  1138. package/docs/content/locales/es-ES/external-agents.md +619 -0
  1139. package/docs/content/locales/es-ES/faq.md +142 -0
  1140. package/docs/content/locales/es-ES/file-uploads.md +122 -0
  1141. package/docs/content/locales/es-ES/frames.md +153 -0
  1142. package/docs/content/locales/es-ES/getting-started.md +199 -0
  1143. package/docs/content/locales/es-ES/harness-agents.md +349 -0
  1144. package/docs/content/locales/es-ES/human-approval.md +86 -0
  1145. package/docs/content/locales/es-ES/internationalization.md +67 -24
  1146. package/docs/content/locales/es-ES/key-concepts.md +312 -0
  1147. package/docs/content/locales/es-ES/local-file-mode.md +433 -0
  1148. package/docs/content/locales/es-ES/mcp-apps.md +147 -0
  1149. package/docs/content/locales/es-ES/mcp-clients.md +330 -0
  1150. package/docs/content/locales/es-ES/mcp-protocol.md +279 -0
  1151. package/docs/content/locales/es-ES/messaging.md +461 -0
  1152. package/docs/content/locales/es-ES/migration-workbench.md +33 -0
  1153. package/docs/content/locales/es-ES/multi-app-workspace.md +312 -0
  1154. package/docs/content/locales/es-ES/multi-tenancy.md +52 -0
  1155. package/docs/content/locales/es-ES/native-chat-ui.md +321 -0
  1156. package/docs/content/locales/es-ES/notifications.md +231 -0
  1157. package/docs/content/locales/es-ES/observability.md +294 -0
  1158. package/docs/content/locales/es-ES/observational-memory.md +77 -0
  1159. package/docs/content/locales/es-ES/onboarding.md +216 -0
  1160. package/docs/content/locales/es-ES/plan-plugin.md +200 -0
  1161. package/docs/content/locales/es-ES/pr-visual-recap.md +384 -0
  1162. package/docs/content/locales/es-ES/processors.md +106 -0
  1163. package/docs/content/locales/es-ES/progress.md +199 -0
  1164. package/docs/content/locales/es-ES/pure-agent-apps.md +39 -0
  1165. package/docs/content/locales/es-ES/real-time-collaboration.md +676 -0
  1166. package/docs/content/locales/es-ES/recurring-jobs.md +142 -0
  1167. package/docs/content/locales/es-ES/routing.md +79 -0
  1168. package/docs/content/locales/es-ES/sandbox-adapters.md +227 -0
  1169. package/docs/content/locales/es-ES/security.md +330 -0
  1170. package/docs/content/locales/es-ES/server.md +253 -0
  1171. package/docs/content/locales/es-ES/sharing.md +219 -0
  1172. package/docs/content/locales/es-ES/skills-guide.md +281 -0
  1173. package/docs/content/locales/es-ES/template-analytics.md +259 -0
  1174. package/docs/content/locales/es-ES/template-assets.md +303 -0
  1175. package/docs/content/locales/es-ES/template-brain.md +324 -0
  1176. package/docs/content/locales/es-ES/template-calendar.md +194 -0
  1177. package/docs/content/locales/es-ES/template-chat.md +129 -0
  1178. package/docs/content/locales/es-ES/template-clips.md +368 -0
  1179. package/docs/content/locales/es-ES/template-content.md +402 -0
  1180. package/docs/content/locales/es-ES/template-design.md +173 -0
  1181. package/docs/content/locales/es-ES/template-dispatch.md +220 -0
  1182. package/docs/content/locales/es-ES/template-forms.md +178 -0
  1183. package/docs/content/locales/es-ES/template-mail.md +239 -0
  1184. package/docs/content/locales/es-ES/template-plan.md +815 -0
  1185. package/docs/content/locales/es-ES/template-slides.md +293 -0
  1186. package/docs/content/locales/es-ES/template-videos.md +222 -0
  1187. package/docs/content/locales/es-ES/tracking.md +236 -0
  1188. package/docs/content/locales/es-ES/using-your-agent.md +71 -0
  1189. package/docs/content/locales/es-ES/voice-input.md +81 -0
  1190. package/docs/content/locales/es-ES/what-is-agent-native.md +202 -0
  1191. package/docs/content/locales/es-ES/workspace-connections.md +321 -0
  1192. package/docs/content/locales/es-ES/workspace-management.md +175 -0
  1193. package/docs/content/locales/es-ES/workspace.md +323 -0
  1194. package/docs/content/locales/es-ES/writing-agent-instructions.md +173 -0
  1195. package/docs/content/locales/fr-FR/a2a-protocol.md +392 -0
  1196. package/docs/content/locales/fr-FR/actions.md +583 -0
  1197. package/docs/content/locales/fr-FR/agent-mentions.md +164 -0
  1198. package/docs/content/locales/fr-FR/agent-surfaces.md +397 -0
  1199. package/docs/content/locales/fr-FR/agent-teams.md +171 -0
  1200. package/docs/content/locales/fr-FR/agent-web-surfaces.md +161 -0
  1201. package/docs/content/locales/fr-FR/audit-log.md +111 -0
  1202. package/docs/content/locales/fr-FR/authentication.md +332 -0
  1203. package/docs/content/locales/fr-FR/automations.md +268 -0
  1204. package/docs/content/locales/fr-FR/blueprint-installer.md +83 -0
  1205. package/docs/content/locales/fr-FR/cli-adapters.md +129 -0
  1206. package/docs/content/locales/fr-FR/client.md +398 -0
  1207. package/docs/content/locales/fr-FR/cloneable-saas.md +114 -0
  1208. package/docs/content/locales/fr-FR/code-agents-ui.md +436 -0
  1209. package/docs/content/locales/fr-FR/components.md +368 -0
  1210. package/docs/content/locales/fr-FR/context-awareness.md +373 -0
  1211. package/docs/content/locales/fr-FR/creating-templates.md +411 -0
  1212. package/docs/content/locales/fr-FR/cross-app-sso.md +185 -0
  1213. package/docs/content/locales/fr-FR/database.md +183 -0
  1214. package/docs/content/locales/fr-FR/deployment.md +349 -0
  1215. package/docs/content/locales/fr-FR/dispatch.md +146 -0
  1216. package/docs/content/locales/fr-FR/drop-in-agent.md +260 -0
  1217. package/docs/content/locales/fr-FR/durable-resume.md +65 -0
  1218. package/docs/content/locales/fr-FR/embedding-sdk.md +597 -0
  1219. package/docs/content/locales/fr-FR/evals.md +155 -0
  1220. package/docs/content/locales/fr-FR/extensions.md +360 -0
  1221. package/docs/content/locales/fr-FR/external-agents.md +619 -0
  1222. package/docs/content/locales/fr-FR/faq.md +142 -0
  1223. package/docs/content/locales/fr-FR/file-uploads.md +122 -0
  1224. package/docs/content/locales/fr-FR/frames.md +153 -0
  1225. package/docs/content/locales/fr-FR/getting-started.md +199 -0
  1226. package/docs/content/locales/fr-FR/harness-agents.md +349 -0
  1227. package/docs/content/locales/fr-FR/human-approval.md +86 -0
  1228. package/docs/content/locales/fr-FR/internationalization.md +67 -24
  1229. package/docs/content/locales/fr-FR/key-concepts.md +312 -0
  1230. package/docs/content/locales/fr-FR/local-file-mode.md +433 -0
  1231. package/docs/content/locales/fr-FR/mcp-apps.md +147 -0
  1232. package/docs/content/locales/fr-FR/mcp-clients.md +330 -0
  1233. package/docs/content/locales/fr-FR/mcp-protocol.md +279 -0
  1234. package/docs/content/locales/fr-FR/messaging.md +461 -0
  1235. package/docs/content/locales/fr-FR/migration-workbench.md +33 -0
  1236. package/docs/content/locales/fr-FR/multi-app-workspace.md +312 -0
  1237. package/docs/content/locales/fr-FR/multi-tenancy.md +52 -0
  1238. package/docs/content/locales/fr-FR/native-chat-ui.md +321 -0
  1239. package/docs/content/locales/fr-FR/notifications.md +231 -0
  1240. package/docs/content/locales/fr-FR/observability.md +294 -0
  1241. package/docs/content/locales/fr-FR/observational-memory.md +77 -0
  1242. package/docs/content/locales/fr-FR/onboarding.md +216 -0
  1243. package/docs/content/locales/fr-FR/plan-plugin.md +200 -0
  1244. package/docs/content/locales/fr-FR/pr-visual-recap.md +384 -0
  1245. package/docs/content/locales/fr-FR/processors.md +106 -0
  1246. package/docs/content/locales/fr-FR/progress.md +199 -0
  1247. package/docs/content/locales/fr-FR/pure-agent-apps.md +39 -0
  1248. package/docs/content/locales/fr-FR/real-time-collaboration.md +676 -0
  1249. package/docs/content/locales/fr-FR/recurring-jobs.md +142 -0
  1250. package/docs/content/locales/fr-FR/routing.md +79 -0
  1251. package/docs/content/locales/fr-FR/sandbox-adapters.md +227 -0
  1252. package/docs/content/locales/fr-FR/security.md +330 -0
  1253. package/docs/content/locales/fr-FR/server.md +253 -0
  1254. package/docs/content/locales/fr-FR/sharing.md +219 -0
  1255. package/docs/content/locales/fr-FR/skills-guide.md +281 -0
  1256. package/docs/content/locales/fr-FR/template-analytics.md +259 -0
  1257. package/docs/content/locales/fr-FR/template-assets.md +303 -0
  1258. package/docs/content/locales/fr-FR/template-brain.md +324 -0
  1259. package/docs/content/locales/fr-FR/template-calendar.md +194 -0
  1260. package/docs/content/locales/fr-FR/template-chat.md +129 -0
  1261. package/docs/content/locales/fr-FR/template-clips.md +368 -0
  1262. package/docs/content/locales/fr-FR/template-content.md +402 -0
  1263. package/docs/content/locales/fr-FR/template-design.md +173 -0
  1264. package/docs/content/locales/fr-FR/template-dispatch.md +220 -0
  1265. package/docs/content/locales/fr-FR/template-forms.md +178 -0
  1266. package/docs/content/locales/fr-FR/template-mail.md +239 -0
  1267. package/docs/content/locales/fr-FR/template-plan.md +815 -0
  1268. package/docs/content/locales/fr-FR/template-slides.md +293 -0
  1269. package/docs/content/locales/fr-FR/template-videos.md +222 -0
  1270. package/docs/content/locales/fr-FR/tracking.md +236 -0
  1271. package/docs/content/locales/fr-FR/using-your-agent.md +71 -0
  1272. package/docs/content/locales/fr-FR/voice-input.md +81 -0
  1273. package/docs/content/locales/fr-FR/what-is-agent-native.md +202 -0
  1274. package/docs/content/locales/fr-FR/workspace-connections.md +321 -0
  1275. package/docs/content/locales/fr-FR/workspace-management.md +175 -0
  1276. package/docs/content/locales/fr-FR/workspace.md +323 -0
  1277. package/docs/content/locales/fr-FR/writing-agent-instructions.md +173 -0
  1278. package/docs/content/locales/hi-IN/a2a-protocol.md +392 -0
  1279. package/docs/content/locales/hi-IN/actions.md +583 -0
  1280. package/docs/content/locales/hi-IN/agent-mentions.md +164 -0
  1281. package/docs/content/locales/hi-IN/agent-surfaces.md +397 -0
  1282. package/docs/content/locales/hi-IN/agent-teams.md +171 -0
  1283. package/docs/content/locales/hi-IN/agent-web-surfaces.md +161 -0
  1284. package/docs/content/locales/hi-IN/audit-log.md +111 -0
  1285. package/docs/content/locales/hi-IN/authentication.md +332 -0
  1286. package/docs/content/locales/hi-IN/automations.md +268 -0
  1287. package/docs/content/locales/hi-IN/blueprint-installer.md +83 -0
  1288. package/docs/content/locales/hi-IN/cli-adapters.md +129 -0
  1289. package/docs/content/locales/hi-IN/client.md +398 -0
  1290. package/docs/content/locales/hi-IN/cloneable-saas.md +114 -0
  1291. package/docs/content/locales/hi-IN/code-agents-ui.md +436 -0
  1292. package/docs/content/locales/hi-IN/components.md +368 -0
  1293. package/docs/content/locales/hi-IN/context-awareness.md +373 -0
  1294. package/docs/content/locales/hi-IN/creating-templates.md +411 -0
  1295. package/docs/content/locales/hi-IN/cross-app-sso.md +185 -0
  1296. package/docs/content/locales/hi-IN/database.md +183 -0
  1297. package/docs/content/locales/hi-IN/deployment.md +349 -0
  1298. package/docs/content/locales/hi-IN/dispatch.md +146 -0
  1299. package/docs/content/locales/hi-IN/drop-in-agent.md +260 -0
  1300. package/docs/content/locales/hi-IN/durable-resume.md +65 -0
  1301. package/docs/content/locales/hi-IN/embedding-sdk.md +597 -0
  1302. package/docs/content/locales/hi-IN/evals.md +155 -0
  1303. package/docs/content/locales/hi-IN/extensions.md +360 -0
  1304. package/docs/content/locales/hi-IN/external-agents.md +619 -0
  1305. package/docs/content/locales/hi-IN/faq.md +142 -0
  1306. package/docs/content/locales/hi-IN/file-uploads.md +122 -0
  1307. package/docs/content/locales/hi-IN/frames.md +153 -0
  1308. package/docs/content/locales/hi-IN/getting-started.md +199 -0
  1309. package/docs/content/locales/hi-IN/harness-agents.md +349 -0
  1310. package/docs/content/locales/hi-IN/human-approval.md +86 -0
  1311. package/docs/content/locales/hi-IN/internationalization.md +70 -27
  1312. package/docs/content/locales/hi-IN/key-concepts.md +312 -0
  1313. package/docs/content/locales/hi-IN/local-file-mode.md +433 -0
  1314. package/docs/content/locales/hi-IN/mcp-apps.md +147 -0
  1315. package/docs/content/locales/hi-IN/mcp-clients.md +330 -0
  1316. package/docs/content/locales/hi-IN/mcp-protocol.md +279 -0
  1317. package/docs/content/locales/hi-IN/messaging.md +461 -0
  1318. package/docs/content/locales/hi-IN/migration-workbench.md +33 -0
  1319. package/docs/content/locales/hi-IN/multi-app-workspace.md +312 -0
  1320. package/docs/content/locales/hi-IN/multi-tenancy.md +52 -0
  1321. package/docs/content/locales/hi-IN/native-chat-ui.md +321 -0
  1322. package/docs/content/locales/hi-IN/notifications.md +231 -0
  1323. package/docs/content/locales/hi-IN/observability.md +294 -0
  1324. package/docs/content/locales/hi-IN/observational-memory.md +77 -0
  1325. package/docs/content/locales/hi-IN/onboarding.md +216 -0
  1326. package/docs/content/locales/hi-IN/plan-plugin.md +200 -0
  1327. package/docs/content/locales/hi-IN/pr-visual-recap.md +384 -0
  1328. package/docs/content/locales/hi-IN/processors.md +106 -0
  1329. package/docs/content/locales/hi-IN/progress.md +199 -0
  1330. package/docs/content/locales/hi-IN/pure-agent-apps.md +39 -0
  1331. package/docs/content/locales/hi-IN/real-time-collaboration.md +676 -0
  1332. package/docs/content/locales/hi-IN/recurring-jobs.md +142 -0
  1333. package/docs/content/locales/hi-IN/routing.md +79 -0
  1334. package/docs/content/locales/hi-IN/sandbox-adapters.md +227 -0
  1335. package/docs/content/locales/hi-IN/security.md +330 -0
  1336. package/docs/content/locales/hi-IN/server.md +253 -0
  1337. package/docs/content/locales/hi-IN/sharing.md +219 -0
  1338. package/docs/content/locales/hi-IN/skills-guide.md +281 -0
  1339. package/docs/content/locales/hi-IN/template-analytics.md +259 -0
  1340. package/docs/content/locales/hi-IN/template-assets.md +303 -0
  1341. package/docs/content/locales/hi-IN/template-brain.md +324 -0
  1342. package/docs/content/locales/hi-IN/template-calendar.md +194 -0
  1343. package/docs/content/locales/hi-IN/template-chat.md +129 -0
  1344. package/docs/content/locales/hi-IN/template-clips.md +368 -0
  1345. package/docs/content/locales/hi-IN/template-content.md +402 -0
  1346. package/docs/content/locales/hi-IN/template-design.md +173 -0
  1347. package/docs/content/locales/hi-IN/template-dispatch.md +220 -0
  1348. package/docs/content/locales/hi-IN/template-forms.md +178 -0
  1349. package/docs/content/locales/hi-IN/template-mail.md +239 -0
  1350. package/docs/content/locales/hi-IN/template-plan.md +815 -0
  1351. package/docs/content/locales/hi-IN/template-slides.md +293 -0
  1352. package/docs/content/locales/hi-IN/template-videos.md +222 -0
  1353. package/docs/content/locales/hi-IN/tracking.md +236 -0
  1354. package/docs/content/locales/hi-IN/using-your-agent.md +71 -0
  1355. package/docs/content/locales/hi-IN/voice-input.md +81 -0
  1356. package/docs/content/locales/hi-IN/what-is-agent-native.md +202 -0
  1357. package/docs/content/locales/hi-IN/workspace-connections.md +321 -0
  1358. package/docs/content/locales/hi-IN/workspace-management.md +175 -0
  1359. package/docs/content/locales/hi-IN/workspace.md +323 -0
  1360. package/docs/content/locales/hi-IN/writing-agent-instructions.md +173 -0
  1361. package/docs/content/locales/ja-JP/a2a-protocol.md +392 -0
  1362. package/docs/content/locales/ja-JP/actions.md +583 -0
  1363. package/docs/content/locales/ja-JP/agent-mentions.md +164 -0
  1364. package/docs/content/locales/ja-JP/agent-surfaces.md +397 -0
  1365. package/docs/content/locales/ja-JP/agent-teams.md +171 -0
  1366. package/docs/content/locales/ja-JP/agent-web-surfaces.md +161 -0
  1367. package/docs/content/locales/ja-JP/audit-log.md +111 -0
  1368. package/docs/content/locales/ja-JP/authentication.md +332 -0
  1369. package/docs/content/locales/ja-JP/automations.md +268 -0
  1370. package/docs/content/locales/ja-JP/blueprint-installer.md +83 -0
  1371. package/docs/content/locales/ja-JP/cli-adapters.md +129 -0
  1372. package/docs/content/locales/ja-JP/client.md +398 -0
  1373. package/docs/content/locales/ja-JP/cloneable-saas.md +114 -0
  1374. package/docs/content/locales/ja-JP/code-agents-ui.md +436 -0
  1375. package/docs/content/locales/ja-JP/components.md +368 -0
  1376. package/docs/content/locales/ja-JP/context-awareness.md +373 -0
  1377. package/docs/content/locales/ja-JP/creating-templates.md +411 -0
  1378. package/docs/content/locales/ja-JP/cross-app-sso.md +185 -0
  1379. package/docs/content/locales/ja-JP/database.md +183 -0
  1380. package/docs/content/locales/ja-JP/deployment.md +349 -0
  1381. package/docs/content/locales/ja-JP/dispatch.md +146 -0
  1382. package/docs/content/locales/ja-JP/drop-in-agent.md +260 -0
  1383. package/docs/content/locales/ja-JP/durable-resume.md +65 -0
  1384. package/docs/content/locales/ja-JP/embedding-sdk.md +597 -0
  1385. package/docs/content/locales/ja-JP/evals.md +155 -0
  1386. package/docs/content/locales/ja-JP/extensions.md +360 -0
  1387. package/docs/content/locales/ja-JP/external-agents.md +619 -0
  1388. package/docs/content/locales/ja-JP/faq.md +142 -0
  1389. package/docs/content/locales/ja-JP/file-uploads.md +122 -0
  1390. package/docs/content/locales/ja-JP/frames.md +153 -0
  1391. package/docs/content/locales/ja-JP/getting-started.md +199 -0
  1392. package/docs/content/locales/ja-JP/harness-agents.md +349 -0
  1393. package/docs/content/locales/ja-JP/human-approval.md +86 -0
  1394. package/docs/content/locales/ja-JP/internationalization.md +54 -23
  1395. package/docs/content/locales/ja-JP/key-concepts.md +312 -0
  1396. package/docs/content/locales/ja-JP/local-file-mode.md +433 -0
  1397. package/docs/content/locales/ja-JP/mcp-apps.md +147 -0
  1398. package/docs/content/locales/ja-JP/mcp-clients.md +330 -0
  1399. package/docs/content/locales/ja-JP/mcp-protocol.md +279 -0
  1400. package/docs/content/locales/ja-JP/messaging.md +461 -0
  1401. package/docs/content/locales/ja-JP/migration-workbench.md +33 -0
  1402. package/docs/content/locales/ja-JP/multi-app-workspace.md +312 -0
  1403. package/docs/content/locales/ja-JP/multi-tenancy.md +52 -0
  1404. package/docs/content/locales/ja-JP/native-chat-ui.md +321 -0
  1405. package/docs/content/locales/ja-JP/notifications.md +231 -0
  1406. package/docs/content/locales/ja-JP/observability.md +294 -0
  1407. package/docs/content/locales/ja-JP/observational-memory.md +77 -0
  1408. package/docs/content/locales/ja-JP/onboarding.md +216 -0
  1409. package/docs/content/locales/ja-JP/plan-plugin.md +200 -0
  1410. package/docs/content/locales/ja-JP/pr-visual-recap.md +384 -0
  1411. package/docs/content/locales/ja-JP/processors.md +106 -0
  1412. package/docs/content/locales/ja-JP/progress.md +199 -0
  1413. package/docs/content/locales/ja-JP/pure-agent-apps.md +39 -0
  1414. package/docs/content/locales/ja-JP/real-time-collaboration.md +676 -0
  1415. package/docs/content/locales/ja-JP/recurring-jobs.md +142 -0
  1416. package/docs/content/locales/ja-JP/routing.md +79 -0
  1417. package/docs/content/locales/ja-JP/sandbox-adapters.md +227 -0
  1418. package/docs/content/locales/ja-JP/security.md +330 -0
  1419. package/docs/content/locales/ja-JP/server.md +253 -0
  1420. package/docs/content/locales/ja-JP/sharing.md +219 -0
  1421. package/docs/content/locales/ja-JP/skills-guide.md +281 -0
  1422. package/docs/content/locales/ja-JP/template-analytics.md +259 -0
  1423. package/docs/content/locales/ja-JP/template-assets.md +303 -0
  1424. package/docs/content/locales/ja-JP/template-brain.md +324 -0
  1425. package/docs/content/locales/ja-JP/template-calendar.md +194 -0
  1426. package/docs/content/locales/ja-JP/template-chat.md +129 -0
  1427. package/docs/content/locales/ja-JP/template-clips.md +368 -0
  1428. package/docs/content/locales/ja-JP/template-content.md +402 -0
  1429. package/docs/content/locales/ja-JP/template-design.md +173 -0
  1430. package/docs/content/locales/ja-JP/template-dispatch.md +220 -0
  1431. package/docs/content/locales/ja-JP/template-forms.md +178 -0
  1432. package/docs/content/locales/ja-JP/template-mail.md +239 -0
  1433. package/docs/content/locales/ja-JP/template-plan.md +814 -0
  1434. package/docs/content/locales/ja-JP/template-slides.md +293 -0
  1435. package/docs/content/locales/ja-JP/template-videos.md +222 -0
  1436. package/docs/content/locales/ja-JP/tracking.md +236 -0
  1437. package/docs/content/locales/ja-JP/using-your-agent.md +71 -0
  1438. package/docs/content/locales/ja-JP/voice-input.md +81 -0
  1439. package/docs/content/locales/ja-JP/what-is-agent-native.md +202 -0
  1440. package/docs/content/locales/ja-JP/workspace-connections.md +321 -0
  1441. package/docs/content/locales/ja-JP/workspace-management.md +175 -0
  1442. package/docs/content/locales/ja-JP/workspace.md +323 -0
  1443. package/docs/content/locales/ja-JP/writing-agent-instructions.md +173 -0
  1444. package/docs/content/locales/ko-KR/a2a-protocol.md +392 -0
  1445. package/docs/content/locales/ko-KR/actions.md +583 -0
  1446. package/docs/content/locales/ko-KR/agent-mentions.md +164 -0
  1447. package/docs/content/locales/ko-KR/agent-surfaces.md +397 -0
  1448. package/docs/content/locales/ko-KR/agent-teams.md +171 -0
  1449. package/docs/content/locales/ko-KR/agent-web-surfaces.md +161 -0
  1450. package/docs/content/locales/ko-KR/audit-log.md +111 -0
  1451. package/docs/content/locales/ko-KR/authentication.md +332 -0
  1452. package/docs/content/locales/ko-KR/automations.md +268 -0
  1453. package/docs/content/locales/ko-KR/blueprint-installer.md +83 -0
  1454. package/docs/content/locales/ko-KR/cli-adapters.md +129 -0
  1455. package/docs/content/locales/ko-KR/client.md +398 -0
  1456. package/docs/content/locales/ko-KR/cloneable-saas.md +114 -0
  1457. package/docs/content/locales/ko-KR/code-agents-ui.md +436 -0
  1458. package/docs/content/locales/ko-KR/components.md +368 -0
  1459. package/docs/content/locales/ko-KR/context-awareness.md +373 -0
  1460. package/docs/content/locales/ko-KR/creating-templates.md +411 -0
  1461. package/docs/content/locales/ko-KR/cross-app-sso.md +187 -0
  1462. package/docs/content/locales/ko-KR/database.md +183 -0
  1463. package/docs/content/locales/ko-KR/deployment.md +349 -0
  1464. package/docs/content/locales/ko-KR/dispatch.md +146 -0
  1465. package/docs/content/locales/ko-KR/drop-in-agent.md +260 -0
  1466. package/docs/content/locales/ko-KR/durable-resume.md +65 -0
  1467. package/docs/content/locales/ko-KR/embedding-sdk.md +597 -0
  1468. package/docs/content/locales/ko-KR/evals.md +155 -0
  1469. package/docs/content/locales/ko-KR/extensions.md +360 -0
  1470. package/docs/content/locales/ko-KR/external-agents.md +621 -0
  1471. package/docs/content/locales/ko-KR/faq.md +142 -0
  1472. package/docs/content/locales/ko-KR/file-uploads.md +122 -0
  1473. package/docs/content/locales/ko-KR/frames.md +153 -0
  1474. package/docs/content/locales/ko-KR/getting-started.md +199 -0
  1475. package/docs/content/locales/ko-KR/harness-agents.md +349 -0
  1476. package/docs/content/locales/ko-KR/human-approval.md +88 -0
  1477. package/docs/content/locales/ko-KR/internationalization.md +66 -23
  1478. package/docs/content/locales/ko-KR/key-concepts.md +312 -0
  1479. package/docs/content/locales/ko-KR/local-file-mode.md +433 -0
  1480. package/docs/content/locales/ko-KR/mcp-apps.md +147 -0
  1481. package/docs/content/locales/ko-KR/mcp-clients.md +330 -0
  1482. package/docs/content/locales/ko-KR/mcp-protocol.md +279 -0
  1483. package/docs/content/locales/ko-KR/messaging.md +464 -0
  1484. package/docs/content/locales/ko-KR/migration-workbench.md +33 -0
  1485. package/docs/content/locales/ko-KR/multi-app-workspace.md +312 -0
  1486. package/docs/content/locales/ko-KR/multi-tenancy.md +52 -0
  1487. package/docs/content/locales/ko-KR/native-chat-ui.md +321 -0
  1488. package/docs/content/locales/ko-KR/notifications.md +231 -0
  1489. package/docs/content/locales/ko-KR/observability.md +294 -0
  1490. package/docs/content/locales/ko-KR/observational-memory.md +77 -0
  1491. package/docs/content/locales/ko-KR/onboarding.md +216 -0
  1492. package/docs/content/locales/ko-KR/plan-plugin.md +200 -0
  1493. package/docs/content/locales/ko-KR/pr-visual-recap.md +384 -0
  1494. package/docs/content/locales/ko-KR/processors.md +106 -0
  1495. package/docs/content/locales/ko-KR/progress.md +199 -0
  1496. package/docs/content/locales/ko-KR/pure-agent-apps.md +39 -0
  1497. package/docs/content/locales/ko-KR/real-time-collaboration.md +676 -0
  1498. package/docs/content/locales/ko-KR/recurring-jobs.md +142 -0
  1499. package/docs/content/locales/ko-KR/routing.md +79 -0
  1500. package/docs/content/locales/ko-KR/sandbox-adapters.md +227 -0
  1501. package/docs/content/locales/ko-KR/security.md +330 -0
  1502. package/docs/content/locales/ko-KR/server.md +253 -0
  1503. package/docs/content/locales/ko-KR/sharing.md +219 -0
  1504. package/docs/content/locales/ko-KR/skills-guide.md +281 -0
  1505. package/docs/content/locales/ko-KR/template-analytics.md +259 -0
  1506. package/docs/content/locales/ko-KR/template-assets.md +307 -0
  1507. package/docs/content/locales/ko-KR/template-brain.md +324 -0
  1508. package/docs/content/locales/ko-KR/template-calendar.md +194 -0
  1509. package/docs/content/locales/ko-KR/template-chat.md +129 -0
  1510. package/docs/content/locales/ko-KR/template-clips.md +372 -0
  1511. package/docs/content/locales/ko-KR/template-content.md +402 -0
  1512. package/docs/content/locales/ko-KR/template-design.md +173 -0
  1513. package/docs/content/locales/ko-KR/template-dispatch.md +220 -0
  1514. package/docs/content/locales/ko-KR/template-forms.md +178 -0
  1515. package/docs/content/locales/ko-KR/template-mail.md +239 -0
  1516. package/docs/content/locales/ko-KR/template-plan.md +815 -0
  1517. package/docs/content/locales/ko-KR/template-slides.md +293 -0
  1518. package/docs/content/locales/ko-KR/template-videos.md +222 -0
  1519. package/docs/content/locales/ko-KR/tracking.md +236 -0
  1520. package/docs/content/locales/ko-KR/using-your-agent.md +71 -0
  1521. package/docs/content/locales/ko-KR/voice-input.md +81 -0
  1522. package/docs/content/locales/ko-KR/what-is-agent-native.md +202 -0
  1523. package/docs/content/locales/ko-KR/workspace-connections.md +321 -0
  1524. package/docs/content/locales/ko-KR/workspace-management.md +175 -0
  1525. package/docs/content/locales/ko-KR/workspace.md +323 -0
  1526. package/docs/content/locales/ko-KR/writing-agent-instructions.md +173 -0
  1527. package/docs/content/locales/pt-BR/a2a-protocol.md +392 -0
  1528. package/docs/content/locales/pt-BR/actions.md +583 -0
  1529. package/docs/content/locales/pt-BR/agent-mentions.md +164 -0
  1530. package/docs/content/locales/pt-BR/agent-surfaces.md +397 -0
  1531. package/docs/content/locales/pt-BR/agent-teams.md +171 -0
  1532. package/docs/content/locales/pt-BR/agent-web-surfaces.md +161 -0
  1533. package/docs/content/locales/pt-BR/audit-log.md +111 -0
  1534. package/docs/content/locales/pt-BR/authentication.md +332 -0
  1535. package/docs/content/locales/pt-BR/automations.md +268 -0
  1536. package/docs/content/locales/pt-BR/blueprint-installer.md +83 -0
  1537. package/docs/content/locales/pt-BR/cli-adapters.md +129 -0
  1538. package/docs/content/locales/pt-BR/client.md +398 -0
  1539. package/docs/content/locales/pt-BR/cloneable-saas.md +114 -0
  1540. package/docs/content/locales/pt-BR/code-agents-ui.md +436 -0
  1541. package/docs/content/locales/pt-BR/components.md +368 -0
  1542. package/docs/content/locales/pt-BR/context-awareness.md +373 -0
  1543. package/docs/content/locales/pt-BR/creating-templates.md +411 -0
  1544. package/docs/content/locales/pt-BR/cross-app-sso.md +185 -0
  1545. package/docs/content/locales/pt-BR/database.md +183 -0
  1546. package/docs/content/locales/pt-BR/deployment.md +349 -0
  1547. package/docs/content/locales/pt-BR/dispatch.md +146 -0
  1548. package/docs/content/locales/pt-BR/drop-in-agent.md +260 -0
  1549. package/docs/content/locales/pt-BR/durable-resume.md +65 -0
  1550. package/docs/content/locales/pt-BR/embedding-sdk.md +597 -0
  1551. package/docs/content/locales/pt-BR/evals.md +155 -0
  1552. package/docs/content/locales/pt-BR/extensions.md +360 -0
  1553. package/docs/content/locales/pt-BR/external-agents.md +619 -0
  1554. package/docs/content/locales/pt-BR/faq.md +142 -0
  1555. package/docs/content/locales/pt-BR/file-uploads.md +122 -0
  1556. package/docs/content/locales/pt-BR/frames.md +153 -0
  1557. package/docs/content/locales/pt-BR/getting-started.md +199 -0
  1558. package/docs/content/locales/pt-BR/harness-agents.md +349 -0
  1559. package/docs/content/locales/pt-BR/human-approval.md +86 -0
  1560. package/docs/content/locales/pt-BR/internationalization.md +67 -24
  1561. package/docs/content/locales/pt-BR/key-concepts.md +312 -0
  1562. package/docs/content/locales/pt-BR/local-file-mode.md +433 -0
  1563. package/docs/content/locales/pt-BR/mcp-apps.md +147 -0
  1564. package/docs/content/locales/pt-BR/mcp-clients.md +330 -0
  1565. package/docs/content/locales/pt-BR/mcp-protocol.md +279 -0
  1566. package/docs/content/locales/pt-BR/messaging.md +461 -0
  1567. package/docs/content/locales/pt-BR/migration-workbench.md +33 -0
  1568. package/docs/content/locales/pt-BR/multi-app-workspace.md +312 -0
  1569. package/docs/content/locales/pt-BR/multi-tenancy.md +52 -0
  1570. package/docs/content/locales/pt-BR/native-chat-ui.md +321 -0
  1571. package/docs/content/locales/pt-BR/notifications.md +231 -0
  1572. package/docs/content/locales/pt-BR/observability.md +294 -0
  1573. package/docs/content/locales/pt-BR/observational-memory.md +77 -0
  1574. package/docs/content/locales/pt-BR/onboarding.md +216 -0
  1575. package/docs/content/locales/pt-BR/plan-plugin.md +200 -0
  1576. package/docs/content/locales/pt-BR/pr-visual-recap.md +384 -0
  1577. package/docs/content/locales/pt-BR/processors.md +106 -0
  1578. package/docs/content/locales/pt-BR/progress.md +199 -0
  1579. package/docs/content/locales/pt-BR/pure-agent-apps.md +39 -0
  1580. package/docs/content/locales/pt-BR/real-time-collaboration.md +676 -0
  1581. package/docs/content/locales/pt-BR/recurring-jobs.md +142 -0
  1582. package/docs/content/locales/pt-BR/routing.md +79 -0
  1583. package/docs/content/locales/pt-BR/sandbox-adapters.md +227 -0
  1584. package/docs/content/locales/pt-BR/security.md +330 -0
  1585. package/docs/content/locales/pt-BR/server.md +253 -0
  1586. package/docs/content/locales/pt-BR/sharing.md +219 -0
  1587. package/docs/content/locales/pt-BR/skills-guide.md +281 -0
  1588. package/docs/content/locales/pt-BR/template-analytics.md +259 -0
  1589. package/docs/content/locales/pt-BR/template-assets.md +303 -0
  1590. package/docs/content/locales/pt-BR/template-brain.md +324 -0
  1591. package/docs/content/locales/pt-BR/template-calendar.md +194 -0
  1592. package/docs/content/locales/pt-BR/template-chat.md +129 -0
  1593. package/docs/content/locales/pt-BR/template-clips.md +368 -0
  1594. package/docs/content/locales/pt-BR/template-content.md +402 -0
  1595. package/docs/content/locales/pt-BR/template-design.md +173 -0
  1596. package/docs/content/locales/pt-BR/template-dispatch.md +220 -0
  1597. package/docs/content/locales/pt-BR/template-forms.md +178 -0
  1598. package/docs/content/locales/pt-BR/template-mail.md +239 -0
  1599. package/docs/content/locales/pt-BR/template-plan.md +815 -0
  1600. package/docs/content/locales/pt-BR/template-slides.md +293 -0
  1601. package/docs/content/locales/pt-BR/template-videos.md +222 -0
  1602. package/docs/content/locales/pt-BR/tracking.md +236 -0
  1603. package/docs/content/locales/pt-BR/using-your-agent.md +71 -0
  1604. package/docs/content/locales/pt-BR/voice-input.md +81 -0
  1605. package/docs/content/locales/pt-BR/what-is-agent-native.md +202 -0
  1606. package/docs/content/locales/pt-BR/workspace-connections.md +321 -0
  1607. package/docs/content/locales/pt-BR/workspace-management.md +175 -0
  1608. package/docs/content/locales/pt-BR/workspace.md +323 -0
  1609. package/docs/content/locales/pt-BR/writing-agent-instructions.md +173 -0
  1610. package/docs/content/locales/zh-CN/a2a-protocol.md +392 -0
  1611. package/docs/content/locales/zh-CN/actions.md +583 -0
  1612. package/docs/content/locales/zh-CN/agent-mentions.md +164 -0
  1613. package/docs/content/locales/zh-CN/agent-surfaces.md +397 -0
  1614. package/docs/content/locales/zh-CN/agent-teams.md +171 -0
  1615. package/docs/content/locales/zh-CN/agent-web-surfaces.md +161 -0
  1616. package/docs/content/locales/zh-CN/audit-log.md +111 -0
  1617. package/docs/content/locales/zh-CN/authentication.md +332 -0
  1618. package/docs/content/locales/zh-CN/automations.md +268 -0
  1619. package/docs/content/locales/zh-CN/blueprint-installer.md +83 -0
  1620. package/docs/content/locales/zh-CN/cli-adapters.md +129 -0
  1621. package/docs/content/locales/zh-CN/client.md +398 -0
  1622. package/docs/content/locales/zh-CN/cloneable-saas.md +114 -0
  1623. package/docs/content/locales/zh-CN/code-agents-ui.md +436 -0
  1624. package/docs/content/locales/zh-CN/components.md +368 -0
  1625. package/docs/content/locales/zh-CN/context-awareness.md +373 -0
  1626. package/docs/content/locales/zh-CN/creating-templates.md +411 -0
  1627. package/docs/content/locales/zh-CN/cross-app-sso.md +188 -0
  1628. package/docs/content/locales/zh-CN/database.md +183 -0
  1629. package/docs/content/locales/zh-CN/deployment.md +349 -0
  1630. package/docs/content/locales/zh-CN/dispatch.md +146 -0
  1631. package/docs/content/locales/zh-CN/drop-in-agent.md +260 -0
  1632. package/docs/content/locales/zh-CN/durable-resume.md +65 -0
  1633. package/docs/content/locales/zh-CN/embedding-sdk.md +597 -0
  1634. package/docs/content/locales/zh-CN/evals.md +155 -0
  1635. package/docs/content/locales/zh-CN/extensions.md +360 -0
  1636. package/docs/content/locales/zh-CN/external-agents.md +619 -0
  1637. package/docs/content/locales/zh-CN/faq.md +142 -0
  1638. package/docs/content/locales/zh-CN/file-uploads.md +122 -0
  1639. package/docs/content/locales/zh-CN/frames.md +153 -0
  1640. package/docs/content/locales/zh-CN/getting-started.md +199 -0
  1641. package/docs/content/locales/zh-CN/harness-agents.md +349 -0
  1642. package/docs/content/locales/zh-CN/human-approval.md +86 -0
  1643. package/docs/content/locales/zh-CN/internationalization.md +67 -24
  1644. package/docs/content/locales/zh-CN/key-concepts.md +312 -0
  1645. package/docs/content/locales/zh-CN/local-file-mode.md +433 -0
  1646. package/docs/content/locales/zh-CN/mcp-apps.md +147 -0
  1647. package/docs/content/locales/zh-CN/mcp-clients.md +330 -0
  1648. package/docs/content/locales/zh-CN/mcp-protocol.md +279 -0
  1649. package/docs/content/locales/zh-CN/messaging.md +461 -0
  1650. package/docs/content/locales/zh-CN/migration-workbench.md +33 -0
  1651. package/docs/content/locales/zh-CN/multi-app-workspace.md +312 -0
  1652. package/docs/content/locales/zh-CN/multi-tenancy.md +52 -0
  1653. package/docs/content/locales/zh-CN/native-chat-ui.md +321 -0
  1654. package/docs/content/locales/zh-CN/notifications.md +231 -0
  1655. package/docs/content/locales/zh-CN/observability.md +294 -0
  1656. package/docs/content/locales/zh-CN/observational-memory.md +77 -0
  1657. package/docs/content/locales/zh-CN/onboarding.md +216 -0
  1658. package/docs/content/locales/zh-CN/plan-plugin.md +200 -0
  1659. package/docs/content/locales/zh-CN/pr-visual-recap.md +384 -0
  1660. package/docs/content/locales/zh-CN/processors.md +106 -0
  1661. package/docs/content/locales/zh-CN/progress.md +199 -0
  1662. package/docs/content/locales/zh-CN/pure-agent-apps.md +39 -0
  1663. package/docs/content/locales/zh-CN/real-time-collaboration.md +676 -0
  1664. package/docs/content/locales/zh-CN/recurring-jobs.md +142 -0
  1665. package/docs/content/locales/zh-CN/routing.md +79 -0
  1666. package/docs/content/locales/zh-CN/sandbox-adapters.md +227 -0
  1667. package/docs/content/locales/zh-CN/security.md +330 -0
  1668. package/docs/content/locales/zh-CN/server.md +253 -0
  1669. package/docs/content/locales/zh-CN/sharing.md +219 -0
  1670. package/docs/content/locales/zh-CN/skills-guide.md +281 -0
  1671. package/docs/content/locales/zh-CN/template-analytics.md +259 -0
  1672. package/docs/content/locales/zh-CN/template-assets.md +303 -0
  1673. package/docs/content/locales/zh-CN/template-brain.md +324 -0
  1674. package/docs/content/locales/zh-CN/template-calendar.md +194 -0
  1675. package/docs/content/locales/zh-CN/template-chat.md +129 -0
  1676. package/docs/content/locales/zh-CN/template-clips.md +368 -0
  1677. package/docs/content/locales/zh-CN/template-content.md +402 -0
  1678. package/docs/content/locales/zh-CN/template-design.md +173 -0
  1679. package/docs/content/locales/zh-CN/template-dispatch.md +220 -0
  1680. package/docs/content/locales/zh-CN/template-forms.md +178 -0
  1681. package/docs/content/locales/zh-CN/template-mail.md +239 -0
  1682. package/docs/content/locales/zh-CN/template-plan.md +814 -0
  1683. package/docs/content/locales/zh-CN/template-slides.md +293 -0
  1684. package/docs/content/locales/zh-CN/template-videos.md +222 -0
  1685. package/docs/content/locales/zh-CN/tracking.md +236 -0
  1686. package/docs/content/locales/zh-CN/using-your-agent.md +71 -0
  1687. package/docs/content/locales/zh-CN/voice-input.md +81 -0
  1688. package/docs/content/locales/zh-CN/what-is-agent-native.md +202 -0
  1689. package/docs/content/locales/zh-CN/workspace-connections.md +321 -0
  1690. package/docs/content/locales/zh-CN/workspace-management.md +175 -0
  1691. package/docs/content/locales/zh-CN/workspace.md +323 -0
  1692. package/docs/content/locales/zh-CN/writing-agent-instructions.md +173 -0
  1693. package/package.json +1 -1
  1694. package/src/templates/default/app/i18n/ar-SA.ts +356 -0
  1695. package/src/templates/default/app/i18n/de-DE.ts +332 -0
  1696. package/src/templates/default/app/i18n/en-US.ts +303 -0
  1697. package/src/templates/default/app/i18n/es-ES.ts +339 -0
  1698. package/src/templates/default/app/i18n/fr-FR.ts +339 -0
  1699. package/src/templates/default/app/i18n/hi-IN.ts +332 -0
  1700. package/src/templates/default/app/i18n/index.ts +18 -0
  1701. package/src/templates/default/app/i18n/ja-JP.ts +326 -0
  1702. package/src/templates/default/app/i18n/ko-KR.ts +326 -0
  1703. package/src/templates/default/app/i18n/pt-BR.ts +339 -0
  1704. package/src/templates/default/app/i18n/zh-CN.ts +324 -0
  1705. package/src/templates/default/app/root.tsx +109 -6
  1706. package/src/templates/workspace-core/.agents/skills/extensions/references/api.md +34 -12
@@ -0,0 +1,142 @@
1
+ ---
2
+ title: "FAQ"
3
+ description: "الأسئلة الشائعة حول Agent-Native - ما هو، ومن هو، وما الذي يمكنك إنشاؤه، وكيف يعمل."
4
+ ---
5
+
6
+ # FAQ
7
+
8
+ الأسئلة الشائعة حول الوكيل الأصلي، منظمة من "أنا أبحث فقط" إلى "أقوم بتوصيل المصادقة الآن."
9
+
10
+ ## الأساسيات {#general}
11
+
12
+ ### ما هو الوكيل الأصلي؟ {#what-is-agent-native}
13
+
14
+ Agent-native هو إطار عمل لبناء التطبيقات حيث يكون وكيل الذكاء الاصطناعي وسطح المنتج المحيط به شريكين متساويين. يمكن أن يبدأ هذا السطح كعميل بلا رأس بإجراء مخصص واحد، أو ينمو ليصبح دردشة غنية، أو يصبح UI كاملاً. الثابت هو أن الوكلاء والبشر يتشاركون نفس actions وقاعدة البيانات والحالة. راجع [What Is Agent-Native?](/docs/what-is-agent-native) للحصول على الشرح الكامل.
15
+
16
+ ### لمن هذا؟ {#who-is-this-for}
17
+
18
+ Agent-native مخصص للأشخاص الذين يريدون تطبيقًا حقيقيًا ووكيل AI للعمل من نفس البيانات وactions. المسارات الشائعة هي:
19
+
20
+ - **استخدم تطبيقًا مستضافًا** إذا كنت تريد البريد أو التقويم أو النماذج أو الخطة أو أي قالب نهائي آخر بدون إعداد - ابدأ من [template gallery](/templates).
21
+ - **ابدأ بالدردشة** إذا كنت تريد تطبيقًا أساسيًا يمكن للمستخدمين التحدث إليه على الفور، ثم قم بتوسيع نطاقه إلى actions والشاشات - ابدأ بـ [Getting Started](/docs/getting-started) أو [Chat](/docs/template-chat).
22
+ - **ابدأ بـ primitive-first** إذا كنت تريد إجراءً واحدًا وحلقة وكيل تطبيق بدون رأس قبل الالتزام بـ UI - ابدأ بـ [Getting Started](/docs/getting-started).
23
+ - **تفرع القالب وتخصيصه** إذا كنت تريد توصيل منتج SaaS الخاص بك بالمصادقة وقاعدة البيانات وUI والوكيل actions بالفعل - راجع [Templates](/docs/cloneable-saas).
24
+ - **الإنشاء من الصفر** إذا كنت تريد أساسيات إطار العمل لمنتج جديد يستند إلى الوكيل - فابدأ بـ [Getting Started](/docs/getting-started).
25
+ - **قم بتوصيل وكيل آخر أو أداة تعليمات برمجية أخرى** إذا كنت تريد أن يستخدم Claude أو ChatGPT أو Codex أو Cursor أو GitHub Copilot / VS Code تطبيقًا أصليًا للوكيل - راجع [External Agents](/docs/external-agents) و[Skills Guide](/docs/skills-guide).
26
+
27
+ ### كيف يختلف هذا عن إضافة الذكاء الاصطناعي إلى تطبيق موجود؟ {#how-is-this-different}
28
+
29
+ تعمل معظم التطبيقات على تشغيل الذكاء الاصطناعي كفكرة لاحقة لا يمكنها في الواقع القيام بأشياء في التطبيق. في تطبيق الوكيل الأصلي، يكون الوكيل مواطنًا من الدرجة الأولى يشترك في نفس actions وقاعدة البيانات والحالة مثل UI، لذا يمكنه فعل أي شيء يمكن أن تفعله الأزرار - وتعديل التعليمات البرمجية الخاصة بالتطبيق. انظر [What Is Agent-Native?](/docs/what-is-agent-native#the-ladder).
30
+
31
+ ```an-diagram title="Bolted-on AI vs. agent-native" summary="A bolted-on chat sidebar lives in its own world. An agent-native agent shares the same actions, database, and state as the UI."
32
+ {
33
+ "html": "<div class=\"diagram-vs\"><div class=\"diagram-col\"><span class=\"diagram-pill warn\">Bolted-on AI</span><div class=\"diagram-node\">Chat sidebar</div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&darr;</div><div class=\"diagram-box\" data-rough>separate AI world<br><small class=\"diagram-muted\">can't touch the app</small></div><div class=\"diagram-box diagram-muted\">App UI &amp; data</div></div><div class=\"diagram-divider\" aria-hidden=\"true\"></div><div class=\"diagram-col\"><span class=\"diagram-pill ok\">Agent-native</span><div class=\"diagram-row2\"><div class=\"diagram-node\">UI</div><div class=\"diagram-node\">Agent</div></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&darr;</div><div class=\"diagram-box\" data-rough>shared actions, DB &amp; state</div></div></div>",
34
+ "css": ".diagram-vs{display:flex;align-items:stretch;gap:18px;flex-wrap:wrap}.diagram-vs .diagram-col{display:flex;flex-direction:column;gap:8px;align-items:center;flex:1;min-width:200px}.diagram-vs .diagram-row2{display:flex;gap:8px}.diagram-vs .diagram-arrow{font-size:20px;line-height:1}.diagram-vs .diagram-divider{width:1px;align-self:stretch;background:currentColor;opacity:.15}"
35
+ }
36
+ ```
37
+
38
+ ### هل هو مفتوح المصدر؟ {#is-this-open-source}
39
+
40
+ نعم. الإطار وجميع القوالب مفتوحة المصدر. يمكنك تشغيل كل شيء محليًا، أو الاستضافة الذاتية، أو استخدام سحابة Builder.io للاستضافة المُدارة والتعاون وميزات الفريق.
41
+
42
+ ### كم تبلغ التكلفة؟ {#how-much}
43
+
44
+ إطار العمل نفسه مجاني. التكاليف التي ستراها عمليًا:
45
+
46
+ - **استخدام الذكاء الاصطناعي.** يمكنك إحضار مفتاح API الخاص بك (Anthropic، OpenAI، وما إلى ذلك) والدفع لموفر النموذج مباشرة. ليس هناك أي ترميز من جانبنا.
47
+ - **الاستضافة.** أيًا كان ما يتقاضاه مضيفك. تعمل معظم القوالب بشكل جيد على المستويات المجانية (Netlify وVercel وCloudflare) لأحمال العمل الصغيرة.
48
+
49
+ إذا كنت تفضل عدم إدارة أي من هذا، فإن الإصدار المستضاف على `agent-native.com` (الذي يديره Builder.io) يجمع الاستدلال والاستضافة في خطة لكل مقعد.
50
+
51
+ ### هل يمكنني استضافة هذا بنفسي؟ {#can-i-self-host}
52
+
53
+ نعم. اختر أي مضيف يقوم بتشغيل Node - Netlify، وVercel، وCloudflare، وAWS، وDeno Deploy، والخادم الخاص بك - وأي قاعدة بيانات SQL (Postgres، SQLite، Turso، D1). تم تصميم الإطار ليكون محمولاً. انظر [Deployment](/docs/deployment).
54
+
55
+ ### ما هي نماذج الذكاء الاصطناعي التي يدعمها؟ {#what-models}
56
+
57
+ Anthropic Claude وOpenAI (عائلة GPT-5) وGoogle Gemini وأي مزود يتحدث شكل OpenAI API (بما في ذلك النماذج المحلية عبر Ollama). يمكنك تكوين النموذج في الإعدادات؛ التبديل هو تغيير في التكوين، وليس إعادة كتابة التعليمات البرمجية. المسار الأكثر اختبارًا لإطار العمل هو Claude، لذا فهذه هي التوصية الافتراضية.
58
+
59
+ ### هل أحتاج إلى معرفة الذكاء الاصطناعي/تعلم الآلة؟ {#do-i-need-to-know-ai}
60
+
61
+ لا. أنت لا تقوم بتدريب النماذج، أو الضبط الدقيق، أو التعامل مع التضمينات. أنت تنشئ تطبيق ويب عاديًا - وفي الإصدار المستضاف، بالكاد تنشئ أي شيء على الإطلاق. يعالج إطار العمل تكامل الوكيل: توجيه الرسائل، تشغيل actions، حالة المزامنة.
62
+
63
+ ### هل يمكنني ترحيل تطبيق موجود إلى الوكيل الأصلي؟ {#can-i-use-existing-code}
64
+
65
+ يمكنك ذلك، ولكن الوكيل الأصلي يعمل بشكل أفضل عند إنشائه من الألف إلى الياء. يجب أن تكون البنية - قاعدة البيانات المشتركة، ومزامنة الاستقصاء، وactions، وحالة التطبيق - متكاملة طوال الوقت. البدء من القالب وتخصيصه هو المسار الموصى به. فكر في الأمر مثل التحول من سطح المكتب أولاً إلى الهاتف المحمول أولاً: يمكنك التعديل التحديثي، ولكن إنشاء المحتوى الأصلي هو الأفضل.
66
+
67
+ ## النماذج وما يمكنك إنشاؤه {#templates}
68
+
69
+ ### ما هي النماذج المتاحة؟ {#what-templates-are-available}
70
+
71
+ يأتي إطار العمل مع قوالب جاهزة للإنتاج بما في ذلك [Chat](/docs/template-chat)، و[Mail](/docs/template-mail)، و[Calendar](/docs/template-calendar)، و[Forms](/docs/template-forms)، و[Plan](/docs/template-plan) (الخطط المرئية وملخصات العلاقات العامة)، و[Analytics](/docs/template-analytics)، و[Dispatch](/docs/template-dispatch)، والمزيد. كل منها عبارة عن تطبيق كامل مع UI والوكيل actions ومخطط قاعدة البيانات وتعليمات الذكاء الاصطناعي الجاهزة للاستخدام. راجع [Templates](/docs/cloneable-saas) للحصول على الكتالوج الكامل.
72
+
73
+ ### هل يمكنني تخصيص النماذج؟ {#can-i-customize-templates}
74
+
75
+ هذا هو بيت القصيد. قم بتفرع القالب وتخصيصه عن طريق سؤال الوكيل. "إضافة حقل أولوية إلى النماذج." "الاتصال بمثيل Salesforce الخاص بنا." "قم بتغيير نظام الألوان ليتناسب مع علامتنا التجارية." يقوم الوكيل بتعديل الرمز، ويتطور تطبيقك بمرور الوقت.
76
+
77
+ ### هل يمكنني إنشاء شيء لا تغطيه النماذج؟ {#build-from-scratch}
78
+
79
+ نعم. إذا كنت تريد تطبيقًا أساسيًا للدردشة، فقم بتشغيل `npx @agent-native/core@latest create my-chat-app --template chat`؛ يمكنك الحصول على سلاسل محادثات متينة، وactions، والمصادقة، وحالة وقت التشغيل المدعومة بـ SQL، ومساحة لإضافة شاشاتك الخاصة. إذا كنت تريد أصغر تطبيق للإجراء أولاً بدون UI، فقم بتشغيل `npx @agent-native/core@latest create my-agent --headless`. راجع [Getting Started](/docs/getting-started)، و[Pure-Agent Apps](/docs/pure-agent-apps)، و[Chat](/docs/template-chat).
80
+
81
+ ### هل يمكنني تجربته بدون تفرع القالب؟ {#try-with-a-skill}
82
+
83
+ نعم - قم بتثبيت مهارة في وكيل الترميز الذي تستخدمه بالفعل بأمر واحد دون الحاجة إلى أي دعم. راجع [Skills Guide](/docs/skills-guide#app-backed-skills) للاطلاع على الإرشادات التفصيلية.
84
+
85
+ ## قدرات الوكيل {#agent-capabilities}
86
+
87
+ ### هل يستطيع الوكيل تعديل كود التطبيق حقًا؟ {#can-the-agent-modify-code}
88
+
89
+ نعم، وهي ميزة. يمكن للوكيل تحرير المكونات والمسارات والأنماط وactions بأمان. أنت تطلب "إضافة مخطط تحليل جماعي" ويقوم الوكيل بإنشائه. أنت تطلب "الاتصال بحساب Stripe الخاص بنا" ويقوم الوكيل بكتابة عملية التكامل. كل شيء هو عبارة عن تعليمات برمجية عادية يتم تتبعها بواسطة Git، لذا من السهل التراجع عن التغييرات السيئة.
90
+
91
+ ### هل يمكن للمستخدمين التحدث إلى الوكيل من خارج التطبيق؟ {#external-channels}
92
+
93
+ نعم. يعمل نفس الوكيل في UI على الويب الخاص بك، وفي Slack، وفي Telegram، عبر البريد الإلكتروني، ومن وكلاء آخرين (عبر [A2A](/docs/a2a-protocol)). إنه نفس الوكيل بنفس الذاكرة ونفس actions، تم الوصول إليه للتو من خلال قنوات مختلفة. انظر [Messaging the agent](/docs/messaging).
94
+
95
+ ### هل يمكن للوكلاء التحدث مع بعضهم البعض؟ {#can-agents-talk-to-each-other}
96
+
97
+ نعم، عبر [A2A (Agent-to-Agent) protocol](/docs/a2a-protocol). يحصل كل تطبيق أصلي للوكيل تلقائيًا على نقطة نهاية A2A. من تطبيق البريد، يمكنك وضع علامة على وكيل التحليلات للاستعلام عن البيانات. يكتشف الوكيل ما هو الوكلاء الآخرون المتاحون، ويستدعيهم عبر البروتوكول، ويعرض النتائج في UI. ليست هناك حاجة إلى تكوين — يتم إنشاء بطاقة الوكيل تلقائيًا من actions الخاص بنموذجك.
98
+
99
+ ### ما الذي يمكن للوكيل رؤيته في التطبيق؟ {#what-can-the-agent-see}
100
+
101
+ يعرف الوكيل دائمًا ما يشاهده المستخدم حاليًا. يكتب UI حالة التنقل إلى قاعدة البيانات عند كل تغيير للمسار - أي طريقة عرض مفتوحة، وأي عنصر محدد. يقرأ الوكيل هذا قبل اتخاذ الإجراء. إذا كان البريد الإلكتروني مفتوحًا، فسيعرف الوكيل أي بريد إلكتروني. إذا تم تحديد شريحة، يعرف الوكيل أي شريحة. انظر [Context Awareness](/docs/context-awareness).
102
+
103
+ ## أسئلة التطوير {#development}
104
+
105
+ ### ما هي أدوات ترميز الذكاء الاصطناعي التي تعمل مع الوكيل الأصلي؟ {#which-ai-tools-work}
106
+
107
+ أي أداة ترميز تعمل بالذكاء الاصطناعي تقرأ تعليمات المشروع. يستخدم إطار العمل AGENTS.md كمعيار عالمي ويقوم تلقائيًا بإنشاء روابط رمزية لأدوات محددة:
108
+
109
+ - **رمز Claude** — يقرأ CLAUDE.md (مرتبط بـ AGENTS.md بواسطة إعداد CLI)
110
+ - **المؤشر** — يقرأ AGENTS.md مباشرة، أو `.cursorrules` (الموقع القديم للمؤشر) إذا كان موجودًا في مشروعك
111
+ - **Windsurf** — يقرأ .windsurfrules (مرتبط بـ AGENTS.md بواسطة إعداد CLI)
112
+ - **Codex وGemini وآخرون** — يعملون عبر لوحة الوكلاء المضمنة
113
+ - **Builder.io** — وكيل مستضاف على السحابة مع إمكانية التحرير المرئي والتعاون
114
+
115
+ ### هل يمكنني استخدام قاعدة البيانات الخاصة بي؟ {#can-i-use-my-own-database}
116
+
117
+ نعم. قم بتعيين `DATABASE_URL` وسيكتشفه الإطار تلقائيًا. تتضمن قواعد البيانات المدعومة SQLite، وPostgres (Neon، وSupabase، وplain)، وTurso (libSQL)، وCloudflare D1. كل SQL لا تعرف لهجة من خلال Drizzle ORM — نفس الرمز يعمل في كل مكان.
118
+
119
+ ### أين يمكنني النشر؟ {#where-can-i-deploy}
120
+
121
+ في أي مكان. يعمل الخادم على Nitro، والذي يتم تجميعه لأي هدف نشر: Node.js، وCloudflare Workers/Pages، وNetlify، وVercel، وDeno Deploy، وAWS Lambda، وBun. يمكنك أيضًا استخدام استضافة Builder.io لعمليات النشر المُدارة. انظر [Deployment guide](/docs/deployment).
122
+
123
+ ## الهندسة المعمارية {#architecture}
124
+
125
+ ### لماذا SSE بالإضافة إلى الاقتراع بدلاً من WebSockets؟ {#why-polling-not-websockets}
126
+
127
+ يوفر SSE نفس العملية لكتابة مسار فوري للمتصفح، ويظل استطلاع عداد الإصدار خفيف الوزن هو البديل لأنه يعمل في كل بيئة نشر - بما في ذلك بيئة بدون خادم وبيئة الحافة، حيث قد لا تكون المقابس الدائمة متاحة. انظر [Key Concepts — Live sync](/docs/key-concepts#polling-sync).
128
+
129
+ ```an-diagram title="SSE first, polling fallback" summary="Same-process writes stream instantly; a version-counter poll keeps serverless, edge, and cross-process writes convergent."
130
+ {
131
+ "html": "<div class=\"diagram-transport\"><div class=\"diagram-box\" data-rough>DB write</div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&rarr;</div><div class=\"diagram-col\"><div class=\"diagram-node\">SSE<br><small class=\"diagram-muted\">/_agent-native/events &middot; instant</small></div><div class=\"diagram-node\">Poll<br><small class=\"diagram-muted\">/_agent-native/poll &middot; universal fallback</small></div></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&rarr;</div><div class=\"diagram-box\" data-rough>Browser refetch</div></div>",
132
+ "css": ".diagram-transport{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.diagram-transport .diagram-col{display:flex;flex-direction:column;gap:8px}.diagram-transport .diagram-arrow{font-size:22px;line-height:1}"
133
+ }
134
+ ```
135
+
136
+ ### لماذا لا يستطيع UI الاتصال بـ LLM مباشرة؟ {#why-no-inline-llm-calls}
137
+
138
+ الذكاء الاصطناعي غير حتمي، لذلك تحتاج إلى تدفق المحادثة لتقديم التعليقات والتكرار - وليس أزرار طلقة واحدة - ويمتلك الوكيل بالفعل قاعدة التعليمات البرمجية والتعليمات وskills والسجل الذي تفتقر إليه المكالمة المضمنة. إن توجيه كل شيء عبر الوكيل هو أيضًا ما يتيح تشغيل التطبيق من Slack أو Telegram أو وكيل آخر. انظر [Key Concepts — Agent chat bridge](/docs/key-concepts#agent-chat-bridge).
139
+
140
+ ### لماذا هذا إطار عمل وليس مكتبة؟ {#why-framework-not-library}
141
+
142
+ تعمل قاعدة البيانات المشتركة والمزامنة المباشرة ونظام actions وحالة التطبيق فقط لأنها متصلة معًا من الألف إلى الياء — يتفاعل UI مع تغييرات الوكيل على الفور، ويتواصل الوكلاء، ويفهم الوكيل ما يبحث عنه المستخدم. مكتبة تمنحك قطعًا؛ هذه هي الهندسة المعمارية. انظر [Key Concepts](/docs/key-concepts).
@@ -0,0 +1,122 @@
1
+ ---
2
+ title: "تحميل الملفات"
3
+ description: "قم بتكوين مساحة تخزين تحميل الملفات — احتياطي SQL للمطورين، أو Builder.io أو موفري الخدمة المخصصين للإنتاج."
4
+ ---
5
+
6
+ # تحميلات الملفات
7
+
8
+ يوفر إطار العمل تجريدًا لتحميل الملفات والذي يقوم بتوجيه التحميلات من خلال موفر قابل للتكوين. تستدعي القوالب `uploadFile()` وتستعيد URL — واجهة التخزين الخلفية قابلة للتبديل دون تغيير رمز التطبيق.
9
+
10
+ ## كيفية العمل {#how-it-works}
11
+
12
+ تنتقل طلبات التحميل إلى `POST /_agent-native/file-upload`، والتي ترسلها إلى الموفر النشط. يمكنك التحقق من الموفر الذي تم تكوينه في `GET /_agent-native/file-upload/status`.
13
+
14
+ ترتيب حل الموفر هو:
15
+
16
+ 1. **الموفرون المسجلون بواسطة المستخدم** — مقدمو الخدمة المخصصون المسجلون عبر `registerFileUploadProvider()`
17
+ 2. **موفر Builder.io** — مدمج، يتم تنشيطه تلقائيًا عند اتصال Builder.io
18
+ 3. **الاحتياطي SQL** — يخزن الملفات بتنسيق base64 في قاعدة البيانات (مناسب للتطوير، وليس للإنتاج)
19
+
20
+ ```an-diagram title="Provider resolution order" summary="uploadFile() picks the first configured provider in order. The SQL fallback always exists so uploads work with zero setup."
21
+ {
22
+ "html": "<div class=\"diagram-upload\"><div class=\"diagram-box\" data-rough>uploadFile()<br><small class=\"diagram-muted\">POST /_agent-native/file-upload</small></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&rarr;</div><div class=\"diagram-col\"><div class=\"diagram-step\"><span class=\"diagram-pill accent\">1</span><div class=\"diagram-node\">User-registered<br><small class=\"diagram-muted\">registerFileUploadProvider() — S3, R2, GCS…</small></div></div><div class=\"diagram-step\"><span class=\"diagram-pill\">2</span><div class=\"diagram-node\">Builder.io<br><small class=\"diagram-muted\">auto when connected — CDN-served</small></div></div><div class=\"diagram-step\"><span class=\"diagram-pill warn\">3</span><div class=\"diagram-node\">SQL fallback<br><small class=\"diagram-muted\">base64 in DB — dev only</small></div></div></div></div>",
23
+ "css": ".diagram-upload{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.diagram-upload .diagram-col{display:flex;flex-direction:column;gap:10px}.diagram-upload .diagram-step{display:flex;align-items:center;gap:8px}.diagram-upload .diagram-arrow{font-size:22px;line-height:1}"
24
+ }
25
+ ```
26
+
27
+ ```an-api title="The upload endpoint" method="POST" path="/_agent-native/file-upload"
28
+ {
29
+ "method": "POST",
30
+ "path": "/_agent-native/file-upload",
31
+ "summary": "Upload a file through the active provider and get back a public URL.",
32
+ "description": "Dispatches to the first configured provider in resolution order. Check the active provider at `GET /_agent-native/file-upload/status`.",
33
+ "request": { "contentType": "multipart/form-data" },
34
+ "responses": [
35
+ { "status": "200", "description": "{ url, id?, provider } — the public URL and which provider handled it." }
36
+ ]
37
+ }
38
+ ```
39
+
40
+ ## الافتراضي: SQL الاحتياطي {#sql-fallback}
41
+
42
+ عند عدم تكوين أي موفر، يتم تخزين الملفات كبيانات base64 في قاعدة بيانات SQL عبر نظام الموارد. يعمل هذا بشكل خارج الصندوق للتطوير المحلي ولكن لا يوصى به للإنتاج - فالملفات الكبيرة تؤدي إلى تضخم قاعدة البيانات ولا يوجد CDN.
43
+
44
+ يتم تسجيل تحذير لمرة واحدة عند استخدام الإجراء الاحتياطي.
45
+
46
+ ## استضافة Builder.io {#builder-hosting}
47
+
48
+ عندما يكون تطبيقك متصلاً بـ Builder.io، يتم توجيه تحميلات الملفات تلقائيًا إلى استضافة أصول Builder. يتم تقديم الملفات من CDN دون الحاجة إلى تكوين. هذا هو إعداد الإنتاج الموصى به.
49
+
50
+ ## موفرو الخدمة المخصصون {#custom-providers}
51
+
52
+ قم بتسجيل موفر مخصص في مكون إضافي للخادم لاستخدام أي واجهة تخزين خلفية (S3، Cloudflare R2، GCS، وما إلى ذلك):
53
+
54
+ ```ts
55
+ // server/plugins/file-upload.ts
56
+ import { registerFileUploadProvider } from "@agent-native/core/file-upload";
57
+
58
+ export default defineNitroPlugin(() => {
59
+ registerFileUploadProvider({
60
+ id: "s3",
61
+ name: "Amazon S3",
62
+ isConfigured: () => !!process.env.S3_BUCKET,
63
+ upload: async ({ data, filename, mimeType }) => {
64
+ const key = `uploads/${Date.now()}-${filename}`;
65
+ await s3Client.putObject({
66
+ Bucket: process.env.S3_BUCKET!,
67
+ Key: key,
68
+ Body: data,
69
+ ContentType: mimeType,
70
+ });
71
+ return {
72
+ url: `https://${process.env.S3_BUCKET}.s3.amazonaws.com/${key}`,
73
+ provider: "s3",
74
+ };
75
+ },
76
+ });
77
+ });
78
+ ```
79
+
80
+ ## تحميل API {#upload-api}
81
+
82
+ واجهة `FileUploadProvider`:
83
+
84
+ ```ts
85
+ interface FileUploadProvider {
86
+ id: string; // Unique id, e.g. "s3"
87
+ name: string; // Human-readable name
88
+ isConfigured: () => boolean; // True when ready (env vars set, etc.)
89
+ upload: (input: FileUploadInput) => Promise<FileUploadResult>;
90
+ }
91
+
92
+ interface FileUploadInput {
93
+ data: Uint8Array | Buffer; // File contents
94
+ filename?: string; // Original filename
95
+ mimeType?: string; // MIME type, e.g. "image/png"
96
+ ownerEmail?: string; // For per-user scoping in fallback
97
+ }
98
+
99
+ interface FileUploadResult {
100
+ url: string; // Public URL for the uploaded file
101
+ id?: string; // Provider-specific id
102
+ provider: string; // Which provider handled it
103
+ }
104
+ ```
105
+
106
+ استخدم `uploadFile()` من `@agent-native/core/file-upload` في actions أو رمز الخادم:
107
+
108
+ ```ts
109
+ import { uploadFile } from "@agent-native/core/file-upload";
110
+
111
+ const result = await uploadFile({
112
+ data: fileBuffer,
113
+ filename: "photo.jpg",
114
+ mimeType: "image/jpeg",
115
+ });
116
+
117
+ if (result) {
118
+ // Provider handled it — result.url is the public URL
119
+ } else {
120
+ // No provider configured — handle SQL fallback yourself, or skip
121
+ }
122
+ ```
@@ -0,0 +1,153 @@
1
+ ---
2
+ title: "الإطارات"
3
+ description: "إطار التطوير المحلي، ولوحة الوكيل المضمنة، والإطار السحابي - الطرق التي يعمل بها وكيل الذكاء الاصطناعي جنبًا إلى جنب مع تطبيقك."
4
+ ---
5
+
6
+ # الإطارات
7
+
8
+ يتم تشغيل كل تطبيق أصلي للوكيل مع وكيل AI بجوار التطبيق UI. **الإطار** هو
9
+ المجمّع الذي يستضيف كليهما: فهو يعرض تطبيقك ويمنح الوكيل مكانًا
10
+ الدردشة والتشغيل وتحرير التعليمات البرمجية (في التطوير). هناك ثلاثة إطارات، تتشارك في وقت تشغيل واحد:
11
+
12
+ - **لوحة الوكيل المضمنة** — يتم تضمينها داخل كل تطبيق من `@agent-native/core`.
13
+ هذا هو الشريط الجانبي الذي يعرضه تطبيقك بنفسه، أثناء التطوير والإنتاج.
14
+ - **إطار التطوير المحلي** — غلاف رفيع يقوم بتحميل تطبيقك قيد التشغيل في إطار iframe
15
+ ويضيف نفس لوحة الوكيل بالإضافة إلى محطة CLI المدمجة بجانبها. مستخدم
16
+ للتطوير المحلي للقوالب في هذا الريبو.
17
+ - **إطار سحابي Builder.io** — إطار مُدار ومستضاف بالتعاون،
18
+ التحرير المرئي وتشغيل الوكيل الموازي.
19
+
20
+ رمز تطبيقك متطابق بغض النظر عن الإطار الذي يستضيفه. يتحدث الوكيل
21
+ إلى تطبيقك من خلال نفس actions وحالة التطبيق في كل حالة.
22
+
23
+ ```an-diagram title="Three frames, one runtime" summary="Your app and the agent panel are the same in every frame; only the wrapper around them changes."
24
+ {
25
+ "html": "<div class=\"diagram-frames\"><div class=\"diagram-card\" data-rough><span class=\"diagram-pill accent\">Embedded panel</span><small class=\"diagram-muted\">ships in every app · dev + prod</small></div><div class=\"diagram-card\" data-rough><span class=\"diagram-pill\">Local dev frame</span><small class=\"diagram-muted\">app in an iframe + panel + CLI terminal</small></div><div class=\"diagram-card\" data-rough><span class=\"diagram-pill\">Builder.io cloud frame</span><small class=\"diagram-muted\">hosted: collaboration · visual edit · parallel runs</small></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&darr;</div><div class=\"diagram-box\" data-rough>Same runtime<br><small class=\"diagram-muted\">your app · actions · application state</small></div></div>",
26
+ "css": ".diagram-frames{display:flex;flex-direction:column;gap:10px;align-items:stretch}.diagram-frames .diagram-card{display:flex;flex-direction:column;gap:4px;padding:12px 16px}.diagram-frames .diagram-arrow{font-size:22px;line-height:1;align-self:center}"
27
+ }
28
+ ```
29
+
30
+ ## لوحة الوكيل المضمنة {#embedded-agent}
31
+
32
+ اللوحة المضمنة هي الشريط الجانبي للوكيل الذي يعرضه تطبيقك. يأتي مع
33
+ `@agent-native/core` - لا توجد حزمة منفصلة لتثبيتها - وهي نفسها
34
+ مكون في التطوير والإنتاج.
35
+
36
+ - تم التصدير بتنسيق `AgentPanel` من `@agent-native/core/client`، مع
37
+ متغير الإنتاج فقط `ProductionAgentPanel`.
38
+ - يوفر سطح الدردشة / CLI / مساحة العمل الكامل، بحيث يظل إدخال الوكيل قيد التشغيل
39
+ مكدس الملحن المشترك المستخدم في أي مكان آخر في إطار العمل.
40
+ - يقرأ `application_state.navigation` في كل دورة، لذا فهو يعرف بالفعل أي منها
41
+ العرض الذي تتواجد فيه والأشياء المحددة - لا يتعين عليك إعادة شرح "هذا".
42
+
43
+ ### أوضاع أداة التطبيق مقابل الكود {#tool-modes}
44
+
45
+ تعمل اللوحة في أحد وضعي الأداة:
46
+
47
+ - **وضع التطبيق** — يمتلك الوكيل فقط الأدوات الخاصة بتطبيقك: actions أنت
48
+ محدد باستخدام `defineAction`، بالإضافة إلى التنقل والسياق. لا يوجد نظام ملفات أو
49
+ الوصول إلى الصدفة. وهذا ما يحصل عليه المستخدمون النهائيون.
50
+ - **وضع الكود** — يضيف أدوات الترميز المشتركة (`bash`، `read`، `edit`، `write`)
51
+ والوصول إلى قاعدة البيانات أعلى أدوات التطبيق، حتى يتمكن الوكيل من تغيير التطبيق
52
+ المصدر الخاص. تكون طلبات التعليمات البرمجية محظورة: عندما تتطلب الرسالة رمزًا
53
+ (`type: "code"`) ولم يتم توصيل أي إطار قادر على تشغيل التعليمات البرمجية، تعرض اللوحة
54
+ مربع حوار يوضح أن تغييرات التعليمات البرمجية تحتاج إلى Agent Native Desktop أو Builder؛
55
+ عندما يكون الإطار متصلاً، يتم توجيه الطلب إليه وإلى وكيل التعليمات البرمجية
56
+ يظهر المؤشر أثناء عمله (`useSendToAgentChat`). بالنسبة للملف الأساسي
57
+ قائمة أدوات الترميز وعقود UI المشتركة، راجع
58
+ [Agent-Native Code UI](/docs/code-agents-ui).
59
+
60
+ ```an-diagram title="Code-request gating" summary="A code-typed message needs a code-capable frame. With one connected, the request routes there; without one, the panel explains code changes need Desktop or Builder."
61
+ {
62
+ "html": "<div class=\"diagram-gate\"><div class=\"diagram-node\" data-rough>message<br><small class=\"diagram-muted\">type: \\\"code\\\"</small></div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&rarr;</div><div class=\"diagram-panel center\" data-rough>code-capable frame connected?</div><div class=\"diagram-col\"><div class=\"diagram-pill ok\">yes &rarr; route to frame, show code-agent indicator</div><div class=\"diagram-pill warn\">no &rarr; dialog: needs Desktop or Builder</div></div></div>",
63
+ "css": ".diagram-gate{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.diagram-gate .diagram-col{display:flex;flex-direction:column;gap:8px}.diagram-gate .diagram-arrow{font-size:22px;line-height:1}.diagram-gate .center{text-align:center}"
64
+ }
65
+ ```
66
+
67
+ "وضع التعليمات البرمجية" هو تبديل قدرة الوكيل - وهو يختلف عن وضع مطور البيئة
68
+ (`NODE_ENV` / Vite). ربط العميل هو `useCodeMode()`. (انظر
69
+ [Compatibility notes](#compatibility) للأسماء المستعارة المتوافقة مع الخلف.)
70
+
71
+ في إطار التطوير المحلي، يقوم ترس الإعدادات بالتبديل بين هذه الأوضاع. التبديل
72
+ يُخفي وضع Code off الشريط الجانبي الخاص بالإطار ويعرض وكيل التطبيق داخل التطبيق
73
+ الشريط الجانبي داخل إطار iframe بدلاً من ذلك، حتى تتمكن من معاينة ما يراه المستخدمون بالضبط.
74
+
75
+ ## محطة متكاملة وتبديل CLI {#cli-terminal}
76
+
77
+ تتضمن اللوحة قيد التطوير محطة طرفية مضمنة (`AgentTerminal`، أيضًا
78
+ من `@agent-native/core/client`) مدعومًا بخادم PTY. يمكنك تشغيل
79
+ ترميز CLI بجوار التطبيق مباشرةً والتبديل بينهما؛ تتم إعادة تشغيل الجهاز
80
+ باستخدام CLI المحدد.
81
+
82
+ تأتي CLI المدعومة من سجل CLI الأساسي
83
+ (`packages/core/src/terminal/cli-registry.ts`). يُسمح فقط بهذه الأوامر
84
+ للنشر - يتحقق خادم PTY من صحة الأمر المطلوب مقابل السجل
85
+ القائمة المسموح بها لمنع الحقن:
86
+
87
+ | CLI | الأمر | تثبيت الحزمة |
88
+ | ------------- | ---------- | --------------------------- |
89
+ | رمز Claude | `claude` | `@anthropic-ai/claude-code` |
90
+ | Builder.io | `builder` | (مدمج) |
91
+ | Codex | `codex` | `@openai/codex` |
92
+ | الجوزاء CLI | `gemini` | `@google/gemini-cli` |
93
+ | الرمز المفتوح | `opencode` | `opencode-ai` |
94
+
95
+ إذا لم يتم العثور على CLI المحدد في `PATH`، فستعود الوحدة الطرفية إلى تشغيلها
96
+ من خلال `npx --yes <install-package>@latest` (حيث توجد حزمة التثبيت). ال
97
+ الأمر الافتراضي هو `claude`. قم بتبديل CLIs من إعدادات لوحة الوكيل في أي
98
+ الوقت.
99
+
100
+ ## إطار سحابي Builder.io {#cloud-frame}
101
+
102
+ يوفر [Builder.io](https://www.builder.io) إطارًا مُدارًا يستضيف
103
+ نفس التطبيق ونفس لوحة الوكيل، في السحابة:
104
+
105
+ - التعاون في الوقت الفعلي — يمكن لعدة مستخدمين المشاهدة والتفاعل في الوقت نفسه.
106
+ - التحرير المرئي والأدوار والأذونات.
107
+ - تنفيذ الوكيل الموازي لتكرار أسرع.
108
+ - مناسب للاستخدام الجماعي، حيث يتشارك الجميع في بيئة مستضافة واحدة.
109
+
110
+ طلبات التعليمات البرمجية من مسار اللوحة المضمنة إلى إطار Builder بنفس الطريقة
111
+ إنهم يوجهون إلى إطار التطوير المحلي، لذا فإن سلوك dev-vs-prod أعلاه هو
112
+ متسق في كليهما.
113
+
114
+ ## وقت التشغيل APIs {#runtime-apis}
115
+
116
+ تأتي هذه العناصر مع `@agent-native/core` وهي ما يستخدمه تطبيقك للتحدث مع
117
+ الوكيل، بغض النظر عن الإطار الذي يستضيفه:
118
+
119
+ 1. **إرسال رسالة** — يرسل `sendToAgentChat()` رسالة إلى الوكيل. ال
120
+ يغلفه خطاف `useSendToAgentChat()` ببوابة طلب الكود الموصوفة
121
+ أعلاه ويعيد عنصر `codeRequiredDialog` لعرضه. انظر
122
+ [Drop-in Agent](/docs/drop-in-agent) للاستخدام الكامل والخيارات.
123
+ 2. **حالة الجيل** — يتتبع `useAgentChatGenerating()` وقت وجود الوكيل
124
+ قيد التشغيل، لذا يمكن لـ UI إظهار التقدم دون استقصاء الوكيل مباشرةً.
125
+ 3. **مزامنة الاستقصاء** — تحافظ المزامنة المدعومة بقاعدة البيانات على ذاكرات التخزين المؤقت UI محدثة عندما يكون الوكيل
126
+ يغير البيانات أو حالة التطبيق.
127
+ 4. **نظام العمل** — يرسل `pnpm action <name>` إلى نفس الشخص القابل للاستدعاء
128
+ actions يستدعي الوكيل كأدوات، لذا يمكنك القيام بأي شيء يمكن للوكيل القيام به
129
+ النص البرمجي.
130
+
131
+ ## تشغيله {#running}
132
+
133
+ تعد لوحة الوكيل المضمنة جزءًا من كل تطبيق - قم ببناء قالب وهي
134
+ هناك بالفعل:
135
+
136
+ ```bash
137
+ npx @agent-native/core@latest create my-app --template mail --standalone
138
+ cd my-app
139
+ pnpm dev
140
+ ```
141
+
142
+ إطار التطوير المحلي (حزمة `@agent-native/frame` الخاصة في مستودع الإطار) عبارة عن حزمة أدوات داخلية لم يتم نشرها على npm. يقوم بتحميل خادم تطوير التطبيق النشط في إطار iframe وتثبيت اللوحة المضمنة بجانبه، وتحديد التطبيق عبر معلمة الاستعلام `app`. تتطلب محطة CLI المتكاملة سطح المكتب Agent Native، الذي يوفر الكود المحلي والوصول إلى PTY لاحتياجات المحطة؛ وبدون ذلك، تعرض اللوحة سطح الدردشة وتطلب منك فتح سطح المكتب لاستخدام CLI.
143
+
144
+ ## ملاحظات التوافق {#compatibility}
145
+
146
+ كان مفهوم "وضع التعليمات البرمجية" يُسمى سابقًا "وضع التطوير"، لذا فإن القليل منه متوافق مع الإصدارات السابقة
147
+ تستمر الأسماء. يمكنك تجاهل هذه الأمور إلا إذا كنت تحافظ على التكامل الأقدم
148
+ الكود:
149
+
150
+ - متغير البيئة `AGENT_MODE` الأساسي، `/_agent-native/agent-chat/mode`
151
+ نقطة النهاية (التي لا يزال مفتاح الحمولة الخاص بها هو `devMode`)، و`agent-chat.mode`
152
+ مفتاح الإعدادات لم يتغير.
153
+ - يظل `useDevMode()` كاسم مستعار مهمل لـ `useCodeMode()`.
@@ -0,0 +1,199 @@
1
+ ---
2
+ title: "الخطوات الأولى"
3
+ description: "قم بإنشاء تطبيق وكيل، وافهم التعليمات، وskills، وactions، ثم شاهد الوكيل وهو يستدعي الإجراء الأول."
4
+ ---
5
+
6
+ # البدء
7
+
8
+ توفر تطبيقات Agent-Native لوكيل الذكاء الاصطناعي وUI نفس actions والبيانات
9
+ الحالة. يتم إنشاء الوكيل الأساسي من التعليمات التي ترشده، skills التي تعلم
10
+ السلوك القابل للتكرار، وactions الذي يتيح له القيام بعمل حقيقي.
11
+
12
+ **هل تريد تطبيقًا كاملاً للبدء منه؟** استنساخ أحد نماذجنا الغنية —
13
+ [Chat](/docs/template-chat), [Mail](/docs/template-mail),
14
+ [Calendar](/docs/template-calendar), [Content](/docs/template-content),
15
+ [Analytics](/docs/template-analytics)، و[many more](/docs/cloneable-saas) —
16
+ كل تطبيق كامل المواصفات تقوم بتخصيصه.
17
+
18
+ هل تريد البناء من الصفر؟ الخيار الوحيد أمامك هو ما إذا كنت تريد UI —
19
+ كل شيء بعد (كتابة التعليمات، إضافة skills، تعريف actions، التشغيل
20
+ الوكيل) هو نفسه في كلتا الحالتين.
21
+
22
+ ```an-file-tree title="A basic Agent-Native agent"
23
+ {
24
+ "entries": [
25
+ { "path": "AGENTS.md", "note": "always-on instructions: purpose, rules, tone, and the map of what the agent can do" },
26
+ { "path": ".agents/skills/customer-research/SKILL.md", "note": "a reusable playbook the agent loads when the task matches" },
27
+ { "path": "actions/summarize-week.ts", "note": "typed code the agent, UI, CLI, HTTP, MCP, A2A, jobs, and webhooks can run" }
28
+ ]
29
+ }
30
+ ```
31
+
32
+ هذا صحيح سواء بدأت بالدردشة UI، أو وكيل بلا رأس، أو تطبيق كامل.
33
+ يغير UI السطح؛ التعليمات، skills، وactions تعطي الوكيل
34
+ التوجيه والسلوك.
35
+
36
+ ## 1. أنشئ تطبيقك
37
+
38
+ ستحتاج إلى [Node.js 22+](https://nodejs.org) و[pnpm](https://pnpm.io).
39
+
40
+ قم بتشغيل `create` بدون أي علامات وسيسألك عن الطريقة التي تريد البدء بها (قالب كامل،
41
+ الدردشة أو مقطوعة الرأس) قبل أي شيء آخر:
42
+
43
+ ```bash
44
+ npx @agent-native/core@latest create my-app
45
+ ```
46
+
47
+ أو قم بتمرير علامة لتخطي المطالبة:
48
+
49
+ **هل تريد UI؟** ابدأ من قالب الدردشة. تحصل على وكيل عامل بالإضافة إلى
50
+ دردشة قابلة للتخصيص UI، وكل إجراء تضيفه يظهر فيها تلقائيًا:
51
+
52
+ ```bash
53
+ npx @agent-native/core@latest create my-app --template chat
54
+ ```
55
+
56
+ **فقط البدائي بلا رأس؟** ابدأ بلا رأس — نفس actions والوكيل
57
+ حلقة، بدون غلاف UI:
58
+
59
+ ```bash
60
+ npx @agent-native/core@latest create my-agent --headless
61
+ ```
62
+
63
+ ثم قم بالتثبيت من المجلد الذي قمت بإنشائه:
64
+
65
+ ```bash
66
+ cd my-agent # or my-app if you chose the Chat template
67
+ pnpm install
68
+ ```
69
+
70
+ من الآن فصاعدًا، أصبح الاثنان متطابقين.
71
+
72
+ ## 2. أضف إجراءً
73
+
74
+ الإجراء هو عملية واحدة يمكن لوكيلك — وUI — الاتصال بها. كلا السقالات
75
+ اشحن بهذا المثال:
76
+
77
+ ```an-annotated-code title="أول action لك"
78
+ {
79
+ "filename": "actions/hello.ts",
80
+ "language": "ts",
81
+ "code": "import { defineAction } from \"@agent-native/core/action\";\nimport { z } from \"zod\";\n\nexport default defineAction({\n description: \"قل مرحبًا من الوكيل المحلي.\",\n schema: z.object({\n name: z.string().default(\"world\"),\n }),\n http: { method: \"GET\" },\n readOnly: true,\n run: async ({ name }) => {\n return { message: `Hello, ${name}!` };\n },\n});",
82
+ "annotations": [
83
+ { "lines": "5", "label": "وصف الأداة", "note": "يقرأ الوكيل `description` ليقرر متى يستدعيه كأداة." },
84
+ { "lines": "6-8", "label": "عقد typed", "note": "يتحقق zod `schema` واحد من الإدخال من كل سطح: الوكيل، UI، HTTP، MCP وA2A." },
85
+ { "lines": "9", "label": "HTTP verb", "note": "Opt this action into an auto-mounted HTTP endpoint." },
86
+ { "lines": "10", "label": "Read-only", "note": "`readOnly` marks the action as safe to call without approval and cacheable for queries." },
87
+ { "lines": "11-13", "label": "One implementation", "note": "The `run` body is the single source of truth that every surface executes." }
88
+ ]
89
+ }
90
+ ```
91
+
92
+ استبدل `hello` بالعملية الحقيقية الأولى في مجالك. قمت بتعريفه مرة واحدة؛
93
+ يلتقطه كل سطح.
94
+
95
+ استخدم `AGENTS.md` للحصول على إرشادات يجب تطبيقها في كل دورة. استخدم مهارة عندما
96
+ إلى سير عمل أو إجراء مجال قابل لإعادة الاستخدام. استخدم الإجراء عندما يكون
97
+ يحتاج الوكيل إلى طريقة مكتوبة وقابلة للاختبار لقراءة البيانات أو كتابتها أو الاتصال بـ API أو
98
+ إجراء الموافقة.
99
+
100
+ ## 3. قم بتشغيله
101
+
102
+ استدعاء الإجراء مباشرة:
103
+
104
+ ```bash
105
+ pnpm action hello --name Steve
106
+ ```
107
+
108
+ أو اطلب من الوكيل أن يتصل بك:
109
+
110
+ ```bash
111
+ pnpm agent "Call the hello action for Steve and explain what happened."
112
+ ```
113
+
114
+ إذا بدأت من قالب الدردشة، فقم بتشغيل التطبيق واستخدم نفس الوكيل في
115
+ المتصفح - يمكنه بالفعل استدعاء كل إجراء تحدده:
116
+
117
+ ```bash
118
+ pnpm dev
119
+ ```
120
+
121
+ يمكن الآن الوصول إلى هذا الإجراء الواحد من خلال الدردشة UI، وCLI، وHTTP، وMCP، وA2A،
122
+ المهام المجدولة، وwebhooks. حدد مرة واحدة، اتصل من أي مكان.
123
+
124
+ ```an-diagram title="One action, every surface" summary="A single defineAction file fans out to every consumer with no extra wiring."
125
+ {
126
+ "html": "<div class=\"diagram-fan\"><div class=\"diagram-box\" data-rough>defineAction</div><div class=\"diagram-arrow diagram-muted\" aria-hidden=\"true\">&rarr;</div><div class=\"diagram-surfaces\"><span class=\"diagram-pill\">Chat UI</span><span class=\"diagram-pill\">CLI</span><span class=\"diagram-pill\">HTTP</span><span class=\"diagram-pill\">MCP</span><span class=\"diagram-pill\">A2A</span><span class=\"diagram-pill\">Scheduled jobs</span><span class=\"diagram-pill\">Webhooks</span></div></div>",
127
+ "css": ".diagram-fan{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.diagram-fan .diagram-surfaces{display:flex;flex-wrap:wrap;gap:8px;max-width:420px}.diagram-fan .diagram-arrow{font-size:22px;line-height:1}"
128
+ }
129
+ ```
130
+
131
+ ## تم بناء الحالة في
132
+
133
+ لا يعني مقطوع الرأس أنه عديم الجنسية. Actions، الجلسات، حالة التطبيق، المواضيع،
134
+ سجل التشغيل وبيانات الاعتماد كلها موجودة في SQL. محليًا، هذا هو SQLite في
135
+ `data/app.db`; in production you set `DATABASE_URL`. See
136
+ [Deployment](/docs/deployment).
137
+
138
+ ```an-callout
139
+ {
140
+ "tone": "info",
141
+ "body": "**Headless is still a real app.** The app-agent loop persists sessions, threads, runs, settings, and credentials in SQL — it is not a stateless prompt. You can add a UI later without touching your actions or state."
142
+ }
143
+ ```
144
+
145
+ ## تخصيص UI
146
+
147
+ إذا بدأت من قالب الدردشة، فإن UI متاح لك لتحريره. الدردشة نفسها
148
+ هو مسار صغير مبني على مكون `<AgentChatSurface>`:
149
+
150
+ ```tsx
151
+ // app/routes/_index.tsx
152
+ import { AgentChatSurface } from "@agent-native/core/client";
153
+
154
+ export default function ChatRoute() {
155
+ return <AgentChatSurface mode="page" className="h-full" />;
156
+ }
157
+ ```
158
+
159
+ - **`app/routes/_index.tsx`** — صفحة الدردشة. تغيير الاقتراحات، فارغ
160
+ الحالة والتخطيط.
161
+ - **`app/root.tsx`** — غلاف التطبيق. أضف مساراتك وشاشاتك الخاصة حول
162
+ الوكيل.
163
+ - أسقط الوكيل في أي شاشة باستخدام `<AgentSidebar>`، واعمل عليه يدويًا من
164
+ مع `sendToAgentChat()`، أو قم بتشغيل الإجراء مباشرة باستخدام
165
+ `useActionMutation()`.
166
+
167
+ راجع [Drop-in Agent](/docs/drop-in-agent) للتعرف على مجموعة المكونات الكاملة، و
168
+ [Native Chat UI](/docs/native-chat-ui) لعرض نتائج الإجراء على هيئة جداول
169
+ المخططات والبطاقات المكتوبة بدلاً من النص العادي.
170
+
171
+ **بدأت بدون رأس وتريد UI لاحقًا؟** قالب الدردشة _هو_ UI على الطريق المنحدر —
172
+ طبقة `app/` (جهاز التوجيه React + Vite) هي بالضبط ما تمثله السقالة مقطوعة الرأس
173
+ يترك. أنظف خطوة هي البدء (أو إعادة السقالة) من الدردشة
174
+ قالب; يتم ترحيل حالة `actions/` والوكيل وحالة SQL دون تغيير. انظر
175
+ [Agent Surfaces](/docs/agent-surfaces) لكل سطح بينهما.
176
+
177
+ ## بنية المشروع
178
+
179
+ ```text
180
+ my-app/
181
+ actions/ # Agent-callable actions
182
+ app/ # React frontend (UI templates only; omitted when headless)
183
+ server/ # Nitro API server (routes, plugins)
184
+ AGENTS.md # Always-on agent instructions
185
+ .agents/ # Skills the agent can pull in when relevant
186
+ data/app.db # Local SQLite state when DATABASE_URL is unset
187
+ ```
188
+
189
+ ## إلى أين ستتجه بعد ذلك
190
+
191
+ - **[Key Concepts](/docs/key-concepts)** — البنية الأساسية: SQL، actions،
192
+ المزامنة والوعي بالسياق.
193
+ - **[Actions](/docs/actions)** — الإجراء الكامل API: المخططات، وHTTP، والمصادقة، و
194
+ الموافقة.
195
+ - **[Agent Surfaces](/docs/agent-surfaces)** — بدون رأس، دردشة، عربة جانبية مدمجة،
196
+ والتطبيق الكامل.
197
+ - **[Drop-in Agent](/docs/drop-in-agent)** — أضف دردشة الوكيل إلى أي تطبيق React.
198
+ - **[Deployment](/docs/deployment)** — ضع تطبيقك على نطاقك الخاص.
199
+ - **[FAQ](/docs/faq)** — أسئلة حول الإعداد والمنتج.