Conversation
7 layers on top of the working LangGraph incident graph:
1 Observability Langfuse trace per incident, spans per node,
session_id stitches the run across the human pause
2 Evaluation agent eval suite (triage acc, routing=1.0,
synthesis judge, e2e) CI-gated, blocks merge
3 Guardrails action authorization in code, alert-injection scan,
Slack payload validation, low-confidence abstain
4 Cost cost per incident across 4 nodes + Tavily,
per-account cap, runaway circuit breaker
5 Durability Redis checkpointer, resume from node after cold start,
idempotent Slack action, 48h approval TTL
6 Reliability recursion + feedback-loop caps, node timeouts,
retries w/ backoff, fallback model, Tavily breaker, DLQ
7 Security immutable action audit log w/ approver identity,
secrets hygiene, PII scrubbing, least-privilege IAM
feat(production): full agent production layer (#25)
fix(ci): remove secrets from job if — unblock workflow validation
Make agent-eval informational unless EVAL_GATE_ENFORCED is set
fix(ci): survive pytest failure under bash errexit in agent-eval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.