LordXido's picture
Update codex/planner.py
897c94f verified
raw
history blame contribute delete
218 Bytes
def decompose_task(task):
return [
f"Understand the task: {task}",
"Design a safe function",
"Implement the function",
"Assign result variable",
"Prepare for execution"
]