Run Your AI agent in minutes
agent.py
and add the following code:
http://127.0.0.1:8000
. You’ll see a ready-to-use web UI where you can interact with your agent instantly.
Agent won't start
agent.py
file has the correct syntax and the agent.run()
call is at the bottom of the file.Port 8000 is already in use
agent.run()
call or stopping other services using that port.Import errors
pip install cycls
. If you’re using additional dependencies, make sure they’re installed in your Python environment.Browser can't connect
http://127.0.0.1:8000
and that no firewall is blocking the connection.