Metadata-Version: 2.5
Name: sea-memory
Version: 0.1.0
Summary: self-evolving-agent CLI — local-first Markdown memory system (memory layering / distillation / skill management)
License: MIT
Requires-Python: >=3.11
Requires-Dist: rich>=13
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# sea-memory

Local-first Markdown memory system for AI agents — memory layering, experience distillation, skill evolution. The minimal executable form of [self-evolving-agent](https://github.com/3loveljw2/self-evolving-agent).

```bash
pip install sea-memory
sea init
sea add "2026-08-16 开始使用 sea"
sea status
```

## Features

- **Memory is just files** — Markdown, readable, diffable, git-versioned
- **Bilingual layering** — Chinese & English entries auto-classified (L1 scratch / L2 logs / L3 knowledge)
- **Local-first** — your data never leaves your machine
- **Distillation-ready** — L3 rules require human confirmation (auditable, no memory pollution)

## Commands

```
sea init      # create ~/.sea/ memory layout
sea add       # append memory (auto-classified), --level to force, --show to print level
sea status    # per-level file stats
sea read      # read a level's entries
sea version   # print version
```

## License

Code: MIT · Docs: CC BY 4.0

## Links

- GitHub: https://github.com/3loveljw2/self-evolving-agent
- Architecture: https://github.com/3loveljw2/self-evolving-agent/blob/main/ARCHITECTURE.md
