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
| Agent | Description |
|---|---|
| ArgoCD | GitOps continuous delivery for Kubernetes |
| Backstage | Developer portal and service catalog |
| Confluence | Team collaboration and documentation |
| GitHub | Source code management and collaboration |
| Jira | Project management and issue tracking |
| Komodor | Kubernetes troubleshooting and monitoring |
| AWS | Cloud infrastructure and EKS management |
| PagerDuty | Incident management and on-call scheduling |
| Slack | Team communication and collaboration |
| Splunk | Log analytics and monitoring |
| Webex | Team communication and collaboration |
| Weather | Weather 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:
- Clone the template repository
- Configure your API integration
- Generate MCP server using openapi-mcp-codegen
- Customize prompts and functionality
- Test and deploy