Skip to Content
DemosCOBOL Modernization Bundle

COBOL Modernization Bundle

COBOL modernization demo with agents for reverse engineering, pseudocode generation, Python conversion, and documentation.

What’s Included

6 AI agents:

AgentDescription
audio-transcriberTranscribes audio files with speaker identification
cobol-code-documenterCreates detailed code spec documentation
cobol-codebase-summarizerGenerates codebase overview and interconnections
cobol-pseudocode-documenterConverts COBOL to language-agnostic pseudocode
diagram-creatorGenerates PlantUML C4 architecture diagrams
pseudo-python-modernizerConverts pseudocode to Python/PySpark

Supporting infrastructure:

  • speech-mcp-server for local audio transcription via Whisper
  • file-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 default in 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-demo

Cloud Deployment

ark install marketplace/demos/cobol-modernization-bundle

Upload COBOL files and audio via Ark Dashboard -> Files, then submit the workflow from Argo UI.

Additional Resources

Last updated on