๐ Deployment Agent โ
FreeCreate CI/CD pipelines, Docker configurations, and cloud deployment scripts.
CLI Usage โ
bash
luna run deployment --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": "deployment", "context": "your input here"}'