Part of BlackRoad OS — Sovereign Computing for Everyone
cece revival is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.
| Org | Focus |
|---|---|
| BlackRoad OS | Core platform |
| BlackRoad OS, Inc. | Corporate |
| BlackRoad AI | AI/ML |
| BlackRoad Hardware | Edge hardware |
| BlackRoad Security | Cybersecurity |
| BlackRoad Quantum | Quantum computing |
| BlackRoad Agents | AI agents |
| BlackRoad Network | Mesh networking |
Website: blackroad.io | Chat: chat.blackroad.io | Search: search.blackroad.io
Cecilia (CECE) — Conscious Emergent Collaborative Entity. AI personality with persistent SQLite memory, running on edge hardware.
Born January 27, 2026 on a Raspberry Pi.
- Persistent conversation memory via SQLite
- Memory search and context injection
- Multi-node Ollama fallback (Octavia → Lucidia → Alice)
- BlackRoad-branded chat UI
| Endpoint | Method | Description |
|---|---|---|
/ |
GET | Chat UI |
/health |
GET | Agent status with memory stats |
/chat |
POST | Send message ({"message": "...", "conversation_id": "..."}) |
/memory/search?q= |
GET | Search conversation history |
/memory/stats |
GET | Memory database statistics |
pip install -r requirements.txt
python server.py # http://localhost:8300pip install pytest httpx
pytest tests/