Creating the most simplest of AI Agents
What are AI Agents?
- LLMs and Tools in a loop
https://www.anthropic.com/engineering/building-effective-agents
What is Pydantic AI
- Python Framework/library to build type safe and model agnostic agents
https://ai.pydantic.dev/agents/
What will be build?
- Simple examples of agents with Python and Pydantic AI
- Using output type to get structured response with agents
- Attaching and giving LLM the tools to call for help
- Exploring ways to run and execute the agent cycle
@Pydantic #ai #aiagents #python #programming #coding #tech