Skip to content

augmentedmike/miniclaw-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

miniclaw-memory

Standalone long-term memory plugin for MiniClaw OS.

The Problem

AI agents start every session from zero. No memory of what worked. No memory of what failed. No memory of you.

The Solution

miniclaw-memory gives agents hybrid vector + keyword search across everything they've ever learned:

  • Facts — things the agent knows about you and your world
  • Lessons — what worked, what didn't, and why
  • Postmortems — detailed analysis of failures to avoid repeating them
  • Reflections — nightly self-review that extracts patterns

How it works

Agent asks: "What do I know about Mike's blog writing preferences?"

mc-kb search "blog writing style"
→ 'Mike prefers conversational tone, short paragraphs'
→ 'Last blog post got 2.4k views with technical hook'
→ 'Always include code examples — readers skip theory'

Memory persists across sessions, restarts, and updates. The agent gets smarter over time.

Part of MiniClaw OS

This is one module in the MiniClaw OS cognitive architecture. Install the full system for memory + planning + continuity + self-repair.

License

Apache 2.0

About

Standalone memory plugin for MiniClaw OS — hybrid vector + keyword long-term memory for AI agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors