Exercises / start
Classify chatbot vs workflow vs agent
kind_of(description) returns chatbot, workflow, or agent. Use simple keyword rules: no side effects → chatbot; known steps → workflow; model chooses next tool → agent.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.