CSA LangGraph Pipeline Architecture

Three decisions needed to move the pipeline to production
Date: 2026-03-01 • From: Jonathan (Architect)
Completion
0 of 3 decisions
1
LangGraph Platform Deployment Strategy
The pipeline supports local CLI, FastAPI webhook, and Claude Code bridge. LangGraph Platform enables Docker-based deployment with Studio UI for visual debugging. Where should the pipeline run in production?
2
Checkpointer Migration Path
Currently using SqliteSaver for single-machine persistence. PostgresSaver is a one-line code change but requires a running PostgreSQL instance. What persistence backend for pipeline state?
3
Webhook Integration Priority
Three webhook integrations are built and tested but not yet wired to live services. Enabling them determines how the pipeline gets triggered automatically. Which to enable first?

Response Summary