Files
docker-docs/content/manuals/ai/docker-agent/reference/examples.md
Guillaume Tardif 3f9571086e Rename cagent GH repo (#24285)
<!--Delete sections as needed -->

## Description

rename GH cagent repo URL, repo has been renamed to docker/docker-agent

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2026-03-10 12:03:58 +01:00

832 B

title, description, keywords, weight
title description keywords weight
Examples Get inspiration from agent examples
ai
agent
cagent
40

Get inspiration from the following agent examples. See more examples in the Docker Agent GitHub repository.

Development team

{{% cagent-example.inline "dev-team.yaml" %}} {{- $example := .Get 0 }} {{- $baseUrl := "https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/examples" }} {{- $url := fmt.Printf "%s/%s" $baseUrl $example }} {{- with resources.GetRemote $url }} {{ $data := .Content | transform.Unmarshal }}

{{ .Content }}

{{ end }} {{% /cagent-example.inline %}}

Go developer

{{% cagent-example.inline "gopher.yaml" /%}}

Technical blog writer

{{% cagent-example.inline "blog.yaml" /%}}