Skip to content

oscar4/My-OpenBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My-OpenBrain

Local-first memory and harness system for agent sessions.

Contents

  • openbrain-lite/ — Phase 1 implementation: SQLite-backed memory, markdown handoff, session lifecycle scripts, and harness stubs. See openbrain-lite/README.md for setup and usage.
  • scripts/ob.py — Delegator to run the openbrain-lite CLI from this repo root (e.g. python scripts/ob.py session-pack). Run bash scripts/verify_bootstrap_from_root.sh to verify the bootstrap-from-root path.

GitHub setup

This repo is ready to push to GitHub. After creating a new repository on GitHub (do not initialize with README):

git remote add origin https://github.com/YOUR_USERNAME/My-OpenBrain.git
git branch -M main
git push -u origin main

Replace YOUR_USERNAME with your GitHub username (or org) and repo name if you chose a different one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors