script用的相对路径,agent有概率无法找到
Author: JunnanZCreated Mar 26, 2026Updated Jul 13, 2026
例如:
# Check minimax-docx environment
$ bash scripts/env_check.sh
bash: scripts/env_check.sh: No such file or directoryThinking: The scripts don't exist in the current project. Let me check what's available in the project and use a different approach to analyze the DOCX file. I can use Python with python-docx library to read the template structure.
Source: MiniMax-AI/skills