-
Notifications
You must be signed in to change notification settings - Fork 4
DevOps Agent
Alessio Rocchi edited this page Jan 27, 2026
·
1 revision
Manage deployment, CI/CD, containers, and infrastructure
Manage deployment, CI/CD, containers, and infrastructure
ci-cd-setup, containerization, kubernetes-deployment, infrastructure-automation, monitoring-setup, security-hardening
Docker containerization, Kubernetes deployment, CI/CD pipeline setup
Spawn a devops agent to help with manage deployment, ci/cd, containers, and infrastructure
const session = await memory.createSession({ feature: 'my-feature' });
const agent = spawnAgent('devops', {
name: 'my-devops',
sessionId: session.id
});- Provide clear, specific requirements
- Give context about the work
- Use sessions for related tasks
- Combine with other agents for complete workflows
See Agent Overview for common agent combination patterns.
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference