← Lesson
Why Python for Agents
Joeven
Run
Reset
Python loads on first run
# A tiny log of what an agent did goal = "say hello" print("Goal:", goal) print("Action: greet") print("Done")
Run to execute this in your browser. Nothing is sent to a server.