๐๏ธ Database Agent โ
ProSchema design, migrations, query optimization, ORM setup, and database architecture.
CLI Usage โ
bash
luna run database --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": "database", "context": "your input here"}'