Back to browse
GitHub Repository

Production-grade multi-agent LangGraph template — per-run cost caps, canary pack versioning, Helm/KEDA, 800+ tests

4 starsPython

Production-grade LangGraph template

by Brescou·Jul 15, 2026·2 points·0 comments

AI Analysis

●●SolidShip ItNiche Gem

LangGraph Platform alternative with per-run cost caps and Helm charts included.

Strengths
  • Per-run USD budgets that return HTTP 402 on overrun prevents runaway costs.
  • Canary pack versioning with traffic weights allows safe model updates.
  • Supply chain security with SBOM and Cosign signing on main branch.
Weaknesses
  • No built-in OAuth2 or OIDC means you must build your own auth layer.
  • Complexity of managing Kubernetes might be overkill for smaller teams.
Target Audience

ML engineers deploying agents to Kubernetes

Similar To

LangGraph Platform · Agent Service Toolkit

Similar Projects

Security●●Solid

Generate baseline Kubernetes NetworkPolicies from rendered manifests

It statically parses rendered manifests and common config files (Helm, Docker Compose, Spring Boot, .env, build files) to emit per-service ingress+egress NetworkPolicies—no cluster access needed. That offline, config-driven approach is smart and practical for PR-based workflows, though it will still need runtime validation for dynamic cases (headless services, service mesh/DNS/egress quirks) before you slam policies into prod.

Niche GemSolve My Problem
dormstern
104mo ago
Open Source●●Solid

Open-Source AI Contact Center

Connectors are delightfully pragmatic — one TypeScript file exposes a business system via MCP that any agent can call. The observation layer records full tool-call traces (inputs, outputs, latencies, errors, CSAT), which is exactly the kind of operational telemetry missing from ad-hoc agent demos. It's ambitious: you get config, analytics, and connector plumbing out of the box, but expect nontrivial ops work to self-host and swap voice stacks.

Solve My ProblemNiche Gem
arturwala
225mo ago