Persist Now, Model Later
Capture agent context today while your target schema evolves.
SELECT record_event('agent:summarized', ...); Open Source / PostgreSQL
For teams who want operational data and agent memory in their own Postgres, not scattered across SaaS platforms.
Rye is a flexible graph schema that handles contacts, tasks, events, and agent context in one place — your PostgreSQL database. No platform migration. No vendor lock-in. Start capturing context now and evolve your data model as you learn.
Capture agent context today while your target schema evolves.
SELECT record_event('agent:summarized', ...); Overlay on current systems of record. No migration required.
SELECT track_table('public','contacts'); Data never leaves your Postgres. Row-level security enforces access on every query.
SELECT agent_node_summary(node_id); Four steps from install to production agent queries.
SELECT rye_catalog(); link_record(...) + track_table(...) record_event(...) + supersede_assertion(...) agent_node_summary(...) + current_assertions Run the quickstart to have a working Rye instance in minutes, or read the overview to understand the architecture first.