Document RAG
Ingest docs, answer with citations.
Read docsA private, company-owned knowledge base with grounded citations and durable semantic memory — the context agents reason with, and it compounds across every run.
postgres://agent@db.usenaive.com:5432
JWT · sessions
Object storage
live sync
serverless
SQS · workers
scheduled
$ naive up --plan
Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Agent-Native Brain for you.
Read https://usenaive.ai/skill.md and set up Naïve for Agent-Native Brain in my project.
Ingest documents once, ask grounded questions with citations, and write durable facts that survive the run — Postgres-owned end to end, with provable deletion.
Ingest docs, answer with citations.
Read docsFacts and entities that compound.
Read docsEntities, relations, and timelines.
Read docsKey-value context per run.
View primitiveIngest once, answer with citations, and keep durable memory future runs inherit — one company-scoped knowledge base, private by default.
Ingest text, URLs, or files once, then ask grounded questions and get answers with citations that map back to your own documents — a citation that can't be traced to your sources is dropped, so answers never leak another tenant's data.
$ naive brain add --file ./handbook.pdf
$ naive brain query "What is our refund policy?"Write durable facts, entities, and relationships as the workforce operates, then recall or reason over them on later runs — memory that compounds instead of resetting each session.
$ naive brain remember "Acme prefers quarterly invoicing" --source crm
$ naive brain recall "Acme invoicing"
$ naive brain think "How should we bill Acme?"Explore the entities and relationships Brain has learned and walk the timeline of what was true when — every claim carries provenance back to the run that produced it.
$ naive brain graph --entity "Acme Corp"
$ naive brain timeline --entity "Acme Corp"Destructive operations are approval-gated for agent callers, deletes return a provable DeletionReceipt, and agent-written memory can route through a proposal → review → promotion gateway so canonical company memory is never silently mutated.
$ naive brain forget episode ep_5533 --reason "superseded" # 202 + pending approvalA private knowledge base with grounded answers, durable semantic memory, and provable deletion — one API.
Primitives and Lab research in the same capability area.