Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 830 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 830 Bytes

Examples of AI Agents built with Dagger

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