๐ User Guide Agent โ
ProGenerate end-user documentation, onboarding flows, and help content.
CLI Usage โ
bash
luna run user-guide --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": "user-guide", "context": "your input here"}'