๐ Post-Launch Review Agent โ
ProProduction readiness audit โ performance, security, monitoring, and compliance.
CLI Usage โ
bash
luna run post-launch-review --context "your input here"API Usage โ
bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"agent": "post-launch-review", "context": "your input here"}'