Skip to content

DevOps Agent

Alessio Rocchi edited this page Jan 27, 2026 · 1 revision

DevOps Agent

Manage deployment, CI/CD, containers, and infrastructure


Purpose

Manage deployment, CI/CD, containers, and infrastructure

Capabilities

ci-cd-setup, containerization, kubernetes-deployment, infrastructure-automation, monitoring-setup, security-hardening

When to Use

Docker containerization, Kubernetes deployment, CI/CD pipeline setup

Examples

Basic Usage

Spawn a devops agent to help with manage deployment, ci/cd, containers, and infrastructure

In Workflow

const session = await memory.createSession({ feature: 'my-feature' });

const agent = spawnAgent('devops', {
  name: 'my-devops',
  sessionId: session.id
});

Best Practices

  • Provide clear, specific requirements
  • Give context about the work
  • Use sessions for related tasks
  • Combine with other agents for complete workflows

Common Workflows

See Agent Overview for common agent combination patterns.

Related

Clone this wiki locally