01
Ingest
Authenticated events arrive from trusted sources and are appended to a durable JSONL queue.
Memory architecture
FrankAI uses an owned memory layer so the selected AI model can receive relevant context just in time without pretending the model itself permanently remembers Ray or the business.
01
Authenticated events arrive from trusted sources and are appended to a durable JSONL queue.
02
Events keep source, kind, timestamps, privacy level, text and safe metadata in a consistent shape.
03
A searchable index is rebuilt from the queue so new memory becomes available after ingestion.
04
Runtime search returns bounded excerpts with citations instead of dumping uncontrolled raw history.
Boundary rules
Current live APIs: authenticated memory ingest and authenticated memory search.
Review governance