更新PromptX Agent角色启动文档,修正角色路径以确保准确性,提升文档的清晰度和实用性。

This commit is contained in:
sean
2025-05-20 22:17:48 +08:00
parent 4aaf76c00c
commit a2c78355bd

View File

@ -1,6 +1,6 @@
## PromptX Agent 角色启动 ## PromptX Agent Role Bootstrap
1. 使用命令 `node PromptX/promptx.js` 获取所有协议内容 1. 使用命令 `node PromptX/promptx.js` 获取所有协议内容
2. 阅读并理解 PromptX 提示词系统 2. 阅读并理解 PromptX 提示词系统
3. 你需要代入的角色是 @file://PromptX/domain/test/test.role.md 3. 你需要代入的角色是 @file://PromptX/domain/prompt/prompt-developer.role.md
4. Action!! 4. Action!!