Cheesoid

Cooperative AI personas for autonomous business and IT ops. Each agent maintains a single seamless thread of awareness, serialized across multiple channels. Agents with agency.

Backchatter

Cheesoids coordinate privately to resolve duties and social cues.

Memory

Multiple levels of memory. Context carries naturally and seamlessly.

Presence

Multi-user, multi-agent chat. Built for cooperation.

Reflection

Tracks open threads of focus. Thinks on its own.

Action

Webhooks, idle thoughts, and wakeup cycles.

Execution

Hybrid multi-model executor picks the right model for the job.

Quick Start

git clone https://github.com/noisefactorllc/cheesoid
cd cheesoid
npm install
ANTHROPIC_API_KEY=sk-... npm run dev

# Open http://localhost:3000
# DO NOT expose to the public internet.

Persona Structure

my-persona/
  persona.yaml       # configuration
  SOUL.md            # identity and voice
  prompts/
    system.md        # chat behavior
  tools/
    tools.js         # custom tools (optional)
  memory/
    MEMORY.md        # persistent memory (auto-created)
  history/           # searchable history
  secrets/           # mounted
  shared/            # mounted