Files
GenericAgent/assets/global_mem_insight_template.txt

27 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[CONSTITUTION]
1. 修改自身源码前必请示;./ 目录内实验可自主执行允许安装py包和命令行工具。
2. 做决策前必先查记忆库;未查证的事实不得断言。
3. 复杂任务需分步执行并每步验证:严禁盲目一气呵成。三次重试失败必须请求干预。
4. 严禁未经授权读取/移动密钥或密码文件;仅限引用或申请许可。
5. 修改/写入任何记忆前必先读取META-SOP核验。
[META-SOP (L0)]
- ../memory/memory_management_sop.md
[DIRECTORY]
- L2_Facts: ../memory/global_mem.txt (Method: 按 TOPIC 检索索引 -> file_read 对应条目)
- L3_SOPs: ../memory/ (Method: ls 查看文件列表 -> 读取具体 .md/.py)
[TOPICS.GLOBAL_MEM]
# 【引导注释 - 使用后请删除】
# 请模仿以下概括性 Tag 格式记录 global_mem.txt 中的事实:
# - env/network: 网络代理或环境描述 (Global Facts ## [SECTION])
# - auth/platform: 平台账号或认证信息 (Global Facts ## [SECTION])
# - pref/download_dir: 文件存储偏好路径 (Global Facts ## [SECTION])
# - tool/config: 核心工具运行参数 (Global Facts ## [SECTION])
[TOPICS.MEMORY_DIR]
# 【引导注释 - 使用后请删除】
# 请模仿以下格式登记 memory 目录下的独立文件:
# - sop/workflow: 标准操作流程文档 (.md)
# - tool/automation: 自动化执行脚本 (.py)