eros-engine-store
Postgres + pgvector persistence for the eros-engine AI companion engine. Uses sqlx with runtime-tokio + tls-rustls.
What's in here
chat— message history per session.memory— two-layer long-term memory (profile + relationship) with pgvector retrieval.affinity— persisted six-dimensional relationship state per session.insight— structured JSONB user profile.persona— persona instances per user.pool—PgPoolconstruction helpers.
SQL migrations ship inside this crate under migrations/ and can be applied with sqlx migrate run --source <path>.
Use it
[]
= "0.1"
= "0.1"
License
AGPL-3.0-only. See LICENSE.