Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Read [PRIVACY.md](./PRIVACY.md) before deployment. In summary:

- Source: <https://github.com/EverMind-AI/plugins/tree/main/dify>
- Issues: <https://github.com/EverMind-AI/plugins/issues>
- Email: <contact@evermind.ai>
- EverOS: <https://github.com/EverMind-AI/EverOS>

Licensed under [Apache-2.0](https://github.com/EverMind-AI/plugins/blob/main/LICENSE).
10 changes: 4 additions & 6 deletions dify/_assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions dify/manifest.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
18 changes: 9 additions & 9 deletions dify/provider/everos.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dify/readme/README_zh_Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ dify plugin package ./dify

隐私与网络边界详见 [PRIVACY.md](../PRIVACY.md)。源码位于
<https://github.com/EverMind-AI/plugins/tree/main/dify>,问题请提交到
<https://github.com/EverMind-AI/plugins/issues>
<https://github.com/EverMind-AI/plugins/issues>,也可发送邮件至
<contact@evermind.ai>
2 changes: 1 addition & 1 deletion dify/tools/add_memory.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
identity:
name: add_memory
author: EverMind-AI
author: evermind-ai
label:
en_US: Add EverOS memory
zh_Hans: 写入 EverOS 记忆
Expand Down
2 changes: 1 addition & 1 deletion dify/tools/search_memory.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
identity:
name: search_memory
author: EverMind-AI
author: evermind-ai
label:
en_US: Search EverOS memory
zh_Hans: 搜索 EverOS 记忆
Expand Down