-
Notifications
You must be signed in to change notification settings - Fork 6
docs(security/automation/settings): 完善 15 篇文档交叉引用和内容扩充 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,39 @@ DesireCore 支持自定义头像: | |
|
|
||
| 修改名称后点击 **保存** 即可生效。 | ||
|
|
||
| ## 用户档案与智能体记忆 | ||
|
|
||
| 你的用户档案不仅是一个显示名称——它还是智能体了解你的基础。 | ||
|
Comment on lines
+44
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The site explicitly serves an Useful? React with 👍 / 👎. |
||
|
|
||
| ### profile.md:你的数字画像 | ||
|
|
||
| DesireCore 在本地维护一份 `profile.md` 文件(位于 `~/.desirecore/users/<你的ID>/profile.md`),记录你的客观属性: | ||
|
|
||
| - 姓名、称呼偏好 | ||
| - 职业、专业领域 | ||
| - 沟通风格偏好 | ||
|
|
||
| 智能体在对话中会参考这份画像来调整回复的语气和内容深度。例如,如果你标注自己是资深开发者,智能体在回答技术问题时会更直接、少做基础概念解释。 | ||
|
|
||
| ### 画像如何形成 | ||
|
|
||
| - **你主动告知**:在对话中说"记住我叫张三,我是做后端开发的",智能体会写入画像 | ||
| - **你手动编辑**:直接在设置中修改个人信息 | ||
| - **智能体学习**:在长期对话中,智能体可能识别到你的偏好并记录(需经你确认) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This tells users that learned preferences are recorded only after their confirmation, but Useful? React with 👍 / 👎. |
||
|
|
||
| :::info | ||
| 画像信息完全存储在本地,你可以随时查看和编辑。删除画像文件后,智能体将不再参考历史信息,回到初始状态。 | ||
|
Comment on lines
+64
to
+65
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When Useful? React with 👍 / 👎. |
||
| ::: | ||
|
|
||
| ### 与智能体私有记忆的区别 | ||
|
|
||
| | 项目 | 用户画像(profile.md) | 智能体私有记忆(memory/) | | ||
| |------|----------------------|------------------------| | ||
| | 内容 | 你的客观属性 | 你与该智能体的互动经验 | | ||
| | 共享范围 | 所有智能体可见 | 仅该智能体可见 | | ||
| | 示例 | "用户是 Python 开发者" | "用户喜欢我先给代码再解释" | | ||
| | 存储位置 | `users/<ID>/profile.md` | `users/<ID>/agents/<agentID>/memory/` | | ||
|
|
||
| ## 游客模式与登录 | ||
|
|
||
| DesireCore 支持免登录使用,所有核心功能在游客模式下都完全可用。 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,6 +80,23 @@ DesireCore 支持四级回滚粒度: | |
|
|
||
| 这套机制确保你在享受智能体带来便利的同时,不会失去对系统的掌控。无论智能体多么"聪明",最终决定权始终在你手中。 | ||
|
|
||
| ## 与审批模式的关系 | ||
|
|
||
| 三层可控性通过[工具与命令审批模式](./05-ai-approval.md)落地执行: | ||
|
|
||
| - **可见**:审批卡片展示操作类型、参数、来源追溯和风险等级 | ||
| - **可控**:你可以选择允许、拒绝或修改操作参数 | ||
| - **可逆**:即使批准了操作,仍可通过四级回滚撤销变更 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When an approved operation sends email, invokes an external API, pushes a remote commit, or changes files outside DesireCore's managed scope, the four rollback levels cannot undo that side effect; Useful? React with 👍 / 👎. |
||
|
|
||
| 不同的审批模式决定了"可控"层的介入时机——从每次都询问到全部放行,你可以根据对智能体的信任程度灵活调整。 | ||
|
|
||
| ## 相关页面 | ||
|
|
||
| - [风险等级](./02-risk-levels.md):了解操作如何被分级 | ||
| - [工具与命令审批模式](./05-ai-approval.md):五种审批模式详解 | ||
| - [审计跟踪](./03-audit-trail.md):查看操作历史记录 | ||
| - [数据安全](./04-data-security.md):了解数据如何被保护 | ||
|
|
||
| :::info | ||
| DesireCore 的安全设计借鉴了 NIST AI 安全框架的人机协作原则,同时根据桌面应用的特点做了本地化适配。我们相信,好的安全机制应该让你感到安心,而不是感到束缚。 | ||
| ::: | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,3 +93,9 @@ DesireCore 内置了一些不可修改的安全规则,用于阻止明确危险 | |
| - 更多规则持续完善中 | ||
|
|
||
| 这些规则在权限管理页面中以"系统预设规则"标识,无法被编辑或删除。 | ||
|
|
||
| ## 相关页面 | ||
|
|
||
| - [三层可控性](./01-controllability.md):了解可见、可控、可逆的安全理念 | ||
| - [工具与命令审批模式](./05-ai-approval.md):五种审批模式如何与风险等级配合 | ||
| - [权限设置](../10-settings/05-permissions.md):管理系统权限和已记住的规则 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For users trying to manage a remembered approval rule, this link opens Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The contribution step tells readers to fork a repository, but
https://github.com/desirecoreis the organization landing page rather than a specific repository and therefore cannot itself be forked. Link directly to the repository that containsapp/data/i18n/so contributors can follow the documented workflow and edit the stated files.Useful? React with 👍 / 👎.