The Python agent is an Aita agent that run python script in IPython Kernel (IPython).
from aita.agent.python import PythonAgent python_agent = PythonAgent("gpt-3.5-turbo") python_agent.stream("print('Hello, World!')")
Last updated 6 months ago