Refactor dependencies: remove 'marvin' from pyproject.toml and add requirements.txt for better dependency management; update score.json to reflect revised insight and improved comment clarity.
Add app.py for Pydantic-AI framework implementation, featuring a Gradio web interface for a coaching conversation simulation between AI agents; update README.md to reflect new file usage and instructions.
Add initial implementation of various AI agents and Gradio interfaces for enhanced interaction; include OpenAI API integration and example usage scripts.
Add Gradio web interface to convo-pai.py for enhanced user experience; implement conversation flow with evaluation scoring and update README.md with usage instructions.