Skip to main content

ai-platform-engineering

Parent chart for the CAIPE platform.

Components

ComponentPurposeEnablement
caipe-uiNext.js UI and BFFtags.caipe-ui=true
dynamic-agentsChat runtime and agent execution servicetags.dynamic-agents=true
mcp-*Per-integration MCP serverstags.mcp-<name>=true
rag-stackOptional RAG servicestags.rag-stack=true
slack-botOptional Slack surfacetags.slack-bot=true
webex-botOptional Webex surfacetags.webex-bot=true
keycloak, openfga, agentgatewayRBAC and MCP routing servicesValues-driven

Quick Start

helm dependency update charts/ai-platform-engineering

helm template caipe charts/ai-platform-engineering \
--set tags.caipe-ui=true \
--set tags.dynamic-agents=true \
--set tags.mcp-netutils=true \
--set tags.rag-stack=false

Common Values

tags:
caipe-ui: true
dynamic-agents: true
mcp-argocd: true
mcp-github: true

caipe-ui:
mongodb:
enabled: true
config:
DYNAMIC_AGENTS_URL: ""

dynamic-agents:
config:
MONGODB_DATABASE: caipe

mcp-argocd:
agentSecrets:
secretName: existing-argocd-secret

Use values.yaml in the chart source for the complete value schema.