Keeper Architecture
Keeper is the structured task system behind Luna.
flowchart TD
A[User] --> B[Luna Interface]
B --> C[Keeper]
C --> D[Task Graph]
D --> E[Tasks]
E --> F[Blockers / Dependencies]
E --> G[Execution Layer]
G --> H[Code / Infra / DB Agents]
H --> I[Results]
I --> C
C --> J[Structured Output]
J --> B