mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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>
This commit is contained in:
2
.github/agents/docs-scanner.yaml
vendored
2
.github/agents/docs-scanner.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/agent-writer.yml
vendored
2
.github/workflows/agent-writer.yml
vendored
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <!-- TODO: link to some page
|
||||
where we explain this, probably a CLI reference? -->
|
||||
- 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)
|
||||
<!-- TODO: move to this site/repo -->
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user