Skip to content

๐Ÿ—๏ธ Design Architect Agent โ€‹

Free

System architecture design, component structure, and data flow planning.

CLI Usage โ€‹

bash
luna run design-architect --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": "design-architect", "context": "your input here"}'

Built with โค๏ธ for developers