โ๏ธ Task Executor Agent โ
ProExecute planned tasks step-by-step with code generation and validation.
CLI Usage โ
bash
luna run task-executor --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": "task-executor", "context": "your input here"}'