Skip to main content

Agents

Platform and DevOps Tools Agents

The CAIPE (Community AI Platform Engineering) agents are built using any agentic framework like (LangGraph, Strands, etc) and MCP Server.

🤖 Available Agents

AgentDescription
ArgoCDGitOps continuous delivery for Kubernetes
BackstageDeveloper portal and service catalog
ConfluenceTeam collaboration and documentation
GitHubSource code management and collaboration
JiraProject management and issue tracking
KomodorKubernetes troubleshooting and monitoring
AWSCloud infrastructure and EKS management
PagerDutyIncident management and on-call scheduling
SlackTeam communication and collaboration
SplunkLog analytics and monitoring
WebexTeam communication and collaboration
WeatherWeather information and forecasting

🏗️ Architecture Overview

All agents follow a consistent architecture pattern:

🔧 Development

Creating New Agents

Use the Petstore/Template Agent as a starting point for creating new agents:

  1. Clone the template repository
  2. Configure your API integration
  3. Generate MCP server using openapi-mcp-codegen
  4. Customize prompts and functionality
  5. Test and deploy