Skip to main content

无需编写 / 生成代码,docker-agent 通过 yaml 配置文件构建运行 AI Agent

  1. 无需编写 / 生成代码,docker-agent 通过 yaml 配置文件构建运行 AI Agent
    https://github.com/docker/docker-agent
    #AI #Docker #GitHub
    agents:
      root:
        model: openai/gpt-5-mini
        description: A helpful AI assistant
        instruction: |
          You are a knowledgeable assistant that helps users with various tasks.
          Be helpful, accurate, and concise in your responses.
        toolsets:
          - type: mcp
            ref: docker:duckduckgo

    docker agent run agent.yaml
OKHK