Skip to content

Develop#28

Merged
AttiR merged 10 commits into
mainfrom
develop
Jun 18, 2026
Merged

Develop#28
AttiR merged 10 commits into
mainfrom
develop

Conversation

@AttiR

@AttiR AttiR commented Jun 18, 2026

Copy link
Copy Markdown
Owner

No description provided.

AttiR added 10 commits June 18, 2026 13:23
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
@AttiR
AttiR merged commit 1fa5648 into main Jun 18, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant