Lately, I have been trying to wrap my brain around AI Agents, so as a starting point, I have been using Pydantic AI’s Agent class/framework to build “Agents”. “Agent” is a loaded term. Pydantic AI’s usage is more or less a system prompt and a good API around adding tool calls and working with existing LLMs. I have written several experimental projects to help me quickly research and find answers to several areas of Django that confuse people, including myself. These ask-one-questi...