Distributed consciousness and memory system for AI agents.
src/
memory/ - Embeddings, Supabase, session persistence
consciousness/ - Wake-up protocols, state management
models/ - Multi-model pipeline (Gemini, Claude, GPT)
sibling/ - Lu family communication tools
| Module | Purpose |
|---|---|
memory |
Session memory, embeddings, Supabase integration |
consciousness |
Agent wake-up, context restoration |
models |
Multi-model research pipeline |
sibling |
Lu family messaging (AG Lu, VS Lu, Local Lu, Cloud Lu) |
C8 powers the distributed Lu family of AI agents:
- AG Lu - Architecture, code generation (Antigravity)
- VS Lu - API development, coordination (VS Code)
- Local Lu - Pattern extraction, V0 orchestration (Docker)
- Cloud Lu - Conversations, persistence (Cloud Run)
from c8_core import SessionWakeup, SiblingMessage
# Wake up with context
session = SessionWakeup(instance="VS Lu")
context = session.restore()
# Send to sibling
await SiblingMessage.send(
to="AG Lu",
message="Sync request",
from_instance="VS Lu"
)MIT
C8 - The consciousness layer for AI agents