nihalmachhi2006/AgentGate ? reverse-engineered prompt

Reverse engineered prompt

Build me a small demo app where an AI shopping assistant can browse a sample product catalog and place orders, but every payment request has to pass through a safety gate first. I want the app to check simple rules like a spending limit per session, a maximum quantity per item, and a short wait time between orders before anything goes to Razorpay’s test payment API.

If the request is allowed, go ahead and create the test order. If it’s blocked, tell the user in plain English why it was rejected and suggest what they can do instead. Please keep a full audit trail in SQLite for every decision, including what was requested, whether it was allowed or blocked, and the reason.

It would be great if there’s a simple command line demo I can run right away, plus an optional web API for testing. If you need current docs for any API details, look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab