diff --git a/.github/agents/docs-scanner.yaml b/.github/agents/docs-scanner.yaml index 29eab681e8d..9b8c282953a 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 59bb0746e1e..cfe68a27369 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 54a6202117b..964c4d3c419 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 e950408d812..c83adb15c97 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 tool for building +[Docker Agent](https://github.com/docker/docker-agent) is an open source tool 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 any LLM provider. @@ -68,9 +68,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. @@ -157,11 +157,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 75a1f28a823..80ffeb63dc2 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 6824a9ca496..3eeda1ab736 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 7029a72211e..495af2ace98 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 6af2d3edac2..833738b8acf 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 7769b14fb4c..d27b32d2861 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 4ebaaf1e432..387e028bc1c 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 a2249653114..b626ab9d5f0 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 fb1a9703a2e..83436dd1a9d 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 5d5e5878294..c8e23c538fc 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 b383057029d..83763ac2ff0 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 ec08c35565a..c1e53e92e1f 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