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

fix broken link #25

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
@@ -1,6 +1,6 @@
# Examples of AI Agents built with Dagger

This repository contains examples of AI agents built with [Dagger](https://github.com/dagger/dagger). You can learn more [in this tutorial](https://docs.dagger.io/ai-agents), and [join our Discord server](https://discord.gg/KK3AfBP8Gw) to ask questions and share ideas.
This repository contains examples of AI agents built with [Dagger](https://github.com/dagger/dagger). You can learn more [in this tutorial]([https://docs.dagger.io/ai-agents](https://docs.dagger.io/quickstart/agent)), and [join our Discord server](https://discord.gg/KK3AfBP8Gw) to ask questions and share ideas.

- [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.
Expand Down