ChaserFrank/Inteliigent-Backend-Operations-Agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a Django API that acts like an intelligent backend operations assistant. I want it to accept backend events like errors, exceptions, and security alerts, then analyze each one, decide what should happen next, and optionally carry out the action. It should have endpoints for analyzing an event, deciding an action, executing an action, validating a payload, and checking health.
Make the responses easy to understand, with useful fields like category, severity, priority, reason, and metadata. Include a simple rule based fallback for the analysis and decision logic, but leave a clear place to plug in IBM watsonx later if I want real AI models. Please add input validation, good error handling, logging, and API docs so I can test everything from Swagger or an OpenAPI schema. It should be ready to run locally with environment settings, migrations, and a clean README that shows example requests and responses.
Are you gonna build this?
make sure you review the code using coderabbit