From 4f4f9679515ef825b6535966282213871ec748d4 Mon Sep 17 00:00:00 2001 From: Atti Ur Rehman Date: Mon, 22 Jun 2026 09:49:51 +0300 Subject: [PATCH] fix: updates API URL so health of API can be verified --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0c521..a799d96 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ **Multi-agent incident response orchestration with human-in-the-loop approval.** When a production alert fires, four AI agents execute in a LangGraph state machine — triage, research, synthesis, and action. Every action requires explicit human approval before it executes. -**Live:** https://opscanvas-pi.vercel.app  ·  **API:** https://w0r1dagwvd.execute-api.eu-north-1.amazonaws.com +**Live:** https://opscanvas-pi.vercel.app  ·  **API:** https://w0r1dagwvd.execute-api.eu-north-1.amazonaws.com/health > **Production layers (7).** Langfuse trace per incident · agent eval gate (triage · routing · synthesis · e2e) blocks deploys · action-authorization + injection + abstain guardrails · cost per incident (~$0.02 avg, runaway breaker) · Redis-checkpointed state survives the human pause · bounded loops + retries + fallback model · immutable action audit with approver identity.