punch-memory 0.1.0

Persistence layer for Punch — SQLite-backed storage for fighters, bouts, memories, and knowledge.
Documentation

punch-memory

Persistence layer for the Punch Agent Combat System.

All storage is backed by SQLite via rusqlite. The [MemorySubstrate] wraps a connection behind a tokio::sync::Mutex so it can be shared safely across async tasks.