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.
- toy-programmer: a very, very simple programmer micro-agent for demo purposes
- melvin: Melvin is Devin's little cousin 😄. An experimental open-source coding agent, made of small composable modules rather than one monolithic app.
- multiagent: a demo using multiple LLMs to solve a problem
- github-go-coder: a Go programmer micro-agent that receives assignments from GitHub issues and creates PRs with it's solutions