replica-omnisciente/daemon.py

15 lines
674 B
Python

# Task Track: Aurelio Daemon & Antigravity Sync
## Backend (Proxmox Central Daemon)
- [x] Create `daemon.py` with FastAPI & FastMCP.
- [x] Implement SSE transport on `/sse`.
- [x] Implement REST endpoints (`/api/brain/list`, `/api/brain/pull`, `/api/brain/push`).
## Extension (Antigravity Integration)
- [ ] Modify `sessionHistoryPanel.ts` to read conversations from `~/.gemini/antigravity/brain`.
- [ ] Add UI indicators to distinguish Antigravity sessions from local Aurelio sessions.
- [ ] Allow pushing Antigravity sessions to the central server.
## Verification
- [ ] Test the backend endpoints locally.
- [ ] Test the VS Code extension loads Antigravity sessions.