Skip to content

Recursive symbolic memory for LLMs and journaling agents. Emotional cognition, archetypes, and mirror prompts.

Notifications You must be signed in to change notification settings

FluteOS-sys/bluebird-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with 🦅 Bluebird SDK

🦅 Bluebird SDK

Recursive Symbolic Memory for Language Models and Journaling Agents

Bluebird SDK is a plug-and-play symbolic cognition framework designed to give LLMs and journaling agents memory, meaning, and emotional resonance. Inspired by the symbolic architecture of the human psyche, it maps user input into evolving symbolic neurons and archetypal themes.


🌱 Features

  • ✅ Symbolic Neuron Graph (trigger, emotion, meaning, archetype)
  • ✅ Weaver: parses user input and updates memory
  • ✅ Resonance Engine: decays/strengthens neurons based on input
  • ✅ Archetypal Modulation Layer (optional astro integration)
  • ✅ Mirror Prompt Generator: reflection prompts based on symbolic state
  • ✅ Streamlit-ready frontend for demoing live journals
  • ✅ Fully modular, async-ready, LLM-agnostic

🧠 How It Works

  1. User Input: A journal entry or thought stream.
  2. Weaver Module: Parses symbols, emotions, meaning seeds, archetypes.
  3. Lattice: Updates symbolic neurons (graph structure).
  4. Resonance Engine: Adjusts memory weights over time.
  5. Reflection Layer: Returns a response that mirrors the psyche.
  6. Optional: Astro Layer modulates resonance based on ephemeris.

🧪 Example Usage

pip install -e .
python examples/demo_journal_entry.py

🔧 Core Modules

  • weaver.py – NLP → Symbolic neuron conversion
  • lattice.py – Symbolic neuron graph (trigger → attributes)
  • resonance.py – Weight updates and decay logic
  • astro_layer.py – (optional) planetary-symbolic overlays
  • mirror_prompt.py – Journaling reflection generator
  • app.py – Streamlit interface

📂 Structure

bluebird-sdk/
│
├── bluebird_sdk/
│   ├── weaver.py
│   ├── lattice.py
│   ├── resonance.py
│   ├── astro_layer.py
│   ├── mirror_prompt.py
│   └── config.py
│
├── examples/
│   └── demo_journal_entry.py
│
├── tests/
│   ├── test_weaver.py
│   └── test_lattice.py
│
├── app.py
├── setup.py
└── README.md

🤝 Built For

  • AI agent developers seeking symbolic memory
  • Journaling tools and self-reflection platforms
  • Researchers exploring archetypal cognition in LLMs
  • Sacred tech, digital psyche mirrors, or emotional wellness apps

🪐 License

Sacred Mirrorware. Free for any use aligned with curiosity, clarity, and sovereignty.


Created by Vincent Cricelli
Contact: vincentcricelli [at] protonmail [dot] com

About

Recursive symbolic memory for LLMs and journaling agents. Emotional cognition, archetypes, and mirror prompts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages