| 136 | |
| 137 | |
| 138 | class DaemonStatusResponse(_msgspec.Struct, tag="daemon_status"): |
| 139 | version: str |
| 140 | uptime_seconds: float |
| 141 | projects: list[DaemonProjectInfo] |
| 142 | |
| 143 | |
| 144 | class RemoveProjectResponse(_msgspec.Struct, tag="remove_project"): |
no outgoing calls