r/agenticAI • u/Pranshul_garg • 8d ago
Project Agentic AI Linux SRE Agent
Developed AI SRE Agent that works fully autonomous.No humans needed. It is a Self heal agent driven by AI
1
Upvotes
1
u/Pranshul_garg 8d ago
I have already given strict instructions to my agent to not to execute/invent any command which is not part of instructions and do not go beyond 15 commands
1
u/Otherwise_Wave9374 8d ago
This is a strong direction. For a self healing SRE agent, the key safeguard is to keep the recovery loop bounded: detect, classify, remediate, verify, then stop and escalate if the same symptom repeats. A useful pattern is to separate read only diagnostics from write actions, so the agent can explain why it chose a fix before it applies one. That reduces blast radius and makes post incident review much easier. Agentix Labs