COBOL Modernization Bundle
COBOL modernization demo with agents for reverse engineering, pseudocode generation, Python conversion, and documentation.
What’s Included
6 AI agents:
| Agent | Description |
|---|---|
audio-transcriber | Transcribes audio files with speaker identification |
cobol-code-documenter | Creates detailed code spec documentation |
cobol-codebase-summarizer | Generates codebase overview and interconnections |
cobol-pseudocode-documenter | Converts COBOL to language-agnostic pseudocode |
diagram-creator | Generates PlantUML C4 architecture diagrams |
pseudo-python-modernizer | Converts pseudocode to Python/PySpark |
Supporting infrastructure:
speech-mcp-serverfor local audio transcription via Whisperfile-gateway(installed as a Helm dependency)- Argo WorkflowTemplate for the full modernization pipeline
- Optional data seeder for sample COBOL files
Prerequisites
- Ark cluster with a Model named
defaultin the target namespace - Argo Workflows installed
- Docker (to build speech-mcp-server and data-seeder images)
Quick Start
cd demos/cobol-modernization-bundle
make uninstall
make build-data-seeder
make build
make install-with-argo
make cobol-demoCloud Deployment
ark install marketplace/demos/cobol-modernization-bundleUpload COBOL files and audio via Ark Dashboard -> Files, then submit the workflow from Argo UI.
Additional Resources
Last updated on