[Short description of what this skill does]
Status: [DRAFT / ACTIVE / DEPRECATED] Associated Scripts:
scripts/*.py
Describe here WHAT this skill achieves and WHY.
Strictly define data types to ensure determinism.
[arg_name]: [Data type] - [Description].[VAR_NAME]: [Description].# Import from the scripts submodule
from pipeline.skills.[skill_name].scripts.main import MyClass
tool = MyClass()
tool.run()
python pipeline/skills/[skill_name].scripts.main.py --arg value
High-level logic flow.
Known conditions that could break the standard flow. Update this section after every failure.
| Date | Error Detected | Root Cause | Solution/Patch Applied |
|---|---|---|---|
| [DD/MM] | [Error Type] | [Why it failed] | [Instruction] |
.env_shared contains necessary keysrequirements.txt