docs/versioned_docs/version-0.17.2/_examples_agents.mdx
Explore these functional AI agent examples built with Dagger:
Toy Programmer: A simple programmer micro-agent for demonstration purposes
Melvin: An experimental open-source coding agent made of small composable modules
Multi-Agent Demo: A demonstration using multiple LLMs to collaboratively solve a problem
Go Coder: A Go programmer agent that receives assignments from GitHub issues and creates PRs with solutions
Cypress Test Writer: An agent that compares two git branches for UI changes and creates Cypress tests to cover the differences
Tic Tac Toe: An agent that plays Tic Tac Toe with a human player
Dockerfile Optimizer: An agent that analyzes Dockerfiles and suggests improvements for better efficiency, security, and best practices
Test Debugger: An agent that automatically debugs failing tests in CI
Technical Content Summarizer: An agent that summarizes technical content from a URL for a non-technical audience
SWE Agent: An agent that gets assigned GitHub issues and solves them with pull requests
Database Agent: An agent that connects to an existing database and allows the user to ask plain language questions to explore and query a database.