Store the record
Write interactions and durable state to your hosted project or synchronized source. Keep ownership, timestamps, and application identifiers with each record.
AGENT MEMORY
Give agents access to prior interactions, decisions, and the relationships between them.
Conversations, events, user preferences, and decisions are useful memory only when your application can retrieve the relevant parts. Store the records in Postgres and make relationships explicit where one event changes the meaning of another.
An agent preparing a follow-up can retrieve related conversations, then follow their connections to decisions and unresolved work.
Explore the retrieval tools ↗Decision memory
Select a source to recover part of the decision.
The test record establishes the constraint used in the planning discussion. It is evidence from that date, not a claim about current capacity.
Write interactions and durable state to your hosted project or synchronized source. Keep ownership, timestamps, and application identifiers with each record.
Use an AI Context collection to find related material. Follow graph relationships to the user, project, or decision that gives it context.
Pass the selected records to your agent with their identifiers. Apply your application’s access rules and retention policy throughout the workflow.
LET’S BUILD
Start with your Postgres. Explore what Polygres can do.