I'm having trouble executing a simple skill correctly the first time.
I've tried a few times, but Autogen complains about indents. Any thoughts?
Attached is the skill and full trace.
The core problem is:
EXECUTING CODE BLOCK 0 (inferred language is python)...
userproxy (to primary_assistant):
exitcode: 1 (execution failed)
Code output:
Traceback (most recent call last):
File "run_hello_world.py", line 2, in <module>
from skills import hello_world
File "skills.py", line 8
def hello_world():
IndentationError: unexpected indent