Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Fix grammar in README.md #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This repository contains examples of AI agents built with [Dagger](https://githu
- [toy-programmer](./toy-programmer): a very, very simple programmer micro-agent for demo purposes
- [melvin](./melvin): Melvin is [Devin](https://devin.ai)'s little cousin 😄. An experimental open-source coding agent, made of small composable modules rather than one monolithic app.
- [multiagent](./multiagent-demo): a demo using multiple LLMs to solve a problem
- [github-go-coder](./github-go-coder): a Go programmer micro-agent that receives assignments from GitHub issues and creates PRs with it's solutions
- [github-go-coder](./github-go-coder): a Go programmer micro-agent that receives assignments from GitHub issues and creates PRs with its solutions