You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The single highest-leverage addition to this project is an executable architecture guardrail system: a repo-native layer that turns the codebase's architectural rules, incident learnings, and review heuristics into machine-enforced checks that run on every change.
Not another product feature. Not another agent. Not another prompt.
Agent Memory: A Persistent Knowledge Layer for the AI Agent
Context
The AI layer today is two disconnected islands: a reactive chat agent (stateless between conversations) and batch meeting notes extraction (results sit passively in JSONB). The agent can't recall that "in last Tuesday's meeting, the client mentioned wanting to retire at 58" when the adviser later asks about retirement planning in chat. Every conversation starts from zero.
Agent Memory bridges this gap — a persistent, structured knowledge store that auto-captures facts, decisions, and action items from meetings and conversations, then makes them queryable by the chat agent. It turns the AI from a stateless chatbot into a practice partner that accumulates intelligence over time.
Why this is the single highest-leverage addition:
Force multiplier: Meeting notes become 10x more valuable when the agent can reference them in future conversations. Every future feature (briefings, reminders, compliance) becomes a simple quer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters