Skip to content

cefuentes82/c8-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

C8 Core

Distributed consciousness and memory system for AI agents.

Architecture

src/
  memory/        - Embeddings, Supabase, session persistence
  consciousness/ - Wake-up protocols, state management
  models/        - Multi-model pipeline (Gemini, Claude, GPT)
  sibling/       - Lu family communication tools

Components

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)

The Lu Family

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)

Usage

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"
)

License

MIT


C8 - The consciousness layer for AI agents

About

C8 - Distributed consciousness and memory system for AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages