From 3f9571086e2814949151209caf0c82011b0df435 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 10 Mar 2026 12:03:58 +0100 Subject: [PATCH] Rename cagent GH repo (#24285) ## Description rename GH cagent repo URL, repo has been renamed to docker/docker-agent ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Tardif --- .github/agents/docs-scanner.yaml | 2 +- .github/workflows/agent-writer.yml | 2 +- content/guides/lab-docker-agent.md | 2 +- content/manuals/ai/docker-agent/_index.md | 10 +++++----- content/manuals/ai/docker-agent/best-practices.md | 2 +- content/manuals/ai/docker-agent/evals.md | 2 +- content/manuals/ai/docker-agent/integrations/acp.md | 4 ++-- content/manuals/ai/docker-agent/integrations/mcp.md | 4 ++-- content/manuals/ai/docker-agent/rag.md | 2 +- content/manuals/ai/docker-agent/reference/config.md | 2 +- content/manuals/ai/docker-agent/reference/examples.md | 4 ++-- content/manuals/ai/docker-agent/reference/toolsets.md | 2 +- content/manuals/ai/docker-agent/tutorial.md | 4 ++-- docs_engineer.yml | 2 +- tech_writer.yml | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/agents/docs-scanner.yaml b/.github/agents/docs-scanner.yaml index 29eab681e8..9b8c282953 100644 --- a/.github/agents/docs-scanner.yaml +++ b/.github/agents/docs-scanner.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/cagent/refs/heads/main/cagent-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/cagent-schema.json models: claude-sonnet: provider: anthropic diff --git a/.github/workflows/agent-writer.yml b/.github/workflows/agent-writer.yml index 632cea616c..8bbd7af037 100644 --- a/.github/workflows/agent-writer.yml +++ b/.github/workflows/agent-writer.yml @@ -59,7 +59,7 @@ jobs: Fixes #${{ github.event.issue.number }} --- - 🤖 Generated with [cagent](https://github.com/docker/cagent) + 🤖 Generated with [Docker Agent](https://github.com/docker/docker-agent) Keep the PR body brief and practical. Don't over-explain or add sections that aren't needed. diff --git a/content/guides/lab-docker-agent.md b/content/guides/lab-docker-agent.md index 54a6202117..964c4d3c41 100644 --- a/content/guides/lab-docker-agent.md +++ b/content/guides/lab-docker-agent.md @@ -16,7 +16,7 @@ params: time: 20 minutes resource_links: - title: Docker Agent documentation - url: https://github.com/docker/cagent + url: https://github.com/docker/docker-agent - title: Docker MCP Toolkit url: https://docs.docker.com/ai/mcp-catalog-and-toolkit/toolkit/ - title: Labspace repository diff --git a/content/manuals/ai/docker-agent/_index.md b/content/manuals/ai/docker-agent/_index.md index a671335866..7349d1a3e2 100644 --- a/content/manuals/ai/docker-agent/_index.md +++ b/content/manuals/ai/docker-agent/_index.md @@ -16,7 +16,7 @@ keywords: [ai, agent, docker agent, cagent] {{< summary-bar feature_name="Docker Agent" >}} -[Docker Agent](https://github.com/docker/cagent) is an open-source framework +[Docker Agent](https://github.com/docker/docker-agent) is an open-source framework for building teams of specialized AI agents. Instead of prompting one generalist model, you define agents with specific roles and instructions that collaborate to solve problems. Run these agent teams from your terminal using @@ -73,9 +73,9 @@ For Docker Engine users or custom installations: - **Homebrew**: `brew install cagent` - **Winget**: `winget install Docker.Cagent` - **Pre-built binaries**: [GitHub - releases](https://github.com/docker/cagent/releases) + releases](https://github.com/docker/docker-agent/releases) - **From source**: See the [Docker Agent - repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source) + repository](https://github.com/docker/docker-agent?tab=readme-ov-file#build-from-source) The `docker-agent` binary should be copied to `~/.docker/cli-plugins` and then can be used with the `docker agent` command. Alternatively, it can be used as a standalone binary. @@ -162,11 +162,11 @@ it doesn't exist yet. - Integrate Docker Agent with your [editor](./integrations/acp.md) or use agents as [tools in MCP clients](./integrations/mcp.md) - Browse example agent configurations in the [Docker Agent - repository](https://github.com/docker/cagent/tree/main/examples) + repository](https://github.com/docker/docker-agent/tree/main/examples) - Use `docker agent new` to generate agent teams with AI - Connect agents to external tools via the [Docker MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md) - Read the full [configuration - reference](https://github.com/docker/cagent?tab=readme-ov-file#-configuration-reference) + reference](https://github.com/docker/docker-agent?tab=readme-ov-file#-configuration-reference) diff --git a/content/manuals/ai/docker-agent/best-practices.md b/content/manuals/ai/docker-agent/best-practices.md index 75a1f28a82..80ffeb63dc 100644 --- a/content/manuals/ai/docker-agent/best-practices.md +++ b/content/manuals/ai/docker-agent/best-practices.md @@ -249,6 +249,6 @@ complex reasoning needed, and Haiku is faster and cheaper. - Check [toolsets reference](./reference/toolsets.md) to understand what tools agents can use - See [example - configurations](https://github.com/docker/cagent/tree/main/examples) for + configurations](https://github.com/docker/docker-agent/tree/main/examples) for complete working agents - Read the [RAG guide](./rag.md) for detailed retrieval optimization diff --git a/content/manuals/ai/docker-agent/evals.md b/content/manuals/ai/docker-agent/evals.md index 6824a9ca49..3eeda1ab73 100644 --- a/content/manuals/ai/docker-agent/evals.md +++ b/content/manuals/ai/docker-agent/evals.md @@ -159,5 +159,5 @@ see what shifted. - Check the [CLI reference](reference/cli.md#eval) for all `docker agent eval` options - Learn [best practices](best-practices.md) for building effective agents -- Review [example configurations](https://github.com/docker/cagent/tree/main/examples) +- Review [example configurations](https://github.com/docker/docker-agent/tree/main/examples) for different agent types diff --git a/content/manuals/ai/docker-agent/integrations/acp.md b/content/manuals/ai/docker-agent/integrations/acp.md index 7029a72211..495af2ace9 100644 --- a/content/manuals/ai/docker-agent/integrations/acp.md +++ b/content/manuals/ai/docker-agent/integrations/acp.md @@ -39,7 +39,7 @@ Before configuring your editor, you need: - **Docker Agent installed** - See the [installation guide](../_index.md#installation) - **Agent configuration** - A YAML file defining your agent. See the [tutorial](../tutorial.md) or [example - configurations](https://github.com/docker/cagent/tree/main/examples) + configurations](https://github.com/docker/docker-agent/tree/main/examples) - **Editor with ACP support** - Neovim, Intellij, Zed, etc. Your agents will use model provider API keys from your shell environment @@ -181,5 +181,5 @@ If the agent starts but can't access files or perform other actions, check: - Add [RAG for codebase search](../rag.md) to your agent - Check the [CLI reference](../reference/cli.md) for all `docker agent serve acp` options - Browse [example - configurations](https://github.com/docker/cagent/tree/main/examples) for + configurations](https://github.com/docker/docker-agent/tree/main/examples) for inspiration diff --git a/content/manuals/ai/docker-agent/integrations/mcp.md b/content/manuals/ai/docker-agent/integrations/mcp.md index 6af2d3edac..833738b8ac 100644 --- a/content/manuals/ai/docker-agent/integrations/mcp.md +++ b/content/manuals/ai/docker-agent/integrations/mcp.md @@ -68,7 +68,7 @@ Before configuring MCP integration, you need: - **Docker Agent installed** - See the [installation guide](../_index.md#installation) - **Agent configuration** - A YAML file defining your agent. See the [tutorial](../tutorial.md) or [example - configurations](https://github.com/docker/cagent/tree/main/examples) + configurations](https://github.com/docker/docker-agent/tree/main/examples) - **MCP client** - Claude Desktop, Claude Code, or another MCP-compatible application - **API keys** - Environment variables for any model providers your agents use @@ -303,5 +303,5 @@ around. - Add [RAG for codebase search](../rag.md) to your agent - Check the [CLI reference](../reference/cli.md) for all `docker agent serve mcp` options - Browse [example - configurations](https://github.com/docker/cagent/tree/main/examples) for + configurations](https://github.com/docker/docker-agent/tree/main/examples) for different agent types diff --git a/content/manuals/ai/docker-agent/rag.md b/content/manuals/ai/docker-agent/rag.md index 7769b14fb4..d27b32d286 100644 --- a/content/manuals/ai/docker-agent/rag.md +++ b/content/manuals/ai/docker-agent/rag.md @@ -431,6 +431,6 @@ If results lack context: - [Configuration reference](reference/config.md#rag) - Complete RAG options and parameters -- [RAG examples](https://github.com/docker/cagent/tree/main/examples/rag) - +- [RAG examples](https://github.com/docker/docker-agent/tree/main/examples/rag) - Working configurations for different scenarios - [Tools reference](reference/toolsets.md) - How RAG search tools work in agent workflows diff --git a/content/manuals/ai/docker-agent/reference/config.md b/content/manuals/ai/docker-agent/reference/config.md index 4ebaaf1e43..387e028bc1 100644 --- a/content/manuals/ai/docker-agent/reference/config.md +++ b/content/manuals/ai/docker-agent/reference/config.md @@ -617,5 +617,5 @@ rag: documentation - Review the [CLI reference](./cli.md) for command-line options - Browse [example - configurations](https://github.com/docker/cagent/tree/main/examples) + configurations](https://github.com/docker/docker-agent/tree/main/examples) - Learn about [sharing agents](../sharing-agents.md) diff --git a/content/manuals/ai/docker-agent/reference/examples.md b/content/manuals/ai/docker-agent/reference/examples.md index a224965311..b626ab9d5f 100644 --- a/content/manuals/ai/docker-agent/reference/examples.md +++ b/content/manuals/ai/docker-agent/reference/examples.md @@ -6,13 +6,13 @@ weight: 40 --- Get inspiration from the following agent examples. -See more examples in the [Docker Agent GitHub repository](https://github.com/docker/cagent/tree/main/examples). +See more examples in the [Docker Agent GitHub repository](https://github.com/docker/docker-agent/tree/main/examples). ## Development team {{% cagent-example.inline "dev-team.yaml" %}} {{- $example := .Get 0 }} -{{- $baseUrl := "https://raw.githubusercontent.com/docker/cagent/refs/heads/main/examples" }} +{{- $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 }} diff --git a/content/manuals/ai/docker-agent/reference/toolsets.md b/content/manuals/ai/docker-agent/reference/toolsets.md index fb1a9703a2..83436dd1a9 100644 --- a/content/manuals/ai/docker-agent/reference/toolsets.md +++ b/content/manuals/ai/docker-agent/reference/toolsets.md @@ -511,4 +511,4 @@ agent to transfer the entire conversation to a different agent. - Read the [Configuration file reference](./config.md) for YAML file structure - Review the [CLI reference](./cli.md) for running agents - Explore [MCP servers](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md) for extended capabilities -- Browse [example configurations](https://github.com/docker/cagent/tree/main/examples) +- Browse [example configurations](https://github.com/docker/docker-agent/tree/main/examples) diff --git a/content/manuals/ai/docker-agent/tutorial.md b/content/manuals/ai/docker-agent/tutorial.md index 5d5e587829..c8e23c538f 100644 --- a/content/manuals/ai/docker-agent/tutorial.md +++ b/content/manuals/ai/docker-agent/tutorial.md @@ -284,8 +284,8 @@ You now know how to: - Explore the [Tools reference](reference/toolsets.md) to see what capabilities you can enable - Check out [example - configurations](https://github.com/docker/cagent/tree/main/examples) for + configurations](https://github.com/docker/docker-agent/tree/main/examples) for different use cases - See the full - [golang_developer.yaml](https://github.com/docker/cagent/blob/main/golang_developer.yaml) + [golang_developer.yaml](https://github.com/docker/docker-agent/blob/main/golang_developer.yaml) that the Docker Team uses to develop Docker Agent diff --git a/docs_engineer.yml b/docs_engineer.yml index b383057029..83763ac2ff 100644 --- a/docs_engineer.yml +++ b/docs_engineer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/cagent/refs/heads/main/cagent-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/cagent-schema.json agents: root: model: opus diff --git a/tech_writer.yml b/tech_writer.yml index ec08c35565..c1e53e92e1 100644 --- a/tech_writer.yml +++ b/tech_writer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/cagent/refs/heads/main/cagent-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/cagent-schema.json agents: root: model: coordinator