Basic Information
This repository is a small experiment and demonstration project using the Pydantic agent framework to build and test simple AI agents. It collects notes and example code that show how to install the Pydantic agent library, choose model providers, and run a minimal command-line agent. The repo includes a specific example called dice_game.py that implements a CLI number-guessing game based on the Pydantic examples and requires an OpenAI API key set in a .env file. The README documents available model choices and mentions support for local models such as Ollama. The project is framed as an exploratory starting point for further development, with future plans to add a web chat interface and a more complex decision-assisting agent. The repository is therefore intended for learning, prototyping, and testing how to wire Pydantic-based agent tools to different model providers.