unicity-aos/capsule-memory
Cross-session memory. Reads local memory state and injects it into the system prompt through hooks. Part of Unicity AOS. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 91
- Release rhythm 92
- Longevity 12
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 25
- age_days: 170
- days_rel: 55
- days_push: 55
- n_releases_24m: 2
Adoption not part of the score
8533 stars · 20 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Rust WASM capsule that provides cross-session memory for Astrid OS agents by hooking into prompt assembly and injecting workspace memory files into the system prompt. It is read-only, relying on existing filesystem tools for writes, and enforces a 32KB truncation cap.
Use cases
- give my AI agent memory across sessions
- persist agent context between conversations
- inject saved notes into the system prompt automatically
- remember what happened in previous agent runs
- add long-term memory to an OS-style agent
When to choose
- you run Astrid OS agents and need persistent context across sessions
- you want memory injection without adding new agent tools
- you need bounded memory to protect the context window
When to avoid
- you need a standalone memory solution outside Astrid OS
- you need the agent to write memory through this capsule itself
- you need memory larger than 32KB
Facets
plugin · maturity active
agent-framework prompt-engineering rag file-system large-language-models developer-tools rust wasm cross-platform agent-memory cross-session system-prompt-injection hook-based capsule astrid-os ai-agents
1 source
- readme: https://github.com/unicity-aos/capsule-memory · fetched 2026-08-28 · 7e2ecc548b22
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unicity-aos/capsule-memory | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="unicity-aos/capsule-memory")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem