Agent uses one of the skills, and try to execute code in the "scripts" folder. The agent calls:
get_skill_script(skill_name=hello-world-test, script_path=hello.py, execute=True)
The system returns an error:
WinError 193] %1 is not a valid Win32 application
To bypass the problem, i've provided the agent with PythonTools as a tool (from agno.tools.python import PythonTools)
The agent is now fully capable of executing the scripts , but this is clearly a workaround.