GenAIDevTOProd commited on
Commit
1cb1196
·
verified ·
1 Parent(s): bb8104d

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +2 -0
readme.md CHANGED
@@ -1,4 +1,5 @@
1
  Description -
 
2
  InfraResilience Agent is a Memory + Chain-of-Thought + Persona (MCP) powered LangChain agent designed for infrastructure modernization and resilience test planning.
3
  It accepts a description of a legacy technology stack and an optional outage scenario, then generates:
4
 
@@ -9,6 +10,7 @@ Resilience Strategy — test scenarios, fault-injection drills, disaster recover
9
  Reasoning Summary — short, human-readable rationale
10
 
11
  Features -
 
12
  MCP: Conversation memory for multi-turn context
13
 
14
  LangChain Agent: Tool-using agent with deterministic helpers
 
1
  Description -
2
+
3
  InfraResilience Agent is a Memory + Chain-of-Thought + Persona (MCP) powered LangChain agent designed for infrastructure modernization and resilience test planning.
4
  It accepts a description of a legacy technology stack and an optional outage scenario, then generates:
5
 
 
10
  Reasoning Summary — short, human-readable rationale
11
 
12
  Features -
13
+
14
  MCP: Conversation memory for multi-turn context
15
 
16
  LangChain Agent: Tool-using agent with deterministic helpers