This repository contains examples of AI agents built with Dagger. You can learn more in this tutorial, and join our Discord server to ask questions and share ideas.
- dockerfile-optimizer: an agent that analyzes your Dockerfile and suggests improvements for better efficiency, security, and best practices.
- feature-branch: an agent that manages code changes on a git repository and interacts via a Pull Request.
- pr-reviewer: an agent that reviews Pull Requests and suggests improvements.
- robot-developer: an agent that mimic a developer.
- code-companion: an agent who can code and interact with your local dev environment.
✨