diff --git a/dify/README.md b/dify/README.md index 522cd22..e04faf3 100644 --- a/dify/README.md +++ b/dify/README.md @@ -140,6 +140,7 @@ Read [PRIVACY.md](./PRIVACY.md) before deployment. In summary: - Source: - Issues: +- Email: - EverOS: Licensed under [Apache-2.0](https://github.com/EverMind-AI/plugins/blob/main/LICENSE). diff --git a/dify/_assets/icon.svg b/dify/_assets/icon.svg index 767940a..15b7096 100644 --- a/dify/_assets/icon.svg +++ b/dify/_assets/icon.svg @@ -1,7 +1,5 @@ - - EverOS Memory - A warm yellow memory loop on a charcoal square. - - - + + EverOS Self-Hosted + EverOS black loop mark on a warm yellow square. + diff --git a/dify/manifest.yaml b/dify/manifest.yaml index 686c502..20a09bc 100644 --- a/dify/manifest.yaml +++ b/dify/manifest.yaml @@ -1,13 +1,13 @@ version: 0.0.1 type: plugin -author: EverMind-AI +author: evermind-ai name: everos label: - en_US: EverOS Memory - zh_Hans: EverOS 记忆 + en_US: EverOS Self-Hosted + zh_Hans: EverOS 本地版 description: - en_US: Search and store persistent agent memory with EverOS. - zh_Hans: 使用 EverOS 搜索和存储持久化 Agent 记忆。 + en_US: Search and store persistent agent memory with your self-hosted EverOS deployment. + zh_Hans: 使用你本地部署的 EverOS 搜索和存储持久化 Agent 记忆。 icon: icon.svg created_at: 2026-08-20T00:00:00Z resource: diff --git a/dify/provider/everos.yaml b/dify/provider/everos.yaml index cc23c58..8ee106d 100644 --- a/dify/provider/everos.yaml +++ b/dify/provider/everos.yaml @@ -1,12 +1,12 @@ identity: - author: EverMind-AI + author: evermind-ai name: everos label: - en_US: EverOS Memory - zh_Hans: EverOS 记忆 + en_US: EverOS Self-Hosted + zh_Hans: EverOS 本地版 description: - en_US: Persistent memory tools backed by your EverOS deployment. - zh_Hans: 由你部署的 EverOS 提供持久化记忆工具。 + en_US: Persistent memory tools backed by your self-hosted EverOS deployment. + zh_Hans: 由你本地部署的 EverOS 提供持久化记忆工具。 icon: icon.svg tags: - productivity @@ -15,14 +15,14 @@ credentials_for_provider: type: text-input required: true label: - en_US: EverOS Base URL - zh_Hans: EverOS 基础地址 + en_US: Self-hosted EverOS URL + zh_Hans: 本地部署的 EverOS 地址 placeholder: en_US: https://memory.example.com zh_Hans: https://memory.example.com help: - en_US: Server root or gateway prefix. Do not include /api/v2. - zh_Hans: 服务器根地址或网关前缀,请勿包含 /api/v2。 + en_US: Your EverOS server root or gateway prefix. Do not include /api/v2. + zh_Hans: 你部署的 EverOS 服务根地址或网关前缀,请勿包含 /api/v2。 api_key: type: secret-input required: false diff --git a/dify/readme/README_zh_Hans.md b/dify/readme/README_zh_Hans.md index 673fbcb..d13d7a5 100644 --- a/dify/readme/README_zh_Hans.md +++ b/dify/readme/README_zh_Hans.md @@ -74,4 +74,5 @@ dify plugin package ./dify 隐私与网络边界详见 [PRIVACY.md](../PRIVACY.md)。源码位于 ,问题请提交到 -。 +,也可发送邮件至 +。 diff --git a/dify/tools/add_memory.yaml b/dify/tools/add_memory.yaml index 6896d24..42fb090 100644 --- a/dify/tools/add_memory.yaml +++ b/dify/tools/add_memory.yaml @@ -1,6 +1,6 @@ identity: name: add_memory - author: EverMind-AI + author: evermind-ai label: en_US: Add EverOS memory zh_Hans: 写入 EverOS 记忆 diff --git a/dify/tools/search_memory.yaml b/dify/tools/search_memory.yaml index a1d83d6..9c69a85 100644 --- a/dify/tools/search_memory.yaml +++ b/dify/tools/search_memory.yaml @@ -1,6 +1,6 @@ identity: name: search_memory - author: EverMind-AI + author: evermind-ai label: en_US: Search EverOS memory zh_Hans: 搜索 EverOS 记忆