#Problem with Hello World Skill

1 messages · Page 1 of 1 (latest)

severe stream
#

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

grave peak
#

Are you using the autogenstudio app?