When building autonomous agents for production infrastructure, autonomy without guardrails is dangerous. Standard chatbots can only suggest solutions, while unconstrained scripts can inadvertently cause downtime.
For The Agent Harness Hackathon, I built SentryOps—an autonomous incident response agent powered by TrueForge and code-reviewed by Qodo. SentryOps connects directly to telemetry systems and follows a strict remediation loop:
TrueForge provided the critical agent harness layer:
Following hackathon best practices, all development went through Pull Requests analyzed by Qodo. Qodo helped validate state-transition edge cases, enforced Pydantic schema validation on API payloads, and verified test coverage before any merge into main
.
Check out the code and PR history: GitHub Repository