@agent-native/core 0.93.0 → 0.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/corpus/README.md +2 -2
- package/corpus/core/CHANGELOG.md +25 -0
- package/corpus/core/docs/content/a2a-protocol.mdx +21 -5
- package/corpus/core/docs/content/actions.mdx +9 -23
- package/corpus/core/docs/content/agent-mentions.mdx +31 -29
- package/corpus/core/docs/content/agent-native-toolkit.mdx +15 -6
- package/corpus/core/docs/content/agent-surfaces.mdx +9 -13
- package/corpus/core/docs/content/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/authentication.mdx +10 -3
- package/corpus/core/docs/content/automation-connectors.mdx +82 -39
- package/corpus/core/docs/content/automations.mdx +17 -3
- package/corpus/core/docs/content/blueprint-installer.mdx +11 -4
- package/corpus/core/docs/content/cli-adapters.mdx +9 -6
- package/corpus/core/docs/content/client.mdx +16 -0
- package/corpus/core/docs/content/cloneable-saas.mdx +14 -11
- package/corpus/core/docs/content/code-agents-ui.mdx +65 -0
- package/corpus/core/docs/content/components.mdx +30 -14
- package/corpus/core/docs/content/context-awareness.mdx +27 -15
- package/corpus/core/docs/content/creating-templates.mdx +15 -9
- package/corpus/core/docs/content/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/data-programs.mdx +1 -1
- package/corpus/core/docs/content/database.mdx +17 -5
- package/corpus/core/docs/content/deployment.mdx +19 -18
- package/corpus/core/docs/content/dispatch.mdx +6 -2
- package/corpus/core/docs/content/drop-in-agent.mdx +10 -4
- package/corpus/core/docs/content/durable-background-runs.mdx +9 -5
- package/corpus/core/docs/content/durable-resume.mdx +9 -4
- package/corpus/core/docs/content/embedding-sdk.mdx +26 -8
- package/corpus/core/docs/content/evals.mdx +3 -5
- package/corpus/core/docs/content/extensions.mdx +22 -9
- package/corpus/core/docs/content/external-agents.mdx +25 -34
- package/corpus/core/docs/content/faq.mdx +8 -0
- package/corpus/core/docs/content/file-uploads.mdx +12 -3
- package/corpus/core/docs/content/frames.mdx +16 -0
- package/corpus/core/docs/content/generative-ui.mdx +1 -1
- package/corpus/core/docs/content/getting-started.mdx +34 -21
- package/corpus/core/docs/content/harness-agents.mdx +8 -4
- package/corpus/core/docs/content/human-approval.mdx +8 -3
- package/corpus/core/docs/content/internationalization.mdx +9 -4
- package/corpus/core/docs/content/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/local-file-mode.mdx +14 -8
- package/corpus/core/docs/content/locales/ar-SA/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/ar-SA/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/ar-SA/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/ar-SA/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/ar-SA/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/ar-SA/components.mdx +11 -1
- package/corpus/core/docs/content/locales/ar-SA/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/ar-SA/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/ar-SA/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/ar-SA/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/ar-SA/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/ar-SA/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/ar-SA/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/ar-SA/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/ar-SA/server.mdx +17 -10
- package/corpus/core/docs/content/locales/ar-SA/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/ar-SA/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/ar-SA/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/ar-SA/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/ar-SA/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/ar-SA/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/ar-SA/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/ar-SA/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/ar-SA/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/ar-SA/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/ar-SA/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/ar-SA/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/ar-SA/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/de-DE/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/de-DE/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/de-DE/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/de-DE/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/de-DE/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/de-DE/components.mdx +11 -1
- package/corpus/core/docs/content/locales/de-DE/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/de-DE/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/de-DE/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/de-DE/external-agents.mdx +3 -7
- package/corpus/core/docs/content/locales/de-DE/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/de-DE/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/de-DE/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/de-DE/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/de-DE/server.mdx +18 -10
- package/corpus/core/docs/content/locales/de-DE/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/de-DE/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/de-DE/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/de-DE/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/de-DE/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/de-DE/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/de-DE/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/de-DE/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/de-DE/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/de-DE/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/de-DE/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/de-DE/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/de-DE/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/es-ES/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/es-ES/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/es-ES/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/es-ES/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/es-ES/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/es-ES/components.mdx +11 -1
- package/corpus/core/docs/content/locales/es-ES/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/es-ES/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/es-ES/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/es-ES/external-agents.mdx +3 -7
- package/corpus/core/docs/content/locales/es-ES/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/es-ES/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/es-ES/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/es-ES/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/es-ES/server.mdx +17 -10
- package/corpus/core/docs/content/locales/es-ES/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/es-ES/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/es-ES/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/es-ES/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/es-ES/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/es-ES/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/es-ES/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/es-ES/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/es-ES/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/es-ES/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/es-ES/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/es-ES/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/es-ES/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/fr-FR/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/fr-FR/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/fr-FR/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/fr-FR/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/fr-FR/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/fr-FR/components.mdx +11 -1
- package/corpus/core/docs/content/locales/fr-FR/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/fr-FR/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/fr-FR/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/fr-FR/external-agents.mdx +3 -7
- package/corpus/core/docs/content/locales/fr-FR/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/fr-FR/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/fr-FR/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/fr-FR/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/fr-FR/server.mdx +17 -10
- package/corpus/core/docs/content/locales/fr-FR/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/fr-FR/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/fr-FR/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/fr-FR/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/fr-FR/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/fr-FR/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/fr-FR/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/fr-FR/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/fr-FR/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/fr-FR/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/fr-FR/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/fr-FR/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/fr-FR/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/hi-IN/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/hi-IN/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/hi-IN/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/hi-IN/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/hi-IN/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/hi-IN/components.mdx +11 -1
- package/corpus/core/docs/content/locales/hi-IN/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/hi-IN/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/hi-IN/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/hi-IN/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/hi-IN/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/hi-IN/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/hi-IN/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/hi-IN/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/hi-IN/server.mdx +17 -10
- package/corpus/core/docs/content/locales/hi-IN/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/hi-IN/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/hi-IN/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/hi-IN/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/hi-IN/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/hi-IN/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/hi-IN/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/hi-IN/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/hi-IN/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/hi-IN/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/hi-IN/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/hi-IN/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/hi-IN/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/ja-JP/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/ja-JP/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/ja-JP/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/ja-JP/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/ja-JP/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/ja-JP/components.mdx +11 -1
- package/corpus/core/docs/content/locales/ja-JP/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/ja-JP/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/ja-JP/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/ja-JP/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/ja-JP/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/ja-JP/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/ja-JP/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/ja-JP/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/ja-JP/server.mdx +17 -10
- package/corpus/core/docs/content/locales/ja-JP/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/ja-JP/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/ja-JP/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/ja-JP/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/ja-JP/template-clips.mdx +3 -4
- package/corpus/core/docs/content/locales/ja-JP/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/ja-JP/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/ja-JP/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/ja-JP/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/ja-JP/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/ja-JP/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/ja-JP/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/ja-JP/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/ko-KR/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/ko-KR/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/ko-KR/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/ko-KR/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/ko-KR/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/ko-KR/components.mdx +11 -1
- package/corpus/core/docs/content/locales/ko-KR/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/ko-KR/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/ko-KR/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/ko-KR/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/ko-KR/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/ko-KR/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/ko-KR/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/ko-KR/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/ko-KR/server.mdx +17 -10
- package/corpus/core/docs/content/locales/ko-KR/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/ko-KR/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/ko-KR/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/ko-KR/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/ko-KR/template-clips.mdx +3 -4
- package/corpus/core/docs/content/locales/ko-KR/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/ko-KR/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/ko-KR/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/ko-KR/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/ko-KR/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/ko-KR/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/ko-KR/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/ko-KR/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/pt-BR/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/pt-BR/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/pt-BR/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/pt-BR/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/pt-BR/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/pt-BR/components.mdx +11 -1
- package/corpus/core/docs/content/locales/pt-BR/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/pt-BR/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/pt-BR/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/pt-BR/external-agents.mdx +3 -7
- package/corpus/core/docs/content/locales/pt-BR/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/pt-BR/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/pt-BR/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/pt-BR/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/pt-BR/server.mdx +17 -10
- package/corpus/core/docs/content/locales/pt-BR/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/pt-BR/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/pt-BR/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/pt-BR/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/pt-BR/template-clips.mdx +3 -3
- package/corpus/core/docs/content/locales/pt-BR/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/pt-BR/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/pt-BR/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/pt-BR/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/pt-BR/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/pt-BR/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/pt-BR/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/pt-BR/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/zh-CN/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/zh-CN/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/zh-CN/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/zh-CN/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/zh-CN/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/zh-CN/components.mdx +11 -1
- package/corpus/core/docs/content/locales/zh-CN/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/zh-CN/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/zh-CN/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/zh-CN/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/zh-CN/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/zh-CN/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/zh-CN/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/zh-CN/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/zh-CN/server.mdx +16 -10
- package/corpus/core/docs/content/locales/zh-CN/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/zh-CN/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/zh-CN/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/zh-CN/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/zh-CN/template-clips.mdx +3 -4
- package/corpus/core/docs/content/locales/zh-CN/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/zh-CN/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/zh-CN/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/zh-CN/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/zh-CN/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/zh-CN/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/zh-CN/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/zh-CN/workspace.mdx +19 -18
- package/corpus/core/docs/content/locales/zh-TW/actions.mdx +2 -2
- package/corpus/core/docs/content/locales/zh-TW/agent-native-toolkit.mdx +2 -2
- package/corpus/core/docs/content/locales/zh-TW/agent-surfaces.mdx +8 -10
- package/corpus/core/docs/content/locales/zh-TW/agent-teams.mdx +1 -0
- package/corpus/core/docs/content/locales/zh-TW/authentication.mdx +1 -1
- package/corpus/core/docs/content/locales/zh-TW/components.mdx +11 -1
- package/corpus/core/docs/content/locales/zh-TW/creating-templates.mdx +3 -7
- package/corpus/core/docs/content/locales/zh-TW/cross-app-sso.mdx +16 -6
- package/corpus/core/docs/content/locales/zh-TW/deployment.mdx +8 -0
- package/corpus/core/docs/content/locales/zh-TW/external-agents.mdx +2 -7
- package/corpus/core/docs/content/locales/zh-TW/key-concepts.mdx +13 -20
- package/corpus/core/docs/content/locales/zh-TW/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/locales/zh-TW/notifications.mdx +18 -10
- package/corpus/core/docs/content/locales/zh-TW/processors.mdx +11 -5
- package/corpus/core/docs/content/locales/zh-TW/server.mdx +16 -10
- package/corpus/core/docs/content/locales/zh-TW/sharing.mdx +10 -10
- package/corpus/core/docs/content/locales/zh-TW/skills-guide.mdx +34 -17
- package/corpus/core/docs/content/locales/zh-TW/template-assets.mdx +16 -13
- package/corpus/core/docs/content/locales/zh-TW/template-brain.mdx +3 -1
- package/corpus/core/docs/content/locales/zh-TW/template-clips.mdx +3 -4
- package/corpus/core/docs/content/locales/zh-TW/template-design.mdx +3 -1
- package/corpus/core/docs/content/locales/zh-TW/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/locales/zh-TW/template-mail.mdx +8 -0
- package/corpus/core/docs/content/locales/zh-TW/tracking.mdx +9 -6
- package/corpus/core/docs/content/locales/zh-TW/using-your-agent.mdx +0 -7
- package/corpus/core/docs/content/locales/zh-TW/voice-input.mdx +6 -0
- package/corpus/core/docs/content/locales/zh-TW/workspace-connections.mdx +9 -2
- package/corpus/core/docs/content/locales/zh-TW/workspace.mdx +19 -18
- package/corpus/core/docs/content/mcp-apps.mdx +14 -32
- package/corpus/core/docs/content/mcp-clients.mdx +48 -54
- package/corpus/core/docs/content/mcp-protocol.mdx +25 -10
- package/corpus/core/docs/content/messaging.mdx +19 -11
- package/corpus/core/docs/content/multi-app-workspace.mdx +11 -96
- package/corpus/core/docs/content/multi-tenancy.mdx +5 -5
- package/corpus/core/docs/content/native-chat-ui.mdx +4 -4
- package/corpus/core/docs/content/notifications.mdx +19 -12
- package/corpus/core/docs/content/observability.mdx +2 -4
- package/corpus/core/docs/content/observational-memory.mdx +7 -3
- package/corpus/core/docs/content/onboarding.mdx +9 -2
- package/corpus/core/docs/content/plan-plugin.mdx +10 -2
- package/corpus/core/docs/content/pr-visual-recap.mdx +1 -1
- package/corpus/core/docs/content/processors.mdx +11 -5
- package/corpus/core/docs/content/pure-agent-apps.mdx +5 -1
- package/corpus/core/docs/content/real-time-collaboration.mdx +30 -67
- package/corpus/core/docs/content/recurring-jobs.mdx +8 -6
- package/corpus/core/docs/content/routing.mdx +3 -4
- package/corpus/core/docs/content/sandbox-adapters.mdx +30 -53
- package/corpus/core/docs/content/security.mdx +8 -0
- package/corpus/core/docs/content/server.mdx +17 -10
- package/corpus/core/docs/content/sharing.mdx +10 -10
- package/corpus/core/docs/content/skills-guide.mdx +35 -16
- package/corpus/core/docs/content/template-analytics.mdx +11 -8
- package/corpus/core/docs/content/template-assets.mdx +16 -13
- package/corpus/core/docs/content/template-brain.mdx +3 -1
- package/corpus/core/docs/content/template-calendar.mdx +12 -4
- package/corpus/core/docs/content/template-chat.mdx +4 -4
- package/corpus/core/docs/content/template-clips.mdx +3 -3
- package/corpus/core/docs/content/template-content.mdx +23 -18
- package/corpus/core/docs/content/template-design.mdx +3 -1
- package/corpus/core/docs/content/template-dispatch.mdx +5 -1
- package/corpus/core/docs/content/template-mail.mdx +14 -2
- package/corpus/core/docs/content/template-plan.mdx +22 -15
- package/corpus/core/docs/content/template-slides.mdx +11 -3
- package/corpus/core/docs/content/toolkit-agent-ux.mdx +46 -3
- package/corpus/core/docs/content/toolkit-collaboration.mdx +58 -4
- package/corpus/core/docs/content/toolkit-command-navigation.mdx +8 -2
- package/corpus/core/docs/content/toolkit-comments-review.mdx +10 -2
- package/corpus/core/docs/content/toolkit-history.mdx +8 -3
- package/corpus/core/docs/content/toolkit-observability.mdx +48 -2
- package/corpus/core/docs/content/toolkit-org-team.mdx +8 -2
- package/corpus/core/docs/content/toolkit-resources.mdx +45 -2
- package/corpus/core/docs/content/toolkit-settings.mdx +8 -2
- package/corpus/core/docs/content/toolkit-setup-connections.mdx +7 -2
- package/corpus/core/docs/content/toolkit-sharing.mdx +46 -3
- package/corpus/core/docs/content/toolkit-ui.mdx +82 -11
- package/corpus/core/docs/content/tracking.mdx +10 -8
- package/corpus/core/docs/content/using-your-agent.mdx +0 -12
- package/corpus/core/docs/content/voice-input.mdx +7 -1
- package/corpus/core/docs/content/what-is-agent-native.mdx +7 -8
- package/corpus/core/docs/content/workspace-connections.mdx +16 -23
- package/corpus/core/docs/content/workspace-management.mdx +16 -4
- package/corpus/core/docs/content/workspace.mdx +19 -18
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/agent/context-xray/tokenize.ts +6 -1
- package/corpus/core/src/agent/engine/ai-sdk-engine.ts +9 -5
- package/corpus/core/src/agent/engine/anthropic-engine.ts +2 -4
- package/corpus/core/src/agent/engine/builder-engine.ts +5 -7
- package/corpus/core/src/agent/engine/index.ts +1 -0
- package/corpus/core/src/agent/engine/registry.ts +40 -0
- package/corpus/core/src/agent/harness/ai-sdk-adapter.ts +6 -1
- package/corpus/core/src/agent/harness/background.ts +96 -19
- package/corpus/core/src/agent/harness/index.ts +11 -0
- package/corpus/core/src/agent/harness/lifecycle.ts +498 -0
- package/corpus/core/src/agent/harness/runner.ts +38 -0
- package/corpus/core/src/agent/harness/store.ts +22 -3
- package/corpus/core/src/agent/model-config.ts +4 -1
- package/corpus/core/src/agent/production-agent.ts +190 -6
- package/corpus/core/src/agent/run-manager.ts +5 -1
- package/corpus/core/src/application-state/index.ts +1 -0
- package/corpus/core/src/application-state/store.ts +32 -0
- package/corpus/core/src/cli/code-agent-connector.ts +263 -8
- package/corpus/core/src/cli/code-agent-executor.ts +15 -1
- package/corpus/core/src/client/AgentPanel.tsx +41 -38
- package/corpus/core/src/client/AssistantChat.tsx +53 -5
- package/corpus/core/src/client/MultiTabAssistantChat.tsx +33 -40
- package/corpus/core/src/client/appearance.ts +8 -5
- package/corpus/core/src/client/chat/connectors.ts +293 -29
- package/corpus/core/src/client/chat/message-components.tsx +23 -1
- package/corpus/core/src/client/chat/runtime.ts +126 -25
- package/corpus/core/src/client/chat/tool-call-display.tsx +45 -4
- package/corpus/core/src/client/composer/RealtimeVoiceMode.tsx +294 -0
- package/corpus/core/src/client/composer/TiptapComposer.tsx +21 -20
- package/corpus/core/src/client/composer/VoiceButton.tsx +20 -0
- package/corpus/core/src/client/composer/index.ts +22 -0
- package/corpus/core/src/client/composer/useRealtimeVoiceMode.tsx +640 -0
- package/corpus/core/src/client/guided-questions.tsx +12 -3
- package/corpus/core/src/client/index.ts +18 -0
- package/corpus/core/src/client/settings/DemoModeSection.tsx +4 -3
- package/corpus/core/src/client/settings/SettingsPanel.tsx +4 -0
- package/corpus/core/src/client/settings/SettingsTabsPage.tsx +95 -37
- package/corpus/core/src/client/use-chat-models.ts +17 -17
- package/corpus/core/src/client/use-db-sync.ts +108 -7
- package/corpus/core/src/code-agents/background-controller.ts +18 -0
- package/corpus/core/src/collab/ydoc-manager.ts +41 -6
- package/corpus/core/src/db/migrations.ts +17 -1
- package/corpus/core/src/demo/fetch-interceptor.ts +16 -11
- package/corpus/core/src/integrations/adapters/slack.ts +41 -2
- package/corpus/core/src/integrations/awaiting-input-store.ts +130 -0
- package/corpus/core/src/integrations/computer-supervision-store.ts +423 -0
- package/corpus/core/src/integrations/computer-supervision.ts +213 -0
- package/corpus/core/src/integrations/index.ts +29 -1
- package/corpus/core/src/integrations/plugin.ts +231 -2
- package/corpus/core/src/integrations/remote-commands-store.ts +334 -3
- package/corpus/core/src/integrations/remote-devices-store.ts +68 -9
- package/corpus/core/src/integrations/remote-json-safety.ts +127 -0
- package/corpus/core/src/integrations/remote-run-events-store.ts +104 -19
- package/corpus/core/src/integrations/remote-types.ts +66 -3
- package/corpus/core/src/integrations/webhook-handler.ts +161 -2
- package/corpus/core/src/localization/default-messages.ts +28 -0
- package/corpus/core/src/mcp-client/config.ts +48 -2
- package/corpus/core/src/mcp-client/index.ts +35 -2
- package/corpus/core/src/mcp-client/tool-policy.ts +182 -0
- package/corpus/core/src/secrets/register-framework-secrets.ts +27 -4
- package/corpus/core/src/server/agent-chat-plugin.ts +62 -8
- package/corpus/core/src/server/index.ts +16 -0
- package/corpus/core/src/server/realtime-voice.ts +590 -0
- package/corpus/core/src/shared/reasoning-effort.ts +61 -19
- package/corpus/core/src/styles/agent-conversation.css +17 -0
- package/corpus/core/src/templates/workspace-core/.agents/skills/voice-transcription/SKILL.md +39 -5
- package/corpus/templates/brain/app/lib/settings-navigation.ts +22 -0
- package/corpus/templates/brain/app/routes/settings.tsx +367 -252
- package/corpus/templates/brain/changelog/2026-07-10-brain-settings-now-separate-assistant-behavior-publishing-re.md +6 -0
- package/corpus/templates/brain/changelog/2026-07-10-organization-settings-now-opens-directly-from-the-workspace-.md +6 -0
- package/corpus/templates/calendar/.agents/skills/event-management/SKILL.md +36 -4
- package/corpus/templates/calendar/AGENTS.md +4 -0
- package/corpus/templates/calendar/actions/create-event.ts +7 -19
- package/corpus/templates/calendar/actions/delete-event.ts +10 -3
- package/corpus/templates/calendar/actions/rsvp-event.ts +1 -1
- package/corpus/templates/calendar/actions/update-event.ts +4 -3
- package/corpus/templates/calendar/app/components/calendar/CreateEventDialog.tsx +100 -13
- package/corpus/templates/calendar/app/components/calendar/DayView.tsx +12 -4
- package/corpus/templates/calendar/app/components/calendar/EventDetailPanel.tsx +3 -3
- package/corpus/templates/calendar/app/components/calendar/EventDetailPopover.tsx +86 -8
- package/corpus/templates/calendar/app/components/calendar/EventDialog.tsx +3 -1
- package/corpus/templates/calendar/app/components/calendar/WeekView.tsx +12 -4
- package/corpus/templates/calendar/app/hooks/use-events.ts +1 -0
- package/corpus/templates/calendar/app/lib/event-account-selection.ts +36 -0
- package/corpus/templates/calendar/app/lib/event-form-initialization.ts +21 -0
- package/corpus/templates/calendar/app/lib/event-mutation-inputs.ts +18 -0
- package/corpus/templates/calendar/app/pages/CalendarView.tsx +119 -26
- package/corpus/templates/calendar/changelog/2026-07-10-choose-which-connected-google-account-receives-a-new-event-w.md +6 -0
- package/corpus/templates/calendar/server/db/schema.ts +2 -0
- package/corpus/templates/calendar/server/handlers/bookings.ts +43 -6
- package/corpus/templates/calendar/server/handlers/events.ts +28 -9
- package/corpus/templates/calendar/server/lib/google-calendar.ts +66 -38
- package/corpus/templates/calendar/server/plugins/db.ts +5 -0
- package/corpus/templates/clips/.agents/skills/ai-video-tools/SKILL.md +12 -3
- package/corpus/templates/clips/.agents/skills/meetings/SKILL.md +1 -1
- package/corpus/templates/clips/AGENTS.md +4 -2
- package/corpus/templates/clips/actions/regenerate-title.ts +53 -7
- package/corpus/templates/clips/actions/request-transcript.ts +152 -41
- package/corpus/templates/clips/actions/save-browser-transcript.ts +11 -9
- package/corpus/templates/clips/app/components/player/comments-panel.tsx +101 -53
- package/corpus/templates/clips/app/components/player/playback-comment-overlay.tsx +102 -0
- package/corpus/templates/clips/app/components/player/video-player.tsx +10 -1
- package/corpus/templates/clips/app/hooks/use-auto-title.ts +14 -0
- package/corpus/templates/clips/app/routes/embed.$shareId.tsx +2 -0
- package/corpus/templates/clips/changelog/2026-07-10-comment-replies-now-open-inline-and-focus-immediately-while-.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-dismissed-upload-warnings-now-keep-recordings-in-clip-drafts.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-dragging-the-meeting-recorder-no-longer-opens-the-expanded.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-finishing-meeting-notes-no-longer-opens-your-browser.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-meeting-recordings-now-keep-microphone-audio-and-recover-tra.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-recording-pause-and-resume-controls-now-respond-reliably-on-.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-starting-and-joining-a-meeting-now-closes-the-desktop-popover.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-timestamped-comments-now-appear-over-the-video-as-playback-r.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-transcript-backed-titles-and-summaries-now-finish-after-recording.md +6 -0
- package/corpus/templates/clips/changelog/2026-07-10-zoom-meetings-now-open-directly-in-the-desktop-app.md +6 -0
- package/corpus/templates/clips/chrome-extension/src/overlay.ts +49 -7
- package/corpus/templates/clips/desktop/src/app.tsx +70 -42
- package/corpus/templates/clips/desktop/src/hooks/useMeetingTranscription.ts +8 -14
- package/corpus/templates/clips/desktop/src/lib/meeting-join-url.ts +33 -0
- package/corpus/templates/clips/desktop/src/lib/pause-transition.ts +79 -0
- package/corpus/templates/clips/desktop/src/lib/pill-interaction.ts +19 -0
- package/corpus/templates/clips/desktop/src/lib/recorder.ts +90 -39
- package/corpus/templates/clips/desktop/src/lib/transcription-engine.ts +3 -2
- package/corpus/templates/clips/desktop/src/overlays/meeting-notification.tsx +3 -2
- package/corpus/templates/clips/desktop/src/overlays/recording-pill.tsx +32 -6
- package/corpus/templates/clips/desktop/src/overlays/toolbar.tsx +50 -5
- package/corpus/templates/clips/desktop/src/styles.css +11 -19
- package/corpus/templates/clips/desktop/src-tauri/src/lib.rs +2 -1
- package/corpus/templates/clips/desktop/src-tauri/src/native_screen.rs +121 -4
- package/corpus/templates/clips/desktop/src-tauri/src/native_speech.rs +97 -17
- package/corpus/templates/clips/desktop/src-tauri/src/whisper_speech.rs +80 -5
- package/corpus/templates/clips/desktop/src-tauri/tauri.conf.json +1 -1
- package/corpus/templates/clips/vitest.config.ts +23 -0
- package/corpus/templates/content/app/components/editor/DocumentEditor.tsx +28 -9
- package/corpus/templates/content/changelog/2026-07-10-open-documents-no-longer-make-constant-background-requests-w.md +6 -0
- package/corpus/templates/design/.agents/skills/design-systems/SKILL.md +21 -4
- package/corpus/templates/design/AGENTS.md +7 -0
- package/corpus/templates/design/app/components/design/DesignCanvas.tsx +132 -7
- package/corpus/templates/design/app/components/design/MultiScreenCanvas.tsx +73 -18
- package/corpus/templates/design/app/components/design/bridge/editor-chrome.bridge.ts +6 -1
- package/corpus/templates/design/app/components/design/multi-screen/frame-geometry.ts +135 -5
- package/corpus/templates/design/app/lib/clipboard-content-lineage.ts +64 -0
- package/corpus/templates/design/app/lib/design-clipboard-managed-styles.ts +247 -0
- package/corpus/templates/design/app/lib/design-clipboard.ts +60 -3
- package/corpus/templates/design/app/lib/design-import.ts +31 -3
- package/corpus/templates/design/app/pages/design-editor/latest-write-queue.ts +56 -0
- package/corpus/templates/design/app/pages/design-editor/performance-buffer-guard.ts +80 -0
- package/corpus/templates/design/changelog/2026-07-10-concurrent-agent-and-artboard-edits-no-longer-show-misleadin.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-designs-with-html-examples-inside-alpine-attributes-or-comme.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-interactive-designs-no-longer-appear-blank-in-the-canvas-whe.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-long-overview-editing-sessions-lots-of-pan-zoom-screen-switc.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-rapid-breakpoint-and-edit-scope-changes-no-longer-jump-back-.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-responsive-breakpoint-previews-stay-visible-while-panning-ac.md +6 -0
- package/corpus/templates/design/changelog/2026-07-10-rich-design-clipboard-markers-are-now-accepted-only-from-the.md +6 -0
- package/corpus/templates/design/e2e/helpers.ts +16 -5
- package/corpus/templates/design/server/source-workspace.ts +28 -2
- package/corpus/templates/design/shared/html-integrity.ts +119 -24
- package/corpus/templates/dispatch/AGENTS.md +10 -2
- package/corpus/templates/dispatch/actions/view-screen.ts +11 -0
- package/corpus/templates/dispatch/app/hooks/use-navigation-state.ts +13 -0
- package/corpus/templates/dispatch/app/i18n/zh-TW.ts +3 -0
- package/corpus/templates/dispatch/app/i18n-data.ts +37 -1
- package/corpus/templates/dispatch/app/routes/operations.tsx +1 -0
- package/corpus/templates/dispatch/changelog/2026-07-10-dispatch-now-has-a-cleaner-chat-history-and-quieter-sidebar-.md +6 -0
- package/corpus/templates/dispatch/changelog/2026-07-10-operations-console-brings-agent-monitoring-and-database-inspection-tog.md +6 -0
- package/corpus/templates/mail/actions/get-integration-statuses.ts +36 -0
- package/corpus/templates/mail/app/components/email/EmailThread.tsx +3 -2
- package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +3 -3
- package/corpus/templates/mail/app/hooks/use-apollo.ts +5 -71
- package/corpus/templates/mail/app/hooks/use-draft-queue.ts +1 -1
- package/corpus/templates/mail/app/hooks/use-integrations.ts +51 -48
- package/corpus/templates/mail/app/lib/integration-status.ts +31 -0
- package/corpus/templates/mail/app/lib/sync-invalidation.ts +5 -0
- package/corpus/templates/mail/app/pages/SettingsPage.tsx +3 -0
- package/corpus/templates/mail/app/root.tsx +22 -12
- package/corpus/templates/mail/changelog/2026-07-10-email-content-backgrounds-now-blend-cleanly-with-dark-mode.md +6 -0
- package/corpus/templates/mail/changelog/2026-07-10-mail-settings-now-group-drafting-automation-and-connected-se.md +6 -0
- package/corpus/templates/mail/changelog/2026-07-10-organization-settings-now-opens-directly-from-the-workspace-.md +6 -0
- package/dist/agent/context-xray/tokenize.d.ts.map +1 -1
- package/dist/agent/context-xray/tokenize.js +6 -1
- package/dist/agent/context-xray/tokenize.js.map +1 -1
- package/dist/agent/engine/ai-sdk-engine.d.ts.map +1 -1
- package/dist/agent/engine/ai-sdk-engine.js +8 -3
- package/dist/agent/engine/ai-sdk-engine.js.map +1 -1
- package/dist/agent/engine/anthropic-engine.d.ts.map +1 -1
- package/dist/agent/engine/anthropic-engine.js +2 -4
- package/dist/agent/engine/anthropic-engine.js.map +1 -1
- package/dist/agent/engine/builder-engine.d.ts +1 -1
- package/dist/agent/engine/builder-engine.d.ts.map +1 -1
- package/dist/agent/engine/builder-engine.js +2 -3
- package/dist/agent/engine/builder-engine.js.map +1 -1
- package/dist/agent/engine/index.d.ts +1 -1
- package/dist/agent/engine/index.d.ts.map +1 -1
- package/dist/agent/engine/index.js +1 -1
- package/dist/agent/engine/index.js.map +1 -1
- package/dist/agent/engine/registry.d.ts +13 -0
- package/dist/agent/engine/registry.d.ts.map +1 -1
- package/dist/agent/engine/registry.js +33 -0
- package/dist/agent/engine/registry.js.map +1 -1
- package/dist/agent/harness/ai-sdk-adapter.d.ts.map +1 -1
- package/dist/agent/harness/ai-sdk-adapter.js +3 -1
- package/dist/agent/harness/ai-sdk-adapter.js.map +1 -1
- package/dist/agent/harness/background.d.ts +9 -9
- package/dist/agent/harness/background.d.ts.map +1 -1
- package/dist/agent/harness/background.js +77 -19
- package/dist/agent/harness/background.js.map +1 -1
- package/dist/agent/harness/index.d.ts +1 -0
- package/dist/agent/harness/index.d.ts.map +1 -1
- package/dist/agent/harness/index.js +1 -0
- package/dist/agent/harness/index.js.map +1 -1
- package/dist/agent/harness/lifecycle.d.ts +45 -0
- package/dist/agent/harness/lifecycle.d.ts.map +1 -0
- package/dist/agent/harness/lifecycle.js +318 -0
- package/dist/agent/harness/lifecycle.js.map +1 -0
- package/dist/agent/harness/runner.d.ts.map +1 -1
- package/dist/agent/harness/runner.js +29 -1
- package/dist/agent/harness/runner.js.map +1 -1
- package/dist/agent/harness/store.d.ts +2 -0
- package/dist/agent/harness/store.d.ts.map +1 -1
- package/dist/agent/harness/store.js +17 -3
- package/dist/agent/harness/store.js.map +1 -1
- package/dist/agent/model-config.d.ts +2 -2
- package/dist/agent/model-config.d.ts.map +1 -1
- package/dist/agent/model-config.js +4 -1
- package/dist/agent/model-config.js.map +1 -1
- package/dist/agent/production-agent.d.ts +38 -0
- package/dist/agent/production-agent.d.ts.map +1 -1
- package/dist/agent/production-agent.js +135 -4
- package/dist/agent/production-agent.js.map +1 -1
- package/dist/agent/run-manager.d.ts.map +1 -1
- package/dist/agent/run-manager.js.map +1 -1
- package/dist/application-state/index.d.ts +1 -1
- package/dist/application-state/index.d.ts.map +1 -1
- package/dist/application-state/index.js +1 -1
- package/dist/application-state/index.js.map +1 -1
- package/dist/application-state/store.d.ts +6 -0
- package/dist/application-state/store.d.ts.map +1 -1
- package/dist/application-state/store.js +31 -0
- package/dist/application-state/store.js.map +1 -1
- package/dist/cli/code-agent-connector.d.ts +9 -0
- package/dist/cli/code-agent-connector.d.ts.map +1 -1
- package/dist/cli/code-agent-connector.js +212 -10
- package/dist/cli/code-agent-connector.js.map +1 -1
- package/dist/cli/code-agent-executor.d.ts +2 -0
- package/dist/cli/code-agent-executor.d.ts.map +1 -1
- package/dist/cli/code-agent-executor.js +8 -1
- package/dist/cli/code-agent-executor.js.map +1 -1
- package/dist/client/AgentPanel.d.ts.map +1 -1
- package/dist/client/AgentPanel.js +6 -5
- package/dist/client/AgentPanel.js.map +1 -1
- package/dist/client/AssistantChat.d.ts +6 -0
- package/dist/client/AssistantChat.d.ts.map +1 -1
- package/dist/client/AssistantChat.js +34 -4
- package/dist/client/AssistantChat.js.map +1 -1
- package/dist/client/MultiTabAssistantChat.d.ts.map +1 -1
- package/dist/client/MultiTabAssistantChat.js +16 -37
- package/dist/client/MultiTabAssistantChat.js.map +1 -1
- package/dist/client/appearance.d.ts +4 -2
- package/dist/client/appearance.d.ts.map +1 -1
- package/dist/client/appearance.js +8 -5
- package/dist/client/appearance.js.map +1 -1
- package/dist/client/chat/connectors.d.ts.map +1 -1
- package/dist/client/chat/connectors.js +206 -28
- package/dist/client/chat/connectors.js.map +1 -1
- package/dist/client/chat/message-components.d.ts.map +1 -1
- package/dist/client/chat/message-components.js +17 -1
- package/dist/client/chat/message-components.js.map +1 -1
- package/dist/client/chat/runtime.d.ts.map +1 -1
- package/dist/client/chat/runtime.js +84 -24
- package/dist/client/chat/runtime.js.map +1 -1
- package/dist/client/chat/tool-call-display.d.ts +8 -1
- package/dist/client/chat/tool-call-display.d.ts.map +1 -1
- package/dist/client/chat/tool-call-display.js +21 -3
- package/dist/client/chat/tool-call-display.js.map +1 -1
- package/dist/client/composer/RealtimeVoiceMode.d.ts +54 -0
- package/dist/client/composer/RealtimeVoiceMode.d.ts.map +1 -0
- package/dist/client/composer/RealtimeVoiceMode.js +63 -0
- package/dist/client/composer/RealtimeVoiceMode.js.map +1 -0
- package/dist/client/composer/TiptapComposer.d.ts +1 -0
- package/dist/client/composer/TiptapComposer.d.ts.map +1 -1
- package/dist/client/composer/TiptapComposer.js +17 -20
- package/dist/client/composer/TiptapComposer.js.map +1 -1
- package/dist/client/composer/VoiceButton.d.ts.map +1 -1
- package/dist/client/composer/VoiceButton.js +9 -0
- package/dist/client/composer/VoiceButton.js.map +1 -1
- package/dist/client/composer/index.d.ts +2 -0
- package/dist/client/composer/index.d.ts.map +1 -1
- package/dist/client/composer/index.js +2 -0
- package/dist/client/composer/index.js.map +1 -1
- package/dist/client/composer/useRealtimeVoiceMode.d.ts +56 -0
- package/dist/client/composer/useRealtimeVoiceMode.d.ts.map +1 -0
- package/dist/client/composer/useRealtimeVoiceMode.js +492 -0
- package/dist/client/composer/useRealtimeVoiceMode.js.map +1 -0
- package/dist/client/guided-questions.d.ts.map +1 -1
- package/dist/client/guided-questions.js +7 -2
- package/dist/client/guided-questions.js.map +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client/index.js.map +1 -1
- package/dist/client/settings/DemoModeSection.d.ts.map +1 -1
- package/dist/client/settings/DemoModeSection.js +4 -3
- package/dist/client/settings/DemoModeSection.js.map +1 -1
- package/dist/client/settings/SettingsPanel.d.ts.map +1 -1
- package/dist/client/settings/SettingsPanel.js +4 -0
- package/dist/client/settings/SettingsPanel.js.map +1 -1
- package/dist/client/settings/SettingsTabsPage.d.ts +10 -3
- package/dist/client/settings/SettingsTabsPage.d.ts.map +1 -1
- package/dist/client/settings/SettingsTabsPage.js +49 -11
- package/dist/client/settings/SettingsTabsPage.js.map +1 -1
- package/dist/client/use-chat-models.d.ts.map +1 -1
- package/dist/client/use-chat-models.js +6 -14
- package/dist/client/use-chat-models.js.map +1 -1
- package/dist/client/use-db-sync.d.ts.map +1 -1
- package/dist/client/use-db-sync.js +87 -7
- package/dist/client/use-db-sync.js.map +1 -1
- package/dist/code-agents/background-controller.d.ts +1 -1
- package/dist/code-agents/background-controller.d.ts.map +1 -1
- package/dist/code-agents/background-controller.js +17 -1
- package/dist/code-agents/background-controller.js.map +1 -1
- package/dist/collab/routes.d.ts +1 -1
- package/dist/collab/struct-routes.d.ts +1 -1
- package/dist/collab/ydoc-manager.d.ts +9 -1
- package/dist/collab/ydoc-manager.d.ts.map +1 -1
- package/dist/collab/ydoc-manager.js +30 -6
- package/dist/collab/ydoc-manager.js.map +1 -1
- package/dist/db/migrations.d.ts.map +1 -1
- package/dist/db/migrations.js +4 -2
- package/dist/db/migrations.js.map +1 -1
- package/dist/demo/fetch-interceptor.d.ts +5 -1
- package/dist/demo/fetch-interceptor.d.ts.map +1 -1
- package/dist/demo/fetch-interceptor.js +16 -12
- package/dist/demo/fetch-interceptor.js.map +1 -1
- package/dist/integrations/adapters/slack.d.ts +2 -0
- package/dist/integrations/adapters/slack.d.ts.map +1 -1
- package/dist/integrations/adapters/slack.js +38 -2
- package/dist/integrations/adapters/slack.js.map +1 -1
- package/dist/integrations/awaiting-input-store.d.ts +27 -0
- package/dist/integrations/awaiting-input-store.d.ts.map +1 -0
- package/dist/integrations/awaiting-input-store.js +112 -0
- package/dist/integrations/awaiting-input-store.js.map +1 -0
- package/dist/integrations/computer-supervision-store.d.ts +65 -0
- package/dist/integrations/computer-supervision-store.d.ts.map +1 -0
- package/dist/integrations/computer-supervision-store.js +296 -0
- package/dist/integrations/computer-supervision-store.js.map +1 -0
- package/dist/integrations/computer-supervision.d.ts +11 -0
- package/dist/integrations/computer-supervision.d.ts.map +1 -0
- package/dist/integrations/computer-supervision.js +160 -0
- package/dist/integrations/computer-supervision.js.map +1 -0
- package/dist/integrations/index.d.ts +6 -3
- package/dist/integrations/index.d.ts.map +1 -1
- package/dist/integrations/index.js +5 -2
- package/dist/integrations/index.js.map +1 -1
- package/dist/integrations/plugin.d.ts.map +1 -1
- package/dist/integrations/plugin.js +205 -3
- package/dist/integrations/plugin.js.map +1 -1
- package/dist/integrations/remote-commands-store.d.ts +15 -1
- package/dist/integrations/remote-commands-store.d.ts.map +1 -1
- package/dist/integrations/remote-commands-store.js +273 -3
- package/dist/integrations/remote-commands-store.js.map +1 -1
- package/dist/integrations/remote-devices-store.d.ts +4 -3
- package/dist/integrations/remote-devices-store.d.ts.map +1 -1
- package/dist/integrations/remote-devices-store.js +49 -2
- package/dist/integrations/remote-devices-store.js.map +1 -1
- package/dist/integrations/remote-json-safety.d.ts +6 -0
- package/dist/integrations/remote-json-safety.d.ts.map +1 -0
- package/dist/integrations/remote-json-safety.js +114 -0
- package/dist/integrations/remote-json-safety.js.map +1 -0
- package/dist/integrations/remote-run-events-store.d.ts +11 -1
- package/dist/integrations/remote-run-events-store.d.ts.map +1 -1
- package/dist/integrations/remote-run-events-store.js +85 -17
- package/dist/integrations/remote-run-events-store.js.map +1 -1
- package/dist/integrations/remote-types.d.ts +54 -3
- package/dist/integrations/remote-types.d.ts.map +1 -1
- package/dist/integrations/remote-types.js.map +1 -1
- package/dist/integrations/webhook-handler.d.ts.map +1 -1
- package/dist/integrations/webhook-handler.js +133 -4
- package/dist/integrations/webhook-handler.js.map +1 -1
- package/dist/localization/default-messages.d.ts +26 -0
- package/dist/localization/default-messages.d.ts.map +1 -1
- package/dist/localization/default-messages.js +26 -0
- package/dist/localization/default-messages.js.map +1 -1
- package/dist/mcp-client/config.d.ts.map +1 -1
- package/dist/mcp-client/config.js +44 -3
- package/dist/mcp-client/config.js.map +1 -1
- package/dist/mcp-client/index.d.ts +6 -1
- package/dist/mcp-client/index.d.ts.map +1 -1
- package/dist/mcp-client/index.js +11 -3
- package/dist/mcp-client/index.js.map +1 -1
- package/dist/mcp-client/tool-policy.d.ts +24 -0
- package/dist/mcp-client/tool-policy.d.ts.map +1 -0
- package/dist/mcp-client/tool-policy.js +139 -0
- package/dist/mcp-client/tool-policy.js.map +1 -0
- package/dist/observability/routes.d.ts +5 -5
- package/dist/resources/handlers.d.ts +3 -3
- package/dist/secrets/register-framework-secrets.d.ts +3 -4
- package/dist/secrets/register-framework-secrets.d.ts.map +1 -1
- package/dist/secrets/register-framework-secrets.js +25 -4
- package/dist/secrets/register-framework-secrets.js.map +1 -1
- package/dist/secrets/routes.d.ts +9 -9
- package/dist/server/agent-chat-plugin.d.ts.map +1 -1
- package/dist/server/agent-chat-plugin.js +53 -6
- package/dist/server/agent-chat-plugin.js.map +1 -1
- package/dist/server/index.d.ts +2 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +2 -1
- package/dist/server/index.js.map +1 -1
- package/dist/server/realtime-voice.d.ts +53 -0
- package/dist/server/realtime-voice.d.ts.map +1 -0
- package/dist/server/realtime-voice.js +404 -0
- package/dist/server/realtime-voice.js.map +1 -0
- package/dist/shared/reasoning-effort.d.ts +20 -0
- package/dist/shared/reasoning-effort.d.ts.map +1 -1
- package/dist/shared/reasoning-effort.js +52 -18
- package/dist/shared/reasoning-effort.js.map +1 -1
- package/dist/styles/agent-conversation.css +17 -0
- package/dist/templates/workspace-core/.agents/skills/voice-transcription/SKILL.md +39 -5
- package/docs/content/a2a-protocol.mdx +21 -5
- package/docs/content/actions.mdx +9 -23
- package/docs/content/agent-mentions.mdx +31 -29
- package/docs/content/agent-native-toolkit.mdx +15 -6
- package/docs/content/agent-surfaces.mdx +9 -13
- package/docs/content/agent-teams.mdx +1 -0
- package/docs/content/authentication.mdx +10 -3
- package/docs/content/automation-connectors.mdx +82 -39
- package/docs/content/automations.mdx +17 -3
- package/docs/content/blueprint-installer.mdx +11 -4
- package/docs/content/cli-adapters.mdx +9 -6
- package/docs/content/client.mdx +16 -0
- package/docs/content/cloneable-saas.mdx +14 -11
- package/docs/content/code-agents-ui.mdx +65 -0
- package/docs/content/components.mdx +30 -14
- package/docs/content/context-awareness.mdx +27 -15
- package/docs/content/creating-templates.mdx +15 -9
- package/docs/content/cross-app-sso.mdx +16 -6
- package/docs/content/data-programs.mdx +1 -1
- package/docs/content/database.mdx +17 -5
- package/docs/content/deployment.mdx +19 -18
- package/docs/content/dispatch.mdx +6 -2
- package/docs/content/drop-in-agent.mdx +10 -4
- package/docs/content/durable-background-runs.mdx +9 -5
- package/docs/content/durable-resume.mdx +9 -4
- package/docs/content/embedding-sdk.mdx +26 -8
- package/docs/content/evals.mdx +3 -5
- package/docs/content/extensions.mdx +22 -9
- package/docs/content/external-agents.mdx +25 -34
- package/docs/content/faq.mdx +8 -0
- package/docs/content/file-uploads.mdx +12 -3
- package/docs/content/frames.mdx +16 -0
- package/docs/content/generative-ui.mdx +1 -1
- package/docs/content/getting-started.mdx +34 -21
- package/docs/content/harness-agents.mdx +8 -4
- package/docs/content/human-approval.mdx +8 -3
- package/docs/content/internationalization.mdx +9 -4
- package/docs/content/key-concepts.mdx +13 -20
- package/docs/content/local-file-mode.mdx +14 -8
- package/docs/content/locales/ar-SA/actions.mdx +2 -2
- package/docs/content/locales/ar-SA/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/ar-SA/agent-surfaces.mdx +8 -10
- package/docs/content/locales/ar-SA/agent-teams.mdx +1 -0
- package/docs/content/locales/ar-SA/authentication.mdx +1 -1
- package/docs/content/locales/ar-SA/components.mdx +11 -1
- package/docs/content/locales/ar-SA/creating-templates.mdx +3 -7
- package/docs/content/locales/ar-SA/cross-app-sso.mdx +16 -6
- package/docs/content/locales/ar-SA/deployment.mdx +8 -0
- package/docs/content/locales/ar-SA/external-agents.mdx +2 -7
- package/docs/content/locales/ar-SA/key-concepts.mdx +13 -20
- package/docs/content/locales/ar-SA/multi-tenancy.mdx +5 -5
- package/docs/content/locales/ar-SA/notifications.mdx +18 -10
- package/docs/content/locales/ar-SA/processors.mdx +11 -5
- package/docs/content/locales/ar-SA/server.mdx +17 -10
- package/docs/content/locales/ar-SA/sharing.mdx +10 -10
- package/docs/content/locales/ar-SA/skills-guide.mdx +34 -17
- package/docs/content/locales/ar-SA/template-assets.mdx +16 -13
- package/docs/content/locales/ar-SA/template-brain.mdx +3 -1
- package/docs/content/locales/ar-SA/template-clips.mdx +3 -3
- package/docs/content/locales/ar-SA/template-design.mdx +3 -1
- package/docs/content/locales/ar-SA/template-dispatch.mdx +5 -1
- package/docs/content/locales/ar-SA/template-mail.mdx +8 -0
- package/docs/content/locales/ar-SA/tracking.mdx +9 -6
- package/docs/content/locales/ar-SA/using-your-agent.mdx +0 -7
- package/docs/content/locales/ar-SA/voice-input.mdx +6 -0
- package/docs/content/locales/ar-SA/workspace-connections.mdx +9 -2
- package/docs/content/locales/ar-SA/workspace.mdx +19 -18
- package/docs/content/locales/de-DE/actions.mdx +2 -2
- package/docs/content/locales/de-DE/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/de-DE/agent-surfaces.mdx +8 -10
- package/docs/content/locales/de-DE/agent-teams.mdx +1 -0
- package/docs/content/locales/de-DE/authentication.mdx +1 -1
- package/docs/content/locales/de-DE/components.mdx +11 -1
- package/docs/content/locales/de-DE/creating-templates.mdx +3 -7
- package/docs/content/locales/de-DE/cross-app-sso.mdx +16 -6
- package/docs/content/locales/de-DE/deployment.mdx +8 -0
- package/docs/content/locales/de-DE/external-agents.mdx +3 -7
- package/docs/content/locales/de-DE/key-concepts.mdx +13 -20
- package/docs/content/locales/de-DE/multi-tenancy.mdx +5 -5
- package/docs/content/locales/de-DE/notifications.mdx +18 -10
- package/docs/content/locales/de-DE/processors.mdx +11 -5
- package/docs/content/locales/de-DE/server.mdx +18 -10
- package/docs/content/locales/de-DE/sharing.mdx +10 -10
- package/docs/content/locales/de-DE/skills-guide.mdx +34 -17
- package/docs/content/locales/de-DE/template-assets.mdx +16 -13
- package/docs/content/locales/de-DE/template-brain.mdx +3 -1
- package/docs/content/locales/de-DE/template-clips.mdx +3 -3
- package/docs/content/locales/de-DE/template-design.mdx +3 -1
- package/docs/content/locales/de-DE/template-dispatch.mdx +5 -1
- package/docs/content/locales/de-DE/template-mail.mdx +8 -0
- package/docs/content/locales/de-DE/tracking.mdx +9 -6
- package/docs/content/locales/de-DE/using-your-agent.mdx +0 -7
- package/docs/content/locales/de-DE/voice-input.mdx +6 -0
- package/docs/content/locales/de-DE/workspace-connections.mdx +9 -2
- package/docs/content/locales/de-DE/workspace.mdx +19 -18
- package/docs/content/locales/es-ES/actions.mdx +2 -2
- package/docs/content/locales/es-ES/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/es-ES/agent-surfaces.mdx +8 -10
- package/docs/content/locales/es-ES/agent-teams.mdx +1 -0
- package/docs/content/locales/es-ES/authentication.mdx +1 -1
- package/docs/content/locales/es-ES/components.mdx +11 -1
- package/docs/content/locales/es-ES/creating-templates.mdx +3 -7
- package/docs/content/locales/es-ES/cross-app-sso.mdx +16 -6
- package/docs/content/locales/es-ES/deployment.mdx +8 -0
- package/docs/content/locales/es-ES/external-agents.mdx +3 -7
- package/docs/content/locales/es-ES/key-concepts.mdx +13 -20
- package/docs/content/locales/es-ES/multi-tenancy.mdx +5 -5
- package/docs/content/locales/es-ES/notifications.mdx +18 -10
- package/docs/content/locales/es-ES/processors.mdx +11 -5
- package/docs/content/locales/es-ES/server.mdx +17 -10
- package/docs/content/locales/es-ES/sharing.mdx +10 -10
- package/docs/content/locales/es-ES/skills-guide.mdx +34 -17
- package/docs/content/locales/es-ES/template-assets.mdx +16 -13
- package/docs/content/locales/es-ES/template-brain.mdx +3 -1
- package/docs/content/locales/es-ES/template-clips.mdx +3 -3
- package/docs/content/locales/es-ES/template-design.mdx +3 -1
- package/docs/content/locales/es-ES/template-dispatch.mdx +5 -1
- package/docs/content/locales/es-ES/template-mail.mdx +8 -0
- package/docs/content/locales/es-ES/tracking.mdx +9 -6
- package/docs/content/locales/es-ES/using-your-agent.mdx +0 -7
- package/docs/content/locales/es-ES/voice-input.mdx +6 -0
- package/docs/content/locales/es-ES/workspace-connections.mdx +9 -2
- package/docs/content/locales/es-ES/workspace.mdx +19 -18
- package/docs/content/locales/fr-FR/actions.mdx +2 -2
- package/docs/content/locales/fr-FR/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/fr-FR/agent-surfaces.mdx +8 -10
- package/docs/content/locales/fr-FR/agent-teams.mdx +1 -0
- package/docs/content/locales/fr-FR/authentication.mdx +1 -1
- package/docs/content/locales/fr-FR/components.mdx +11 -1
- package/docs/content/locales/fr-FR/creating-templates.mdx +3 -7
- package/docs/content/locales/fr-FR/cross-app-sso.mdx +16 -6
- package/docs/content/locales/fr-FR/deployment.mdx +8 -0
- package/docs/content/locales/fr-FR/external-agents.mdx +3 -7
- package/docs/content/locales/fr-FR/key-concepts.mdx +13 -20
- package/docs/content/locales/fr-FR/multi-tenancy.mdx +5 -5
- package/docs/content/locales/fr-FR/notifications.mdx +18 -10
- package/docs/content/locales/fr-FR/processors.mdx +11 -5
- package/docs/content/locales/fr-FR/server.mdx +17 -10
- package/docs/content/locales/fr-FR/sharing.mdx +10 -10
- package/docs/content/locales/fr-FR/skills-guide.mdx +34 -17
- package/docs/content/locales/fr-FR/template-assets.mdx +16 -13
- package/docs/content/locales/fr-FR/template-brain.mdx +3 -1
- package/docs/content/locales/fr-FR/template-clips.mdx +3 -3
- package/docs/content/locales/fr-FR/template-design.mdx +3 -1
- package/docs/content/locales/fr-FR/template-dispatch.mdx +5 -1
- package/docs/content/locales/fr-FR/template-mail.mdx +8 -0
- package/docs/content/locales/fr-FR/tracking.mdx +9 -6
- package/docs/content/locales/fr-FR/using-your-agent.mdx +0 -7
- package/docs/content/locales/fr-FR/voice-input.mdx +6 -0
- package/docs/content/locales/fr-FR/workspace-connections.mdx +9 -2
- package/docs/content/locales/fr-FR/workspace.mdx +19 -18
- package/docs/content/locales/hi-IN/actions.mdx +2 -2
- package/docs/content/locales/hi-IN/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/hi-IN/agent-surfaces.mdx +8 -10
- package/docs/content/locales/hi-IN/agent-teams.mdx +1 -0
- package/docs/content/locales/hi-IN/authentication.mdx +1 -1
- package/docs/content/locales/hi-IN/components.mdx +11 -1
- package/docs/content/locales/hi-IN/creating-templates.mdx +3 -7
- package/docs/content/locales/hi-IN/cross-app-sso.mdx +16 -6
- package/docs/content/locales/hi-IN/deployment.mdx +8 -0
- package/docs/content/locales/hi-IN/external-agents.mdx +2 -7
- package/docs/content/locales/hi-IN/key-concepts.mdx +13 -20
- package/docs/content/locales/hi-IN/multi-tenancy.mdx +5 -5
- package/docs/content/locales/hi-IN/notifications.mdx +18 -10
- package/docs/content/locales/hi-IN/processors.mdx +11 -5
- package/docs/content/locales/hi-IN/server.mdx +17 -10
- package/docs/content/locales/hi-IN/sharing.mdx +10 -10
- package/docs/content/locales/hi-IN/skills-guide.mdx +34 -17
- package/docs/content/locales/hi-IN/template-assets.mdx +16 -13
- package/docs/content/locales/hi-IN/template-brain.mdx +3 -1
- package/docs/content/locales/hi-IN/template-clips.mdx +3 -3
- package/docs/content/locales/hi-IN/template-design.mdx +3 -1
- package/docs/content/locales/hi-IN/template-dispatch.mdx +5 -1
- package/docs/content/locales/hi-IN/template-mail.mdx +8 -0
- package/docs/content/locales/hi-IN/tracking.mdx +9 -6
- package/docs/content/locales/hi-IN/using-your-agent.mdx +0 -7
- package/docs/content/locales/hi-IN/voice-input.mdx +6 -0
- package/docs/content/locales/hi-IN/workspace-connections.mdx +9 -2
- package/docs/content/locales/hi-IN/workspace.mdx +19 -18
- package/docs/content/locales/ja-JP/actions.mdx +2 -2
- package/docs/content/locales/ja-JP/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/ja-JP/agent-surfaces.mdx +8 -10
- package/docs/content/locales/ja-JP/agent-teams.mdx +1 -0
- package/docs/content/locales/ja-JP/authentication.mdx +1 -1
- package/docs/content/locales/ja-JP/components.mdx +11 -1
- package/docs/content/locales/ja-JP/creating-templates.mdx +3 -7
- package/docs/content/locales/ja-JP/cross-app-sso.mdx +16 -6
- package/docs/content/locales/ja-JP/deployment.mdx +8 -0
- package/docs/content/locales/ja-JP/external-agents.mdx +2 -7
- package/docs/content/locales/ja-JP/key-concepts.mdx +13 -20
- package/docs/content/locales/ja-JP/multi-tenancy.mdx +5 -5
- package/docs/content/locales/ja-JP/notifications.mdx +18 -10
- package/docs/content/locales/ja-JP/processors.mdx +11 -5
- package/docs/content/locales/ja-JP/server.mdx +17 -10
- package/docs/content/locales/ja-JP/sharing.mdx +10 -10
- package/docs/content/locales/ja-JP/skills-guide.mdx +34 -17
- package/docs/content/locales/ja-JP/template-assets.mdx +16 -13
- package/docs/content/locales/ja-JP/template-brain.mdx +3 -1
- package/docs/content/locales/ja-JP/template-clips.mdx +3 -4
- package/docs/content/locales/ja-JP/template-design.mdx +3 -1
- package/docs/content/locales/ja-JP/template-dispatch.mdx +5 -1
- package/docs/content/locales/ja-JP/template-mail.mdx +8 -0
- package/docs/content/locales/ja-JP/tracking.mdx +9 -6
- package/docs/content/locales/ja-JP/using-your-agent.mdx +0 -7
- package/docs/content/locales/ja-JP/voice-input.mdx +6 -0
- package/docs/content/locales/ja-JP/workspace-connections.mdx +9 -2
- package/docs/content/locales/ja-JP/workspace.mdx +19 -18
- package/docs/content/locales/ko-KR/actions.mdx +2 -2
- package/docs/content/locales/ko-KR/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/ko-KR/agent-surfaces.mdx +8 -10
- package/docs/content/locales/ko-KR/agent-teams.mdx +1 -0
- package/docs/content/locales/ko-KR/authentication.mdx +1 -1
- package/docs/content/locales/ko-KR/components.mdx +11 -1
- package/docs/content/locales/ko-KR/creating-templates.mdx +3 -7
- package/docs/content/locales/ko-KR/cross-app-sso.mdx +16 -6
- package/docs/content/locales/ko-KR/deployment.mdx +8 -0
- package/docs/content/locales/ko-KR/external-agents.mdx +2 -7
- package/docs/content/locales/ko-KR/key-concepts.mdx +13 -20
- package/docs/content/locales/ko-KR/multi-tenancy.mdx +5 -5
- package/docs/content/locales/ko-KR/notifications.mdx +18 -10
- package/docs/content/locales/ko-KR/processors.mdx +11 -5
- package/docs/content/locales/ko-KR/server.mdx +17 -10
- package/docs/content/locales/ko-KR/sharing.mdx +10 -10
- package/docs/content/locales/ko-KR/skills-guide.mdx +34 -17
- package/docs/content/locales/ko-KR/template-assets.mdx +16 -13
- package/docs/content/locales/ko-KR/template-brain.mdx +3 -1
- package/docs/content/locales/ko-KR/template-clips.mdx +3 -4
- package/docs/content/locales/ko-KR/template-design.mdx +3 -1
- package/docs/content/locales/ko-KR/template-dispatch.mdx +5 -1
- package/docs/content/locales/ko-KR/template-mail.mdx +8 -0
- package/docs/content/locales/ko-KR/tracking.mdx +9 -6
- package/docs/content/locales/ko-KR/using-your-agent.mdx +0 -7
- package/docs/content/locales/ko-KR/voice-input.mdx +6 -0
- package/docs/content/locales/ko-KR/workspace-connections.mdx +9 -2
- package/docs/content/locales/ko-KR/workspace.mdx +19 -18
- package/docs/content/locales/pt-BR/actions.mdx +2 -2
- package/docs/content/locales/pt-BR/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/pt-BR/agent-surfaces.mdx +8 -10
- package/docs/content/locales/pt-BR/agent-teams.mdx +1 -0
- package/docs/content/locales/pt-BR/authentication.mdx +1 -1
- package/docs/content/locales/pt-BR/components.mdx +11 -1
- package/docs/content/locales/pt-BR/creating-templates.mdx +3 -7
- package/docs/content/locales/pt-BR/cross-app-sso.mdx +16 -6
- package/docs/content/locales/pt-BR/deployment.mdx +8 -0
- package/docs/content/locales/pt-BR/external-agents.mdx +3 -7
- package/docs/content/locales/pt-BR/key-concepts.mdx +13 -20
- package/docs/content/locales/pt-BR/multi-tenancy.mdx +5 -5
- package/docs/content/locales/pt-BR/notifications.mdx +18 -10
- package/docs/content/locales/pt-BR/processors.mdx +11 -5
- package/docs/content/locales/pt-BR/server.mdx +17 -10
- package/docs/content/locales/pt-BR/sharing.mdx +10 -10
- package/docs/content/locales/pt-BR/skills-guide.mdx +34 -17
- package/docs/content/locales/pt-BR/template-assets.mdx +16 -13
- package/docs/content/locales/pt-BR/template-brain.mdx +3 -1
- package/docs/content/locales/pt-BR/template-clips.mdx +3 -3
- package/docs/content/locales/pt-BR/template-design.mdx +3 -1
- package/docs/content/locales/pt-BR/template-dispatch.mdx +5 -1
- package/docs/content/locales/pt-BR/template-mail.mdx +8 -0
- package/docs/content/locales/pt-BR/tracking.mdx +9 -6
- package/docs/content/locales/pt-BR/using-your-agent.mdx +0 -7
- package/docs/content/locales/pt-BR/voice-input.mdx +6 -0
- package/docs/content/locales/pt-BR/workspace-connections.mdx +9 -2
- package/docs/content/locales/pt-BR/workspace.mdx +19 -18
- package/docs/content/locales/zh-CN/actions.mdx +2 -2
- package/docs/content/locales/zh-CN/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/zh-CN/agent-surfaces.mdx +8 -10
- package/docs/content/locales/zh-CN/agent-teams.mdx +1 -0
- package/docs/content/locales/zh-CN/authentication.mdx +1 -1
- package/docs/content/locales/zh-CN/components.mdx +11 -1
- package/docs/content/locales/zh-CN/creating-templates.mdx +3 -7
- package/docs/content/locales/zh-CN/cross-app-sso.mdx +16 -6
- package/docs/content/locales/zh-CN/deployment.mdx +8 -0
- package/docs/content/locales/zh-CN/external-agents.mdx +2 -7
- package/docs/content/locales/zh-CN/key-concepts.mdx +13 -20
- package/docs/content/locales/zh-CN/multi-tenancy.mdx +5 -5
- package/docs/content/locales/zh-CN/notifications.mdx +18 -10
- package/docs/content/locales/zh-CN/processors.mdx +11 -5
- package/docs/content/locales/zh-CN/server.mdx +16 -10
- package/docs/content/locales/zh-CN/sharing.mdx +10 -10
- package/docs/content/locales/zh-CN/skills-guide.mdx +34 -17
- package/docs/content/locales/zh-CN/template-assets.mdx +16 -13
- package/docs/content/locales/zh-CN/template-brain.mdx +3 -1
- package/docs/content/locales/zh-CN/template-clips.mdx +3 -4
- package/docs/content/locales/zh-CN/template-design.mdx +3 -1
- package/docs/content/locales/zh-CN/template-dispatch.mdx +5 -1
- package/docs/content/locales/zh-CN/template-mail.mdx +8 -0
- package/docs/content/locales/zh-CN/tracking.mdx +9 -6
- package/docs/content/locales/zh-CN/using-your-agent.mdx +0 -7
- package/docs/content/locales/zh-CN/voice-input.mdx +6 -0
- package/docs/content/locales/zh-CN/workspace-connections.mdx +9 -2
- package/docs/content/locales/zh-CN/workspace.mdx +19 -18
- package/docs/content/locales/zh-TW/actions.mdx +2 -2
- package/docs/content/locales/zh-TW/agent-native-toolkit.mdx +2 -2
- package/docs/content/locales/zh-TW/agent-surfaces.mdx +8 -10
- package/docs/content/locales/zh-TW/agent-teams.mdx +1 -0
- package/docs/content/locales/zh-TW/authentication.mdx +1 -1
- package/docs/content/locales/zh-TW/components.mdx +11 -1
- package/docs/content/locales/zh-TW/creating-templates.mdx +3 -7
- package/docs/content/locales/zh-TW/cross-app-sso.mdx +16 -6
- package/docs/content/locales/zh-TW/deployment.mdx +8 -0
- package/docs/content/locales/zh-TW/external-agents.mdx +2 -7
- package/docs/content/locales/zh-TW/key-concepts.mdx +13 -20
- package/docs/content/locales/zh-TW/multi-tenancy.mdx +5 -5
- package/docs/content/locales/zh-TW/notifications.mdx +18 -10
- package/docs/content/locales/zh-TW/processors.mdx +11 -5
- package/docs/content/locales/zh-TW/server.mdx +16 -10
- package/docs/content/locales/zh-TW/sharing.mdx +10 -10
- package/docs/content/locales/zh-TW/skills-guide.mdx +34 -17
- package/docs/content/locales/zh-TW/template-assets.mdx +16 -13
- package/docs/content/locales/zh-TW/template-brain.mdx +3 -1
- package/docs/content/locales/zh-TW/template-clips.mdx +3 -4
- package/docs/content/locales/zh-TW/template-design.mdx +3 -1
- package/docs/content/locales/zh-TW/template-dispatch.mdx +5 -1
- package/docs/content/locales/zh-TW/template-mail.mdx +8 -0
- package/docs/content/locales/zh-TW/tracking.mdx +9 -6
- package/docs/content/locales/zh-TW/using-your-agent.mdx +0 -7
- package/docs/content/locales/zh-TW/voice-input.mdx +6 -0
- package/docs/content/locales/zh-TW/workspace-connections.mdx +9 -2
- package/docs/content/locales/zh-TW/workspace.mdx +19 -18
- package/docs/content/mcp-apps.mdx +14 -32
- package/docs/content/mcp-clients.mdx +48 -54
- package/docs/content/mcp-protocol.mdx +25 -10
- package/docs/content/messaging.mdx +19 -11
- package/docs/content/multi-app-workspace.mdx +11 -96
- package/docs/content/multi-tenancy.mdx +5 -5
- package/docs/content/native-chat-ui.mdx +4 -4
- package/docs/content/notifications.mdx +19 -12
- package/docs/content/observability.mdx +2 -4
- package/docs/content/observational-memory.mdx +7 -3
- package/docs/content/onboarding.mdx +9 -2
- package/docs/content/plan-plugin.mdx +10 -2
- package/docs/content/pr-visual-recap.mdx +1 -1
- package/docs/content/processors.mdx +11 -5
- package/docs/content/pure-agent-apps.mdx +5 -1
- package/docs/content/real-time-collaboration.mdx +30 -67
- package/docs/content/recurring-jobs.mdx +8 -6
- package/docs/content/routing.mdx +3 -4
- package/docs/content/sandbox-adapters.mdx +30 -53
- package/docs/content/security.mdx +8 -0
- package/docs/content/server.mdx +17 -10
- package/docs/content/sharing.mdx +10 -10
- package/docs/content/skills-guide.mdx +35 -16
- package/docs/content/template-analytics.mdx +11 -8
- package/docs/content/template-assets.mdx +16 -13
- package/docs/content/template-brain.mdx +3 -1
- package/docs/content/template-calendar.mdx +12 -4
- package/docs/content/template-chat.mdx +4 -4
- package/docs/content/template-clips.mdx +3 -3
- package/docs/content/template-content.mdx +23 -18
- package/docs/content/template-design.mdx +3 -1
- package/docs/content/template-dispatch.mdx +5 -1
- package/docs/content/template-mail.mdx +14 -2
- package/docs/content/template-plan.mdx +22 -15
- package/docs/content/template-slides.mdx +11 -3
- package/docs/content/toolkit-agent-ux.mdx +46 -3
- package/docs/content/toolkit-collaboration.mdx +58 -4
- package/docs/content/toolkit-command-navigation.mdx +8 -2
- package/docs/content/toolkit-comments-review.mdx +10 -2
- package/docs/content/toolkit-history.mdx +8 -3
- package/docs/content/toolkit-observability.mdx +48 -2
- package/docs/content/toolkit-org-team.mdx +8 -2
- package/docs/content/toolkit-resources.mdx +45 -2
- package/docs/content/toolkit-settings.mdx +8 -2
- package/docs/content/toolkit-setup-connections.mdx +7 -2
- package/docs/content/toolkit-sharing.mdx +46 -3
- package/docs/content/toolkit-ui.mdx +82 -11
- package/docs/content/tracking.mdx +10 -8
- package/docs/content/using-your-agent.mdx +0 -12
- package/docs/content/voice-input.mdx +7 -1
- package/docs/content/what-is-agent-native.mdx +7 -8
- package/docs/content/workspace-connections.mdx +16 -23
- package/docs/content/workspace-management.mdx +16 -4
- package/docs/content/workspace.mdx +19 -18
- package/package.json +1 -1
- package/src/templates/workspace-core/.agents/skills/voice-transcription/SKILL.md +39 -5
- package/corpus/core/docs/content/locales/ar-SA/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/de-DE/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/es-ES/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/fr-FR/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/hi-IN/migration-workbench.mdx +0 -74
- package/corpus/core/docs/content/locales/ja-JP/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/ko-KR/migration-workbench.mdx +0 -74
- package/corpus/core/docs/content/locales/pt-BR/migration-workbench.mdx +0 -76
- package/corpus/core/docs/content/locales/zh-CN/migration-workbench.mdx +0 -74
- package/corpus/core/docs/content/locales/zh-TW/migration-workbench.mdx +0 -74
- package/corpus/core/docs/content/migration-workbench.mdx +0 -74
- package/corpus/core/docs/content/toolkit-app-adapters.mdx +0 -55
- package/corpus/core/docs/content/toolkit-collaboration-ui.mdx +0 -60
- package/corpus/core/docs/content/toolkit-sharing-ui.mdx +0 -45
- package/corpus/core/docs/content/toolkit-shell-hooks.mdx +0 -36
- package/docs/content/locales/ar-SA/migration-workbench.mdx +0 -76
- package/docs/content/locales/de-DE/migration-workbench.mdx +0 -76
- package/docs/content/locales/es-ES/migration-workbench.mdx +0 -76
- package/docs/content/locales/fr-FR/migration-workbench.mdx +0 -76
- package/docs/content/locales/hi-IN/migration-workbench.mdx +0 -74
- package/docs/content/locales/ja-JP/migration-workbench.mdx +0 -76
- package/docs/content/locales/ko-KR/migration-workbench.mdx +0 -74
- package/docs/content/locales/pt-BR/migration-workbench.mdx +0 -76
- package/docs/content/locales/zh-CN/migration-workbench.mdx +0 -74
- package/docs/content/locales/zh-TW/migration-workbench.mdx +0 -74
- package/docs/content/migration-workbench.mdx +0 -74
- package/docs/content/toolkit-app-adapters.mdx +0 -55
- package/docs/content/toolkit-collaboration-ui.mdx +0 -60
- package/docs/content/toolkit-sharing-ui.mdx +0 -45
- package/docs/content/toolkit-shell-hooks.mdx +0 -36
|
@@ -5,7 +5,7 @@ description: "エージェント ネイティブでの skills の動作: フレ
|
|
|
5
5
|
|
|
6
6
|
# Skills ガイド
|
|
7
7
|
|
|
8
|
-
Skills
|
|
8
|
+
Skills は、特定のパターンやワークフローに関する深い知識をエージェントに与える Markdown ファイルです。すべてのルールを 1 つのシステムプロンプトに詰め込むのではなく、実際に必要なタスクでのみエージェントが読み込む、目的別のファイルに知識を分割します。これにより、デフォルトのコンテキストを小さく保ちながら、必要に応じて深く掘り下げられます。
|
|
9
9
|
|
|
10
10
|
## skills とは {#what-are-skills}
|
|
11
11
|
|
|
@@ -120,9 +120,11 @@ Skills は `.agents/skills/<name>/SKILL.md` にあり、エージェント向け
|
|
|
120
120
|
|
|
121
121
|
現在の app-backed skills には、Plan の `visual-plan`、`visual-recap`、`visualize-repo`、Design の `visual-edit`、Assets の `assets`、repo-backed docs/blog/MDX editing 用の `content` が含まれます。
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
<Callout tone="info">
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
**詳細は以下の通り:** アプリベースの skills の仕組み (マニフェスト形式、CLI コマンド、マーケットプレイス アダプター、自動更新ハッシュ) は、[App-backed skills — full details](#app-backed-skills-full) で説明されています。
|
|
126
|
+
|
|
127
|
+
</Callout>
|
|
126
128
|
|
|
127
129
|
## カスタム skills の作成 {#creating-skills}
|
|
128
130
|
|
|
@@ -177,7 +179,11 @@ Skills は `.agents/skills/<name>/SKILL.md` にあり、エージェント向け
|
|
|
177
179
|
|
|
178
180
|
ファイルを `.agents/skills/my-skill/SKILL.md` に保存します。ディレクトリ名は、frontmatter の `name` と一致する必要があります。
|
|
179
181
|
|
|
180
|
-
>
|
|
182
|
+
<Callout tone="info">
|
|
183
|
+
|
|
184
|
+
**こちらも参照:** スキルの説明を言葉で表現する方法、段階的な開示を適用する方法、`AGENTS.md` をスリムに保つ方法については、[Writing Agent Instructions](/docs/writing-agent-instructions) を参照してください。どちらのページでも、実行例として `project-imports` スキルを使用しています。
|
|
185
|
+
|
|
186
|
+
</Callout>
|
|
181
187
|
|
|
182
188
|
## スキルの範囲: ランタイム vs 開発 {#skill-scope}
|
|
183
189
|
|
|
@@ -267,33 +273,37 @@ scope: dev
|
|
|
267
273
|
|
|
268
274
|
</Diagram>
|
|
269
275
|
|
|
270
|
-
> **こちらも参照:** スキルの説明を言葉で表現する方法、段階的な開示を適用する方法、`AGENTS.md` を無駄のないものに保つ方法については、[Writing Agent Instructions](/docs/writing-agent-instructions) を参照してください。
|
|
271
|
-
|
|
272
276
|
## Skills 対 AGENTS.md {#skills-vs-agents-md}
|
|
273
277
|
|
|
274
|
-
>
|
|
275
|
-
|
|
276
|
-
|
|
278
|
+
<Callout tone="info">
|
|
279
|
+
|
|
280
|
+
**AGENTS.md** — 概要。すべてのスクリプトをリストし、データ モデルを説明し、アプリのアーキテクチャを説明します。エージェントはアプリを理解するために最初にこれを読みます。
|
|
281
|
+
|
|
282
|
+
**Skills** — 詳細。各スキルは、詳細なルール、コード例、実行/禁止リストを備えた 1 つのパターンに焦点を当てています。エージェントは、特定のパターンに従う必要があるときにこれらを読み取ります。
|
|
283
|
+
|
|
284
|
+
</Callout>
|
|
277
285
|
|
|
278
286
|
`AGENTS.md` は、アプリが「何をする」かをエージェントに伝えます。 Skills は、エージェントに特定のことを正しく実行する方法を指示します。両方が必要です。方向指定には `AGENTS.md`、実行には skills です。
|
|
279
287
|
|
|
280
288
|
## Skills とメモリ {#skills-vs-memory}
|
|
281
289
|
|
|
282
|
-
>
|
|
283
|
-
|
|
284
|
-
|
|
290
|
+
<Callout tone="info">
|
|
291
|
+
|
|
292
|
+
**Skills** — 作成された再利用可能なハウツー ガイド。すべてのユーザーに適用され、タスクが一致したときにオンデマンドで呼び出されます。
|
|
293
|
+
|
|
294
|
+
**メモリ (`LEARNINGS.md` / `memory/MEMORY.md`)** — プロジェクトの共有学習と個人の構造化メモリが毎ターン読み込まれます。
|
|
295
|
+
|
|
296
|
+
</Callout>
|
|
285
297
|
|
|
286
298
|
その知識がアプリで作業しているすべての人に当てはまる場合 (「サブクエリよりも常に CTE を優先する」)、それはスキルまたは共有 `LEARNINGS.md` です。 _この特定のユーザー_ (「スティーブは簡潔な回答が好きです」) に関するものであれば、`memory/MEMORY.md` に属します。完全な治療法については、[Workspace Memory](/docs/workspace#memory) を参照してください。
|
|
287
299
|
|
|
288
|
-
|
|
300
|
+
## Skills と SQL リソース {#skills-vs-resources}
|
|
289
301
|
|
|
290
|
-
#
|
|
302
|
+
このページでは、skill を `.agents/skills/<name>/SKILL.md` にあるファイルとして説明します。[Workspace](/docs/workspace#skills) では、同じ skill を `skills/<slug>/SKILL.md` パスにある workspace/shared/personal スコープの SQL リソースとして説明します。これは、同じ概念を別の角度から見たものです。Code モードはファイルを直接読み書きし、App モードはファイルシステムがなくても動作するようにリソース行として保存します。どちらの場合も、このページの形式で内容を作成してください。
|
|
291
303
|
|
|
292
304
|
## アプリによる skills — 詳細 {#app-backed-skills-full}
|
|
293
305
|
|
|
294
|
-
|
|
295
|
-
バンドルには、エージェントの指示、エクスポートされた skills、MCP コネクタを含めることができます
|
|
296
|
-
メタデータ、ホスト/ローカルの起動手順、MCP アプリなどの UI サーフェス。
|
|
306
|
+
[アプリベースの skills](#app-backed-skills) を支えるマニフェスト形式、CLI コマンド、マーケットプレイスアダプター、自動更新ハッシュの詳細:
|
|
297
307
|
|
|
298
308
|
アプリでサポートされる各スキルは、アプリ ルートの `agent-native.app-skill.json` で始まります:
|
|
299
309
|
|
|
@@ -410,3 +420,10 @@ npx @agent-native/core@latest skills update scaffold --project
|
|
|
410
420
|
`AGENTS.md` と `.agents/skills` は正規のままです。 update コマンドは修復も行います
|
|
411
421
|
Claude コードが認識するための Claude 互換性リンク (`CLAUDE.md` および `.claude/skills`)
|
|
412
422
|
2 番目のコピーを維持せずに同じ手順を実行します。
|
|
423
|
+
|
|
424
|
+
## 次のステップ {#whats-next}
|
|
425
|
+
|
|
426
|
+
- [**エージェント指示の作成**](/docs/writing-agent-instructions) — skill の説明を記述し、AGENTS.md、skills、メモリにガイダンスを分割する
|
|
427
|
+
- [**Workspace**](/docs/workspace#skills) — App モードで skills が SQL リソースとして保存される場所
|
|
428
|
+
- [**エージェントメンション**](/docs/agent-mentions) — チャットで skill を呼び出す `/` コマンドトリガー
|
|
429
|
+
- [**Plan プラグインとマーケットプレイス**](/docs/plan-plugin) — 実際のアプリベース skill のインストールと自動更新の全体フロー
|
|
@@ -92,6 +92,18 @@ Assets は、ブランドと一貫したメディアを作成および管理す
|
|
|
92
92
|
- **他のアプリにはアセット ピッカーまたはジェネレーターが必要です** — スライド、デザイン、コンテンツ、ブログ エディター、またはサイト ビルダーは、ピッカーを埋め込んだり、A2A 経由でアセットを呼び出したりできます。
|
|
93
93
|
- **コーディング エージェントからブランド メディアを利用できるようにしたい** — Codex、Claude コード、Claude、または ChatGPT は、チャットを離れることなくアセットを生成して選択できます。
|
|
94
94
|
|
|
95
|
+
## それを使って何ができるか
|
|
96
|
+
|
|
97
|
+
- **アセット ライブラリを作成します。** 参照画像、ビデオ、標準ロゴ、スタイル ノート、パレット、フォルダー、および生成された出力をブランド、キャンペーン、製品、またはカテゴリごとにグループ化します。
|
|
98
|
+
- **チャットを通じて生成します。** ホーム コンポーザーとライブラリの生成コントロールは、`sendToAgentChat()` を使用してエージェントにプロンプトを送信するため、ユーザーはバリアントを検査し、フィードバックを提供し、反復することができます。
|
|
99
|
+
- **画像とビデオを生成します。** 有効にすると、Builder 管理の画像生成が利用可能になり、Gemini はビデオ生成と手動画像フォールバックを強化します。
|
|
100
|
+
- **参照をアップロードして説明します。** ライブラリ UI またはプロンプトのコンポーザー添付ボタンから画像やビデオを追加し、タイトル、説明、代替テキスト、プロンプト、モデル、メディア タイプ、ステータス、役割、フォルダー、またはコレクションで検索します。
|
|
101
|
+
- **生成監査ログを保存します。** 実行するたびに、プロンプト、モデル、アスペクト比、参照、ソース アセット、系統、生成されたアセット、ステータス、エラー、タイムスタンプが記録され、後で設計をレビューできるようになります。
|
|
102
|
+
- **ロゴの精度を維持します。** エージェントはプレースホルダー領域を生成でき、サーバーは画像モデルに依存して再描画するのではなく、アップロードされた標準ロゴを最終画像に合成します。
|
|
103
|
+
- **ピッカーとして埋め込みます。** 他のアプリは `/picker` を iframe し、`@agent-native/embedding` からの `chooseAsset` イベントをリッスンして、アセットをブログエディター、サイト ビルダー、スライド デッキ、カスタム アプリ用のアセット ピッカー/ジェネレーターに変えることができます。ピッカーは、既存のイメージ専用ホストのレガシー `chooseImage` エイリアスも生成します。
|
|
104
|
+
- **アプリベースのスキルとしてインストールします。** `agent-native.app-skill.json` マニフェストはアセット スキルと MCP コネクタ メタデータをエクスポートするため、マーケットプレイスはアプリ、その手順、ピッカーを一緒にインストールできます。
|
|
105
|
+
- **他のエージェントにサービスを提供します。** スライド、デザイン、コンテンツ、メール、ディスパッチは、A2A を介してアセットを呼び出し、ライブラリの一覧表示、バッチの生成、ビデオの作成、アセットの調整、エクスポートの取得、埋め込みが許可されているインライン プレビューのレンダリングを行うことができます。
|
|
106
|
+
|
|
95
107
|
## はじめに
|
|
96
108
|
|
|
97
109
|
ライブデモ: [assets.agent-native.com](https://assets.agent-native.com)。
|
|
@@ -114,18 +126,6 @@ Assets は、ブランドと一貫したメディアを作成および管理す
|
|
|
114
126
|
- 「このアップロードした図をよりわかりやすい製品説明画像に変換します。」
|
|
115
127
|
- 「ビデオ ストーリーボードを作成し、最適なフレーム セットをこのライブラリに保存します。」
|
|
116
128
|
|
|
117
|
-
## それを使って何ができるか
|
|
118
|
-
|
|
119
|
-
- **アセット ライブラリを作成します。** 参照画像、ビデオ、標準ロゴ、スタイル ノート、パレット、フォルダー、および生成された出力をブランド、キャンペーン、製品、またはカテゴリごとにグループ化します。
|
|
120
|
-
- **チャットを通じて生成します。** ホーム コンポーザーとライブラリの生成コントロールは、`sendToAgentChat()` を使用してエージェントにプロンプトを送信するため、ユーザーはバリアントを検査し、フィードバックを提供し、反復することができます。
|
|
121
|
-
- **画像とビデオを生成します。** 有効にすると、Builder 管理の画像生成が利用可能になり、Gemini はビデオ生成と手動画像フォールバックを強化します。
|
|
122
|
-
- **参照をアップロードして説明します。** ライブラリ UI またはプロンプトのコンポーザー添付ボタンから画像やビデオを追加し、タイトル、説明、代替テキスト、プロンプト、モデル、メディア タイプ、ステータス、役割、フォルダー、またはコレクションで検索します。
|
|
123
|
-
- **生成監査ログを保存します。** 実行するたびに、プロンプト、モデル、アスペクト比、参照、ソース アセット、系統、生成されたアセット、ステータス、エラー、タイムスタンプが記録され、後で設計をレビューできるようになります。
|
|
124
|
-
- **ロゴの精度を維持します。** エージェントはプレースホルダー領域を生成でき、サーバーは画像モデルに依存して再描画するのではなく、アップロードされた標準ロゴを最終画像に合成します。
|
|
125
|
-
- **ピッカーとして埋め込みます。** 他のアプリは `/picker` を iframe し、`@agent-native/embedding` からの `chooseAsset` イベントをリッスンして、アセットをブログエディター、サイト ビルダー、スライド デッキ、カスタム アプリ用のアセット ピッカー/ジェネレーターに変えることができます。ピッカーは、既存のイメージ専用ホストのレガシー `chooseImage` エイリアスも生成します。
|
|
126
|
-
- **アプリベースのスキルとしてインストールします。** `agent-native.app-skill.json` マニフェストはアセット スキルと MCP コネクタ メタデータをエクスポートするため、マーケットプレイスはアプリ、その手順、ピッカーを一緒にインストールできます。
|
|
127
|
-
- **他のエージェントにサービスを提供します。** スライド、デザイン、コンテンツ、メール、ディスパッチは、A2A を介してアセットを呼び出し、ライブラリの一覧表示、バッチの生成、ビデオの作成、アセットの調整、エクスポートの取得、埋め込みが許可されているインライン プレビューのレンダリングを行うことができます。
|
|
128
|
-
|
|
129
129
|
## コーディング エージェントからの使用
|
|
130
130
|
|
|
131
131
|
Codex、Claude コード、Claude、または ChatGPT から離れることなく、ブランド メディアを生成して選択します。
|
|
@@ -168,10 +168,13 @@ Codex、Claude コード、Claude、または ChatGPT から離れることな
|
|
|
168
168
|
|
|
169
169
|
このドキュメントの残りの部分は、アセット テンプレートをフォークまたは拡張する人を対象としています。
|
|
170
170
|
|
|
171
|
-
###
|
|
171
|
+
### クイックスタート
|
|
172
172
|
|
|
173
173
|
```bash
|
|
174
174
|
npx @agent-native/core@latest create my-assets --standalone --template assets
|
|
175
|
+
cd my-assets
|
|
176
|
+
pnpm install
|
|
177
|
+
pnpm dev
|
|
175
178
|
```
|
|
176
179
|
|
|
177
180
|
### データモデル
|
|
@@ -203,7 +203,7 @@ Postgres、Neon、D1、Turso、および同様のホスト。アプリケーシ
|
|
|
203
203
|
現在のルート、フィルタ、および選択された ID により、エージェントは常に現在のルートを把握できます
|
|
204
204
|
ナビゲーションと選択。
|
|
205
205
|
|
|
206
|
-
Brain のスキーマは `templates/brain/server/db/schema.ts` にあります。
|
|
206
|
+
Brain のスキーマは `templates/brain/server/db/schema.ts` にあります。9 つのテーブル:
|
|
207
207
|
|
|
208
208
|
| テーブル | 内容 |
|
|
209
209
|
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
@@ -551,3 +551,5 @@ Brain は個人の監視ではなく、会社の記憶のために設計され
|
|
|
551
551
|
- [**Dispatch template**](/docs/template-dispatch) — スキャフォールド調整アプリ
|
|
552
552
|
- [**Workspace**](/docs/workspace) — アプリ間でリソースを共有
|
|
553
553
|
- [**A2A Protocol**](/docs/a2a-protocol) — クロスアプリ委任
|
|
554
|
+
- [**Templates**](/docs/cloneable-saas) — クローンして所有するモデルと、開始点になるその他のすべてのドメインテンプレート
|
|
555
|
+
- [**Getting Started**](/docs/getting-started) — Actions、アプリケーション状態、ライブ同期というフレームワークの基本
|
|
@@ -17,7 +17,7 @@ search: "クリップ ブラウザ ログ 開発者ログ コンソール ログ
|
|
|
17
17
|
/>
|
|
18
18
|
</WireframeBlock>
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
非同期の画面録画、カレンダーと同期した会議メモ、プッシュツートークの音声入力を 1 つのアプリにまとめました。エージェントはあらゆる画面で第一級の編集者となり、録画、会議、音声入力は SaaS ベンダーではなくあなたのものです。Clips は共有録画をエージェントが読める形にもします。公開 Clips 共有リンクまたは一時的な **エージェント用にコピー** リンクをエージェントに貼り付けると、生の動画なしで、文字起こしをテキストとして「聞き」、タイムスタンプ付きの画面フレームを画像として「見る」ことができます。フレーム表示は画像対応エージェント(ChatGPT、Claude Code、Cursor、Codex)で動作します。テキストのみの Web チャットでも文字起こし全文を取得でき、アップロードしたフレームを利用できます。
|
|
21
21
|
|
|
22
22
|
<Diagram id="doc-block-yrru34" title={"キャプチャ、転写、再利用"} summary={"3 つのキャプチャ タイプが 1 つのライブラリに含まれます。エージェントが文字起こし、タイトル付け、要約を行うと、すべての文字起こしが検索可能で共有可能になります。"}>
|
|
23
23
|
|
|
@@ -83,8 +83,7 @@ Loom + Granola + Wispr Flow を 1 つのアプリに統合したものと考え
|
|
|
83
83
|
- **すべての録画に対して自動生成されたタイトル、概要、チャプター マーカーを取得します** - エージェントがそれらを入力し、最新の状態に保ちます。
|
|
84
84
|
- **すべてのトランスクリプトを検索** — 画面録画、会議、ディクテーションをすべて 1 つのライブラリにまとめます。 「展開計画について話し合ったクリップを見つけてください。」
|
|
85
85
|
- **クリップを共有**し、クリップごとの権限 (パブリック、チーム、プライベート) を設定します。リンク追跡やスレッドコメントも機能します。
|
|
86
|
-
- **公開クリップを Slack
|
|
87
|
-
ワークスペースは Clips Slack アプリをインストールします。
|
|
86
|
+
- **公開クリップを Slack でプレビュー**。ワークスペースが Clips Slack アプリをインストールすると、再生可能な動画プレビューが展開されます。
|
|
88
87
|
- **Chrome 拡張機能を使用してブラウザのログをキャプチャします。** ブラウザの記録は可能です
|
|
89
88
|
編集されたコンソール ログを添付し、XHR メタデータを取得します。
|
|
90
89
|
製品のバグとブラウザのみの再現。
|
|
@@ -508,7 +507,7 @@ UI のルートは `templates/clips/app/routes/` の下にあります。認証
|
|
|
508
507
|
|
|
509
508
|
### キー actions
|
|
510
509
|
|
|
511
|
-
エージェントが呼び出し可能なすべての操作は、`templates/clips/actions/` 内の TypeScript ファイルであり、`POST /_agent-native/actions/:name` に自動マウントされ、CLI から `pnpm action <name>` として実行可能です。
|
|
510
|
+
エージェントが呼び出し可能なすべての操作は、`templates/clips/actions/` 内の TypeScript ファイルであり、`POST /_agent-native/actions/:name` に自動マウントされ、CLI から `pnpm action <name>` として実行可能です。actions は約 100 個あります。便利なグループ化:
|
|
512
511
|
|
|
513
512
|
- **記録ライフサイクル** — `create-recording`、`finalize-recording`、`update-recording`、`set-thumbnail`、`archive-recording` / `restore-recording` / `trash-recording` / `delete-recording-permanent`、`move-recording`、`tag-recording`。
|
|
514
513
|
- **トランスクリプトと AI** — `request-transcript`、`cleanup-transcript`、`regenerate-title` / `regenerate-summary` / `regenerate-chapters`、`set-chapters`、`generate-workflow`。 (`cleanup-transcript` と `finalize-meeting` はサーバー側のメディア パイプライン呼び出しです。他のほとんどの AI 機能はエージェント チャットに委任されます。)
|
|
@@ -11,7 +11,7 @@ Design は、エージェントネイティブの HTML プロトタイピング
|
|
|
11
11
|
<Screen
|
|
12
12
|
surface="desktop"
|
|
13
13
|
html={
|
|
14
|
-
"<div style='display:flex;flex-direction:column;gap:14px;padding:18px;min-height:520px;box-sizing:border-box'><div style='display:flex;align-items:center;gap:10px'><h1 style='margin:0'>製品ローンチページ</h1><span class='wf-pill accent'>Desktop</span><span class='wf-pill'>Tablet</span><span class='wf-pill'>Mobile</span><div style='flex:1'></div><button>Preview</button><button class='primary'>Export code</button></div><div class='wf-card' style='flex:1;display:grid;grid-template-rows:auto 1fr auto;gap:12px'><div style='display:flex;gap:8px'><span class='wf-pill accent'>Hero</span><span class='wf-pill'>Pricing</span><span class='wf-pill'>FAQ</span></div><div class='wf-box' style='display:flex;align-items:center;
|
|
14
|
+
"<div style='display:flex;flex-direction:column;gap:14px;padding:18px;min-height:520px;box-sizing:border-box'><div style='display:flex;align-items:center;gap:10px'><h1 style='margin:0'>製品ローンチページ</h1><span class='wf-pill accent'>Desktop</span><span class='wf-pill'>Tablet</span><span class='wf-pill'>Mobile</span><div style='flex:1'></div><button>Preview</button><button class='primary'>Export code</button></div><div class='wf-card' style='flex:1;display:grid;grid-template-rows:auto 1fr auto;gap:12px'><div style='display:flex;gap:8px'><span class='wf-pill accent'>Hero</span><span class='wf-pill'>Pricing</span><span class='wf-pill'>FAQ</span></div><div class='wf-box' style='display:flex;flex-direction:column;gap:12px;min-height:230px;padding:20px'><div style='display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center'><strong style='font-size:22px'>Agent-Native でより速くローンチ</strong><span class='wf-muted' style='max-width:70%'>プロンプトから動作するプロトタイプを生成し、その場で磨き上げます。</span><button class='primary'>始める</button></div><div style='display:grid;grid-template-columns:repeat(3,1fr);gap:10px;flex:1'><div class='wf-card' style='min-height:56px'></div><div class='wf-card' style='min-height:56px'></div><div class='wf-card' style='min-height:56px'></div></div></div><div class='wf-card' style='display:flex;align-items:center;gap:10px'><span class='wf-muted'>ヒーローをより密にし、CTAをより明確にしてください。</span><div style='flex:1'></div><button class='primary'>修正を適用</button></div></div></div>"
|
|
15
15
|
}
|
|
16
16
|
/>
|
|
17
17
|
</WireframeBlock>
|
|
@@ -136,6 +136,8 @@ pnpm dev
|
|
|
136
136
|
|
|
137
137
|
すべてのデータは、Drizzle ORM を介して SQL に存在します。スキーマ: `templates/design/server/db/schema.ts`。デザインとデザイン システムは標準 `ownableColumns` と一致するフレームワーク共有テーブルをサポートするため、ユーザーごと/組織ごとの共有モデルに組み込まれます。
|
|
138
138
|
|
|
139
|
+
次の表は、デザイン、ファイル、テンプレート、バージョン、デザインシステムという中核の所有可能リソースを扱います。同じスキーマにあるほかの 7 つのテーブルは、中核リソースモデルではなく、このドキュメントの別の場所で説明する機能を支えます。`design_localhost_connections` と `design_localhost_write_grants`(localhost ソースモード)、`component_index`(コンポーネントのインデックス化)、`motion_timeline`(モーション)、`design_state`(エディター状態のスナップショット)、`design_fusion_edits`(アプリ全体の Fusion モード)、`design_review_snapshot`(レビュースナップショット)です。
|
|
140
|
+
|
|
139
141
|
| テーブル | 内容 |
|
|
140
142
|
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
141
143
|
| `designs` | 設計プロジェクト — `title`、`description`、`project_type` (`prototype` / `other`)、`data` JSON BLOB、およびオプションの `design_system_id` リンク |
|
|
@@ -5,7 +5,11 @@ description: "Dispatch はワークスペースのコントロール プレー
|
|
|
5
5
|
|
|
6
6
|
# 派遣
|
|
7
7
|
|
|
8
|
-
>
|
|
8
|
+
<Callout tone="info">
|
|
9
|
+
|
|
10
|
+
**こちらも参照:** Dispatch の機能と必要な場合の概念的な概要については、[Dispatch](/docs/dispatch) を参照してください。このページはテンプレート固有のリファレンスです。
|
|
11
|
+
|
|
12
|
+
</Callout>
|
|
9
13
|
|
|
10
14
|
Dispatch は **ワークスペース コントロール プレーン**です。他のテンプレートがドメイン アプリ (メール、カレンダー、アナリティクス、ブレイン) であるのに対し、Dispatch はそれらと並行して実行してすべてを調整するアプリです。中央の受信トレイ、秘密保管庫、スケジュールされたジョブ、Slack/テレグラム統合、ドメイン作業を [A2A](/docs/a2a-protocol) を介して適切な専門アプリに委任するオーケストレーター エージェントです。
|
|
11
15
|
|
|
@@ -364,3 +364,11 @@ UI のルート:
|
|
|
364
364
|
**キーボード ショートカットの変更。** キーバインド ハンドラーは `templates/mail/app/components/email/` にあります — `useHotkeys` または `addEventListener("keydown"` を検索して、各キーが接続されている場所を見つけます。
|
|
365
365
|
|
|
366
366
|
これらの変更をエージェントに依頼してください。エージェントは独自のソースを編集できます。[Self-Modifying Code](/docs/key-concepts#agent-modifies-code) を参照してください。
|
|
367
|
+
|
|
368
|
+
## 次のステップ
|
|
369
|
+
|
|
370
|
+
- [**テンプレート**](/docs/cloneable-saas) — クローンして所有するモデルと、出発点にできるその他のドメインテンプレート
|
|
371
|
+
- [**はじめに**](/docs/getting-started) — actions、application state、ライブ同期というフレームワークの基礎
|
|
372
|
+
- [**カレンダー**](/docs/template-calendar) — スケジュールと予約を扱う関連ドメインテンプレート
|
|
373
|
+
- [**自動化**](/docs/automations) — Mail の自動振り分けルールが基盤とするイベント駆動エンジン
|
|
374
|
+
- [**Actions**](/docs/actions) — チャット、ショートカット、自動化が呼び出す action システム
|
|
@@ -127,6 +127,8 @@ import { defineAction } from "@agent-native/core/action";
|
|
|
127
127
|
import { track } from "@agent-native/core/tracking";
|
|
128
128
|
import { z } from "zod";
|
|
129
129
|
|
|
130
|
+
import { getDb, schema } from "../server/db/index.js";
|
|
131
|
+
|
|
130
132
|
export default defineAction({
|
|
131
133
|
description: "Create a new project.",
|
|
132
134
|
schema: z.object({
|
|
@@ -134,14 +136,15 @@ export default defineAction({
|
|
|
134
136
|
template: z.string().optional(),
|
|
135
137
|
}),
|
|
136
138
|
run: async ({ name, template }, ctx) => {
|
|
137
|
-
const
|
|
138
|
-
|
|
139
|
+
const db = getDb();
|
|
140
|
+
const [project] = await db
|
|
141
|
+
.insert(schema.projects)
|
|
139
142
|
.values({ name, template })
|
|
140
143
|
.returning();
|
|
141
144
|
|
|
142
|
-
track("project.created", { name, template }, { userId: ctx
|
|
145
|
+
track("project.created", { name, template }, { userId: ctx?.userEmail });
|
|
143
146
|
|
|
144
|
-
return { ok: true, projectId: project
|
|
147
|
+
return { ok: true, projectId: project.id };
|
|
145
148
|
},
|
|
146
149
|
});
|
|
147
150
|
```
|
|
@@ -349,5 +352,5 @@ interface TrackingEvent {
|
|
|
349
352
|
## 次は何ですか
|
|
350
353
|
|
|
351
354
|
- [**Actions**](/docs/actions) — ほとんどの追跡通話が発信される場所
|
|
352
|
-
- [**Server Plugins**](/docs/server) — `registerBuiltinProviders()` は起動時にコアルートプラグインで実行されます
|
|
353
|
-
- [
|
|
355
|
+
- [**Server Plugins**](/docs/server#server-plugins) — `registerBuiltinProviders()` は起動時にコアルートプラグインで実行されます
|
|
356
|
+
- [**セキュリティ — シークレット管理**](/docs/security#secrets) — 追跡プロバイダーの API キーを管理
|
|
@@ -92,21 +92,14 @@ description: "エージェントとの日々の作業のループ。エージェ
|
|
|
92
92
|
|
|
93
93
|
エージェントは、タブで移動できる別個のアプリではありません。これは、いくつかの React コンポーネント (サイドバー、生のパネル、`sendToAgentChat()` 呼び出し) として出荷され、任意のアプリにドロップできます。 `<AgentSidebar>` をレンダリングしてすべての画面に切り替え可能なエージェントを提供するか、ワンショットの LLM 呼び出しを実行する代わりに特定のタスクをチャットに渡すボタンを配線します。
|
|
94
94
|
|
|
95
|
-
→ [**Drop-in Agent**](/docs/drop-in-agent) — `<AgentPanel>`、`<AgentSidebar>`、および `sendToAgentChat()` を任意の React アプリにマウントします。
|
|
96
|
-
→ [**Agent Surfaces**](/docs/agent-surfaces) — ワークフローをヘッドレス、チャットファースト、埋め込み、または完全なアプリのいずれにするかを選択します。
|
|
97
|
-
|
|
98
95
|
## 軽量UI に行くことができます {#ui-light}
|
|
99
96
|
|
|
100
97
|
すべてのアプリに完全なダッシュボードが必要なわけではありません。エージェントが製品である場合、カスタム UI のほとんどをスキップできます。アプリを開いて必要なものを尋ね、残りはエージェントに任せます。エージェントには履歴、ワークスペース、設定などの管理画面がまだありますが、主な操作はクリックではなく会話です。
|
|
101
98
|
|
|
102
|
-
→ [**Automation-First Apps**](/docs/pure-agent-apps) — jobs、queues、scripts、external agents 向けのブラウザーなしアプリ。
|
|
103
|
-
|
|
104
99
|
## あなたはそれを共同編集します {#you-co-edit}
|
|
105
100
|
|
|
106
101
|
あなたとエージェントが同じドキュメントで作業している場合、交代する必要はありません。リアルタイムのコラボレーションにより、エージェントの編集内容は、チームメイトの場合と同じように、ライブ カーソルで上書きされずに、あなたの編集内容と並行してストリーミングされます。機能している間は入力を続けることができ、変更が発生するとその内容が反映されます。
|
|
107
102
|
|
|
108
|
-
→ [**Real-Time Collaboration**](/docs/real-time-collaboration) — 同じドキュメント内でライブ カーソルとエージェント編集を使用したマルチユーザーの共同編集。
|
|
109
|
-
|
|
110
103
|
## 次は何ですか {#whats-next}
|
|
111
104
|
|
|
112
105
|
- [**Context Awareness**](/docs/context-awareness) — エージェントはあなたが何を見ているのかを知っています
|
|
@@ -9,6 +9,12 @@ description: "エージェント チャット コンポーザーでの音声デ
|
|
|
9
9
|
|
|
10
10
|
フレームワークはこれらすべてを自動的に処理します。 Builder に接続しているユーザーは、デフォルトで Builder がホストする Gemini Flash-Lite を取得します。それ以外の場合、ユーザーは独自のプロバイダー キーを持ち込むか、ブラウザーの音声認識にフォールバックできます。
|
|
11
11
|
|
|
12
|
+
## リアルタイム音声モード {#realtime-speech-mode}
|
|
13
|
+
|
|
14
|
+
マイクを開くと、ポップオーバーで**リアルタイム音声会話**と**編集可能な音声入力**のどちらかを選べます。リアルタイムモードにはユーザー単位の `OPENAI_API_KEY` が必要で、ブラウザから WebRTC 経由で `gpt-realtime-2.1` に接続します。チャットは右下の音声オーブに折りたたまれます。オーブをクリックすると、会話を終了せずにチャットの表示と非表示を切り替えられます。
|
|
15
|
+
|
|
16
|
+
音声モデルはチャットと同じ認証済みの Agent Native ツールを使用するため、話しながらアプリ内を移動したりアクションを呼び出したりできます。承認が必要なアクションは、承認するまで一時停止したままです。音声は SQL に一切保存されず、Agent Native が保持するのは簡潔なセッション状態と文字起こし状態だけです。リアルタイムセッションの上限は 60 分です。
|
|
17
|
+
|
|
12
18
|
## 仕組み {#how-it-works}
|
|
13
19
|
|
|
14
20
|
作曲家の音声ボタンはブラウザで音声を録音し、プロバイダを選択します。
|
|
@@ -425,10 +425,9 @@ Brain の Sources ページはリファレンス実装です。 Brain ソース
|
|
|
425
425
|
|
|
426
426
|
### ディスパッチ コントロール プレーンのセットアップ
|
|
427
427
|
|
|
428
|
-
Dispatch
|
|
428
|
+
Dispatch は、アプリが直接呼び出せるものと同じ共有ストア関数を使うコントロールプレーン actions を公開します。`upsert-workspace-connection` action は入力をプロバイダーカタログに照らして検証し、このページで示している同じ `upsertWorkspaceConnection()` に委譲します。
|
|
429
429
|
|
|
430
430
|
```ts
|
|
431
|
-
// templates/dispatch/actions/upsert-workspace-connection.ts delegates to this.
|
|
432
431
|
await upsertWorkspaceConnection({
|
|
433
432
|
id: "team-slack",
|
|
434
433
|
provider: "slack",
|
|
@@ -493,3 +492,11 @@ await upsertWorkspaceConnectionGrant({
|
|
|
493
492
|
境界を厳密に保ちます。プロバイダーのメタデータは表示しても安全です。資格情報の値はボールトに残ります。
|
|
494
493
|
|
|
495
494
|
</details>
|
|
495
|
+
|
|
496
|
+
## 次のステップ {#whats-next}
|
|
497
|
+
|
|
498
|
+
- [**Dispatch**](/docs/dispatch) — 通常、ワークスペース接続の設定と Vault を管理するアプリ
|
|
499
|
+
- [**セキュリティ**](/docs/security) — 接続が参照する認証情報 Vault、シークレットのスコープ、アクセスモデル
|
|
500
|
+
- [**オンボーディング**](/docs/onboarding#checking-workspace-connections-in-onboarding) — テンプレートのセットアップチェックリストから接続準備状況を確認する方法
|
|
501
|
+
- [**MCP クライアント**](/docs/mcp-clients) — ワークスペース全体で MCP サーバー認証情報を共有する、関連する再利用可能な構成パターン
|
|
502
|
+
- [**Brain**](/docs/template-brain) — このモデル上に構築されたプロバイダー Sources ページの参照実装
|
|
@@ -5,7 +5,11 @@ description: "Claude ユーザーごとのコード レベルのカスタマイ
|
|
|
5
5
|
|
|
6
6
|
# ワークスペース
|
|
7
7
|
|
|
8
|
-
>
|
|
8
|
+
<Callout tone="info">
|
|
9
|
+
|
|
10
|
+
**どのワークスペース ドキュメントですか?** このページでは **カスタマイズ レイヤー**、つまりワークスペースとは何かについて説明します。デプロイメントの形状 (1 つのモノリポジトリ、多数のアプリ) については、[Multi-App Workspaces](/docs/multi-app-workspace) を参照してください。ガバナンス (誰が何を審査、承認、所有するか) については、[Workspace Governance](/docs/workspace-management) を参照してください。
|
|
11
|
+
|
|
12
|
+
</Callout>
|
|
9
13
|
|
|
10
14
|
すべてのエージェント ネイティブ アプリには、エージェントを自分のものにするカスタマイズ レイヤーである **ワークスペース** が付属しています。これには、チームの指示 (`AGENTS.md`)、共有学習 (`LEARNINGS.md`)、個人の構造化メモリ (`memory/MEMORY.md`)、エージェントがオンデマンドで取り込む skills、カスタム サブエージェント、スケジュールされたジョブ、接続された MCP サーバーなど、Claude コード / Codex セットアップに期待されるすべてが含まれています。
|
|
11
15
|
|
|
@@ -82,7 +86,7 @@ description: "Claude ユーザーごとのコード レベルのカスタマイ
|
|
|
82
86
|
| プロジェクトごと `CLAUDE.md` / skills | アプリごとの `AGENTS.md` + ワークスペース メモリ リソース |
|
|
83
87
|
| JSON ファイル内の MCP 構成 | JSON の MCP 設定 _または_ スコープごとの設定 UI |
|
|
84
88
|
|
|
85
|
-
同じ機能。異なる経済学。これが SaaS にとって重要な理由については、[
|
|
89
|
+
同じ機能。異なる経済学。これが SaaS にとって重要な理由については、[アプリ](/docs/cloneable-saas) を参照してください。
|
|
86
90
|
|
|
87
91
|
## 概要 {#overview}
|
|
88
92
|
|
|
@@ -219,11 +223,9 @@ workspace context/brand.md
|
|
|
219
223
|
-> personal context/brand.md
|
|
220
224
|
```
|
|
221
225
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
```text
|
|
225
|
-
<!-- context/brand.md -->
|
|
226
|
+
例:
|
|
226
227
|
|
|
228
|
+
```text filename="context/brand.md"
|
|
227
229
|
# ブランド
|
|
228
230
|
|
|
229
231
|
- Voice: direct, warm, concrete
|
|
@@ -388,15 +390,9 @@ Skills は、`skills/` パス (`skills/<name>/SKILL.md` が望ましい) にあ
|
|
|
388
390
|
|
|
389
391
|
1 つのアプリ内での委任にはカスタム エージェントを使用します。 A2A 経由で別のアプリを呼び出す必要がある場合は、接続されたエージェントを使用します。
|
|
390
392
|
|
|
391
|
-
## @
|
|
392
|
-
|
|
393
|
-
ワークスペース項目を参照するには、チャット入力に「`@`」と入力します。カーソルの位置にドロップダウンが表示され、一致するエージェントとファイルが表示されます。矢印キーを使用して移動し、Enter キーを使用して選択します。選択したアイテムは入力内にインライン チップとして表示されます。
|
|
394
|
-
|
|
395
|
-
メッセージを送信すると、**ファイル/リソース**がエージェントが読み取ることができる参照として渡され、**カスタム エージェント**がプロファイル命令に従ってローカルで実行され、**接続されているエージェント**が A2A 経由で呼び出されます。
|
|
393
|
+
## @ タグと / スラッシュコマンド {#at-tagging}
|
|
396
394
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
スキルを呼び出すには、行の先頭に「`/`」と入力します。ドロップダウンには、利用可能な skills がその名前と説明とともに表示されます。いずれかを選択するとインライン チップが追加され、メッセージ送信時にその内容がコンテキストとして含まれます。 skills が設定されていない場合、ドロップダウンはこれらのドキュメントにリンクします。
|
|
395
|
+
チャット入力で `@` を入力するとエージェント、ファイル、リソースを参照でき、`/` を入力すると skill を呼び出せます。どちらもカーソル位置にドロップダウンを開き、項目を選択するとインラインチップを追加します。完全な仕組み(ルーティング、`MentionProvider`、サブエージェント選択)は [エージェントメンション](/docs/agent-mentions) を、skills の作成方法と検出方法は [Skills ガイド](/docs/skills-guide) を参照してください。
|
|
400
396
|
|
|
401
397
|
## コード対アプリモード {#dev-vs-prod}
|
|
402
398
|
|
|
@@ -416,10 +412,6 @@ Skills は、`skills/` パス (`skills/<name>/SKILL.md` が望ましい) にあ
|
|
|
416
412
|
|
|
417
413
|
クイックスタート、connection/grant/credentialRef API、具体的な Slack、HubSpot、GitHub の例については、[Workspace Connections](/docs/workspace-connections) を参照してください。
|
|
418
414
|
|
|
419
|
-
---
|
|
420
|
-
|
|
421
|
-
# リファレンス
|
|
422
|
-
|
|
423
415
|
## リソース API {#resource-api}
|
|
424
416
|
|
|
425
417
|
リソースはサーバー コード、actions、または REST API から管理できます。
|
|
@@ -463,3 +455,12 @@ pnpm action resource-write --path "notes/meeting.md" --content "# 会議メモ
|
|
|
463
455
|
# リソースを削除する
|
|
464
456
|
pnpm action resource-delete --path "notes/old.md"
|
|
465
457
|
```
|
|
458
|
+
|
|
459
|
+
## 次のステップ {#whats-next}
|
|
460
|
+
|
|
461
|
+
- [**Skills ガイド**](/docs/skills-guide) — `skills/` から参照される skill ファイルを作成し、スコープを設定する
|
|
462
|
+
- [**エージェントメンション**](/docs/agent-mentions) — `@` メンションと `/` コマンドの完全な仕組み
|
|
463
|
+
- [**定期ジョブ**](/docs/recurring-jobs) — Scheduled Tasks から作成したプロンプトをスケジュールする
|
|
464
|
+
- [**Workspace ガバナンス**](/docs/workspace-management) — workspace の変更を誰がレビュー、承認、所有するか
|
|
465
|
+
- [**マルチアプリ Workspace**](/docs/multi-app-workspace) — 1 つの workspace が対象とするデプロイ構成
|
|
466
|
+
- [**Workspace 接続**](/docs/workspace-connections) — アプリ間でプロバイダー認証情報を共有する
|
|
@@ -11,7 +11,7 @@ Actions는 앱이 수행하는 모든 작업에 대한 단일 정보 소스입
|
|
|
11
11
|
- **Typesafe React 후크** — 프런트엔드의 `useActionQuery("name")` 및 `useActionMutation("name")`, 스키마에서 유추된 유형.
|
|
12
12
|
- **필수적인 클라이언트 호출** — 후크가 맞지 않을 때 `callAction("name", params)`.
|
|
13
13
|
- **프레임워크 전송** — 해당 후크 뒤에 있는 프레임워크에 의해 자동으로 마운트되며 외부 HTTP 클라이언트에서 사용할 수 있습니다.
|
|
14
|
-
- **MCP 도구** — Claude, ChatGPT 사용자 지정 MCP 앱, Claude 데스크톱/코드, 커서, Codex 및 기타 MCP
|
|
14
|
+
- **MCP 도구** — Claude, ChatGPT 사용자 지정 MCP 앱, Claude 데스크톱/코드, 커서, Codex 및 기타 MCP 호스트에 노출됩니다.
|
|
15
15
|
- **A2A 도구** — A2A를 통해 다른 에이전트 기반 앱에서 호출됩니다.
|
|
16
16
|
- **CLI 명령** — 스크립팅 및 개발 루프용 `pnpm action <name>`.
|
|
17
17
|
|
|
@@ -558,7 +558,7 @@ export default defineAction({
|
|
|
558
558
|
});
|
|
559
559
|
```
|
|
560
560
|
|
|
561
|
-
CLI 및 비UI MCP
|
|
561
|
+
CLI 및 비UI MCP 호스트에 대한 대체 항목으로 `link`를 유지합니다. 이는 또한 임베드의 실행 목표이기도 합니다. The embed bridge — the signed embed-start session, transplant vs. controlled-frame rendering, the `ui/*` host bridge, CSP, and height clamping — is owned by [External Agents](/docs/external-agents#mcp-app-bridge).
|
|
562
562
|
|
|
563
563
|
## 표준 actions {#standard-actions}
|
|
564
564
|
|
|
@@ -97,9 +97,9 @@ coherent kit instead of exposing package boundaries in the app.
|
|
|
97
97
|
|
|
98
98
|
- [UI Primitives](/docs/toolkit-ui) cover shared shadcn-style primitives under
|
|
99
99
|
`@agent-native/toolkit/ui/*`.
|
|
100
|
-
- [App Adapters](/docs/toolkit-app-adapters) show how apps wrap Toolkit pieces
|
|
100
|
+
- [App Adapters](/docs/toolkit-ui#app-adapters) show how apps wrap Toolkit pieces
|
|
101
101
|
through local `@/components/*` adapters.
|
|
102
|
-
- [Shell & Hooks](/docs/toolkit-shell-hooks) cover header actions, mobile hooks,
|
|
102
|
+
- [Shell & Hooks](/docs/toolkit-ui#shell-hooks) cover header actions, mobile hooks,
|
|
103
103
|
toasts, and small app-shell helpers.
|
|
104
104
|
- [Component API](/docs/components) remains the lower-level reference for the
|
|
105
105
|
public React exports.
|
|
@@ -139,8 +139,7 @@ pnpm install
|
|
|
139
139
|
|
|
140
140
|
그런 다음 지속성 작업을 정의합니다.
|
|
141
141
|
|
|
142
|
-
```ts
|
|
143
|
-
// actions/summarize-week.ts
|
|
142
|
+
```ts filename="actions/summarize-week.ts"
|
|
144
143
|
import { defineAction } from "@agent-native/core/action";
|
|
145
144
|
import { z } from "zod";
|
|
146
145
|
|
|
@@ -493,12 +492,11 @@ actions 주변 또는 도메인 [template](/docs/cloneable-saas)에서
|
|
|
493
492
|
채팅에 풍부한 UI가 필요한 경우 위젯 결과를 제공하고 사용자가 있는 경우에만 전체 화면을 추가합니다.
|
|
494
493
|
영구 객체를 탐색, 비교, 구성 또는 공동 작업해야 합니다.
|
|
495
494
|
|
|
496
|
-
##
|
|
495
|
+
## 다음 단계 {#related-docs}
|
|
497
496
|
|
|
498
|
-
- [Actions](/docs/actions) —
|
|
499
|
-
- [Native 채팅 UI](/docs/native-chat-ui) — 채팅에서
|
|
500
|
-
- [
|
|
501
|
-
- [
|
|
502
|
-
- [
|
|
503
|
-
- [
|
|
504
|
-
- [A2A Protocol](/docs/a2a-protocol) — 다른 요원의 요원에게 전화를 겁니다.
|
|
497
|
+
- [**Actions**](/docs/actions) — 작업을 한 번 정의하면 위의 모든 표면이 같은 작업을 호출합니다
|
|
498
|
+
- [**Native 채팅 UI**](/docs/native-chat-ui) — 형식화된 action 결과를 채팅에서 표, 차트, 카드로 렌더링합니다
|
|
499
|
+
- [**Generative UI**](/docs/generative-ui) — 임시 또는 영구 sandbox UI를 채팅 안에서 생성합니다
|
|
500
|
+
- [**Automation-First Apps**](/docs/pure-agent-apps) — 작업, 대기열, 스크립트 및 외부 에이전트를 위한 완전한 브라우저 없는 패턴입니다
|
|
501
|
+
- [**External Agents**](/docs/external-agents) — MCP 호환 호스트를 앱에 연결합니다
|
|
502
|
+
- [**A2A Protocol**](/docs/a2a-protocol) — 다른 Agent-Native 앱에서 에이전트를 호출합니다
|
|
@@ -239,6 +239,7 @@ interface AgentTask {
|
|
|
239
239
|
summary: string; // full summary once completed
|
|
240
240
|
currentStep: string; // latest step label (updated while running)
|
|
241
241
|
createdAt: number;
|
|
242
|
+
delegationDepth?: number; // 1 for a direct sub-agent, 2 for a sub-agent of that sub-agent, etc.
|
|
242
243
|
// Additional fields: parentThreadId, name, updatedAt, startedAt,
|
|
243
244
|
// completedAt, runId, error
|
|
244
245
|
}
|
|
@@ -15,7 +15,7 @@ description: "이메일/비밀번호, 소셜 공급자, 조직 및 MCP 보유자
|
|
|
15
15
|
- **원격 MCP OAuth:** Claude 코드 및 ChatGPT 커넥터와 같은 MCP 호스트용 표준 OAuth 2.1.
|
|
16
16
|
- **사용자 정의:** `getSession` 콜백을 통해 자신만의 인증을 가져옵니다.
|
|
17
17
|
|
|
18
|
-
<Diagram id="doc-block-14pt28n" title={"세 가지 방법으로 하나의 세션"} summary={"브라우저 방문자,
|
|
18
|
+
<Diagram id="doc-block-14pt28n" title={"세 가지 방법으로 하나의 세션"} summary={"브라우저 방문자, MCP 호스트 및 사용자 정의 공급자는 모두 다운스트림 범위 지정이 읽는 동일한 AuthSession을 확인합니다."}>
|
|
19
19
|
|
|
20
20
|
```html
|
|
21
21
|
<div class="auth-modes">
|
|
@@ -470,10 +470,12 @@ UI와 에이전트가 동일한 기능을 공유하도록 조치를 취하세요
|
|
|
470
470
|
```ts
|
|
471
471
|
import { defineAction } from "@agent-native/core/action";
|
|
472
472
|
import { completeText } from "@agent-native/core/server";
|
|
473
|
+
import { z } from "zod";
|
|
473
474
|
|
|
474
475
|
export default defineAction({
|
|
475
476
|
description: "Classify a short message",
|
|
476
|
-
|
|
477
|
+
schema: z.object({ body: z.string() }),
|
|
478
|
+
run: async ({ body }) => {
|
|
477
479
|
const result = await completeText({
|
|
478
480
|
systemPrompt: "Return exactly one label.",
|
|
479
481
|
input: body,
|
|
@@ -488,3 +490,11 @@ export default defineAction({
|
|
|
488
490
|
대신 `sendToAgentChat({ background: true, openSidebar: false })`를 사용하세요
|
|
489
491
|
작업에 도구, 상태, 감사 가능성, 사용자 조정 또는 다단계가 필요함
|
|
490
492
|
추론.
|
|
493
|
+
|
|
494
|
+
## 다음 단계 {#whats-next}
|
|
495
|
+
|
|
496
|
+
- [**Drop-in Agent**](/docs/drop-in-agent) — 튜토리얼 중심 안내로 `<AgentSidebar>`와 `<AgentPanel>`을 마운트
|
|
497
|
+
- [**Native Chat UI**](/docs/native-chat-ui) — 데이터 위젯과 사용자 지정 렌더러를 지원하는 액션 결과 계약
|
|
498
|
+
- [**Actions**](/docs/actions) — `defineAction()`, 스키마 및 이러한 컴포넌트가 호출하는 액션 표면
|
|
499
|
+
- [**Real-Time Collaboration**](/docs/real-time-collaboration) — 협업 훅과 현재 상태 컴포넌트 상세 설명
|
|
500
|
+
- [**Sharing**](/docs/sharing) — 소유 가능한 리소스를 위한 `<ShareButton>` 및 `<ShareDialog>` 연결
|
|
@@ -44,7 +44,6 @@ Chat은 인증, 내구성 있는 채팅 스레드, SQL 지원 리소스, 도구,
|
|
|
44
44
|
<FileTree
|
|
45
45
|
id="doc-block-1sjtdow"
|
|
46
46
|
title={"템플릿 프로젝트 구조"}
|
|
47
|
-
title="my-template/"
|
|
48
47
|
entries={[
|
|
49
48
|
{
|
|
50
49
|
path: "app/",
|
|
@@ -172,8 +171,7 @@ Chat은 인증, 내구성 있는 채팅 스레드, SQL 지원 리소스, 도구,
|
|
|
172
171
|
|
|
173
172
|
SQLite, Postgres, D1, Turso, Supabase, Neon 및 기타 지원되는 백엔드에서 스키마 이식성을 유지할 수 있도록 프레임워크 Drizzle 도우미를 사용하여 도메인 테이블을 정의하세요.
|
|
174
173
|
|
|
175
|
-
```ts
|
|
176
|
-
// server/db/schema.ts
|
|
174
|
+
```ts filename="server/db/schema.ts"
|
|
177
175
|
import {
|
|
178
176
|
table,
|
|
179
177
|
text,
|
|
@@ -204,8 +202,7 @@ export const projectShares = createSharesTable("project_shares");
|
|
|
204
202
|
|
|
205
203
|
앱 읽기 및 쓰기의 경우 Drizzle의 쿼리 빌더와 `drizzle-orm`의 이식 가능한 연산자를 사용하세요. Drizzle가 쿼리를 표현할 수 있는 경우 원시 SQL로 제품 코드를 작성하지 말고 템플릿의 `drizzle-orm/sqlite-core` 또는 `drizzle-orm/pg-core`에서 가져오지 마세요.
|
|
206
204
|
|
|
207
|
-
```ts
|
|
208
|
-
// server/plugins/db.ts
|
|
205
|
+
```ts filename="server/plugins/db.ts"
|
|
209
206
|
import { runMigrations } from "@agent-native/core/db";
|
|
210
207
|
|
|
211
208
|
export default runMigrations(
|
|
@@ -349,8 +346,7 @@ URL 쿼리 매개변수에 공유 가능한 필터를 유지합니다. 프레임
|
|
|
349
346
|
URL가 알려진 경우 `path`. 동일한 동작에 `__set_url__`를 쓰지 마세요;
|
|
350
347
|
해당 키는 프레임워크 URL 도구 및 URL 전용 필터 변경용으로 예약되어 있습니다.
|
|
351
348
|
|
|
352
|
-
```ts
|
|
353
|
-
// actions/navigate.ts
|
|
349
|
+
```ts filename="actions/navigate.ts"
|
|
354
350
|
import { defineAction } from "@agent-native/core/action";
|
|
355
351
|
import { writeAppState } from "@agent-native/core/application-state";
|
|
356
352
|
import { z } from "zod";
|