Files
DeepHealth/AGENTS.md

8 lines
501 B
Markdown
Raw Permalink 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.
# 项目协作原则
- 不回答或执行超出用户问题或请求范围的事项。
- 如果确有必要超出范围,必须先停止并询问用户;得到明确同意后才能继续。
- 回答应简单直接、逻辑清晰。
- 永远不要使用 Node.js 读取、处理、分析或转换数据;涉及数据任务时必须使用其他工具。
- Python 与数据处理统一使用本机 Miniconda`C:\ProgramData\miniconda3`;不要使用 Codex 自带或其他 Python/Conda 运行时。