delegate
latest
false
Delegate & Cartographer 用户指南
- 概述
- 快速入门
- Delegate
- 信任与合规
- 监管
- 功能
- 制图工具
- Delegate for Testing
- 参考
- 故障排除
- 备份和还原
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Where Delegate and Cartographer store their settings, secure settings, and other configuration files on disk, for power users who want to edit or back them up directly.
适合想要直接编辑设置或备份配置的超级用户。
主设置文件
| 路径 |
|---|
%APPDATA%/UiPath/Delegate/settings.json |
- Contains: appearance, model selection, keyboard shortcuts, execution mode, MCP server configurations, behavior preferences
- 纯 JSON 格式;人类可读和编辑
- Changes take effect immediately (the app watches for file changes)
- Invalid JSON is rejected; the last valid configuration is used
安全设置文件
下表列出了每个受支持平台的安全设置文件位置。
| 平台 | 路径 |
|---|---|
| Windows | 同一目录,secure-settings.enc(数据保护 API (DPAPI) 加密) |
- 包含:工具类别、审批模式、身份验证令牌
- 只能通过“设置”用户界面修改
- Agents 无法读取或修改此文件
其他文件
下表列出了设置目录中存储的其他文件。
| 文件 | 内容 |
|---|---|
WindowState.json | 窗口位置、大小、侧边栏状态 |
conversations.db | 本地对话历史记录(使用本地存储时) |
LocalSkills/ | 已安装的技能和例程 |