Remove "agent.state" argument from "agent.python_executor" args

#64

The "agent.python_executor" method expects a single string input and runs into error as 2 inputs are given. The agent.state is empty dict at that point and removing it doesn't affect it as it's anyway initialised internally as empty dict.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment