Skip to content

ZhiniLab/autoglia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoglia (memory-db)

Local-first SQLite memory for OpenClaw-style agents: transcripts, checkpoints, recovery, optional retrieval learning, synthesis facts, and a small Flask dashboard. No cloud — your data stays on your machine.

Requirements

  • Python 3.9+
  • OpenClaw / gateway with JSONL sessions (paths auto-detected; see sync-sessions.py)

Quick start

  1. Clone this repository.
  2. Point MEMORY_DB at your DB path (default ~/memory.db) or use the default.
  3. Run migrations:
python3 migrate.py
  1. Session workflow (typical):
python3 sync-sessions.py
python3 recover.py
  1. Optional: hourly checkpoint + background jobs via memory-agent.py and cron (see SKILL.md and setup.py).

  2. Optional dashboard:

pip install flask
python3 dashboard.py
# http://localhost:5000

Documentation

See SKILL.md in this repo for the full command reference, schema overview, and safety rules.

Contributing

Use Discussions for questions and ideas; open an Issue for bugs. PRs welcome for docs and tests.

Disclaimer

This software interacts with your local filesystem and SQLite. Keep backups (export.py). You are responsible for data you store and how you secure your machine.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors