2:I[7382,["6137","static/chunks/6137-736c50599a943692.js","2972","static/chunks/2972-ef0abf2c41a2d5d4.js","7504","static/chunks/app/(marketing)/docs/quickstart/page-d7503ad6b013021c.js"],"CodeBlock"]
3:I[2972,["6137","static/chunks/6137-736c50599a943692.js","2972","static/chunks/2972-ef0abf2c41a2d5d4.js","7504","static/chunks/app/(marketing)/docs/quickstart/page-d7503ad6b013021c.js"],""]
4:I[4707,[],""]
5:I[6423,[],""]
6:I[6943,["6137","static/chunks/6137-736c50599a943692.js","6797","static/chunks/6797-4dbe642c8fd0ae0a.js","946","static/chunks/946-e72d602ee78b2d72.js","2972","static/chunks/2972-ef0abf2c41a2d5d4.js","2567","static/chunks/2567-3326faa577cbc67f.js","2979","static/chunks/app/(marketing)/docs/layout-6286df31aa5ca0ce.js"],"default",1]
7:I[4873,["6137","static/chunks/6137-736c50599a943692.js","6797","static/chunks/6797-4dbe642c8fd0ae0a.js","946","static/chunks/946-e72d602ee78b2d72.js","16","static/chunks/16-0470043dee45584b.js","2972","static/chunks/2972-ef0abf2c41a2d5d4.js","5915","static/chunks/5915-ad0b336dee15b236.js","3185","static/chunks/app/layout-c2276ee34391fc30.js"],"Providers"]
8:I[6151,["6137","static/chunks/6137-736c50599a943692.js","6797","static/chunks/6797-4dbe642c8fd0ae0a.js","946","static/chunks/946-e72d602ee78b2d72.js","16","static/chunks/16-0470043dee45584b.js","2972","static/chunks/2972-ef0abf2c41a2d5d4.js","5915","static/chunks/5915-ad0b336dee15b236.js","3185","static/chunks/app/layout-c2276ee34391fc30.js"],"Shell"]
9:{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"}
a:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
b:{"display":"inline-block"}
c:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
0:["SukOXPARbdabeqthHy-f0",[[["",{"children":["(marketing)",{"children":["docs",{"children":["quickstart",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",{"children":["(marketing)",{"children":["docs",{"children":["quickstart",{"children":["__PAGE__",{},[["$L1",["$","article",null,{"className":"max-w-2xl","children":[["$","div",null,{"className":"tech-label mb-4","children":"Quickstart"}],["$","h1",null,{"className":"display text-[36px]","children":"Your first memory in five minutes"}],["$","p",null,{"className":"mt-3 text-pretty leading-relaxed text-muted","children":"Store a belief, query it, and see why it's believed. Every snippet below is real and runs against the same API the dashboard uses."}],["$","ol",null,{"className":"mt-10 space-y-10","children":[["$","li","0",{"className":"relative border-l pl-8","children":[["$","span",null,{"className":"absolute -left-[13px] top-0 grid h-6 w-6 place-items-center rounded-full border bg-bg text-2xs font-semibold","children":1}],["$","h2",null,{"className":"font-semibold","children":"Install the SDK"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"The embedded engine runs offline with full semantics. No key is needed to start."}],["$","div",null,{"className":"mt-3","children":["$","$L2",null,{"tabs":[{"label":"Python","code":"pip install omem"},{"label":"TypeScript","code":"npm i @omem/sdk"}]}]}]]}],["$","li","1",{"className":"relative border-l pl-8","children":[["$","span",null,{"className":"absolute -left-[13px] top-0 grid h-6 w-6 place-items-center rounded-full border bg-bg text-2xs font-semibold","children":2}],["$","h2",null,{"className":"font-semibold","children":"Create a client"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"Point at the cloud with your key, or run fully in-process while prototyping."}],["$","div",null,{"className":"mt-3","children":["$","$L2",null,{"tabs":[{"label":"Python","code":"import omem\n\nmem = omem.Client()            # OMEM_API_KEY from env\n# mem = omem.Client(embedded=True)   # offline, no key"}]}]}]]}],["$","li","2",{"className":"relative border-l pl-8","children":[["$","span",null,{"className":"absolute -left-[13px] top-0 grid h-6 w-6 place-items-center rounded-full border bg-bg text-2xs font-semibold","children":3}],["$","h2",null,{"className":"font-semibold","children":"Remember a belief"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"Attribute the claim to an agent and, optionally, ground it in an event."}],["$","div",null,{"className":"mt-3","children":["$","$L2",null,{"tabs":[{"label":"Python","code":"alice = mem.entity(\"customer:alice\")\nbot   = mem.agent(\"support-bot@v2.1\")\n\nmem.remember(bot, about=alice,\n    claim=\"prefers_email_over_phone\",\n    because=[mem.event(\"ticket:8842\")])"}]}]}]]}],["$","li","3",{"className":"relative border-l pl-8","children":[["$","span",null,{"className":"absolute -left-[13px] top-0 grid h-6 w-6 place-items-center rounded-full border bg-bg text-2xs font-semibold","children":4}],["$","h2",null,{"className":"font-semibold","children":"Query what it believes"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"Returns a four-valued state: believed_true, believed_false, contradicted, or unknown."}],["$","div",null,{"className":"mt-3","children":["$","$L2",null,{"tabs":[{"label":"Python","code":"mem.believes(alice, \"prefers_email_over_phone\")\n# -> BELIEVED_TRUE"}]}]}]]}],["$","li","4",{"className":"relative border-l pl-8","children":[["$","span",null,{"className":"absolute -left-[13px] top-0 grid h-6 w-6 place-items-center rounded-full border bg-bg text-2xs font-semibold","children":5}],["$","h2",null,{"className":"font-semibold","children":"Ask why"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"Get the evidence, the interval, and any contradictions, the same data the dashboard renders."}],["$","div",null,{"className":"mt-3","children":["$","$L2",null,{"tabs":[{"label":"Python","code":"mem.why(alice, \"prefers_email_over_phone\")\n# -> grounded in ticket:8842 / believed since t=1 / no contradictions"}]}]}]]}]]}],["$","div",null,{"className":"mt-14 border-t pt-8","children":[["$","h3",null,{"className":"font-medium","children":"See it in the dashboard"}],["$","p",null,{"className":"mt-1 text-sm text-muted","children":"Your belief appears live in the Memory Inspector. Open the \"why\" view to trace its provenance and scrub through time."}],["$","div",null,{"className":"mt-4 flex gap-3","children":[["$","$L3",null,{"href":"/overview","className":"inline-flex items-center gap-1.5 rounded-md border border-fg bg-fg px-3 py-1.5 text-[13px] font-medium text-bg transition-colors hover:bg-transparent hover:text-fg","children":["Open dashboard ",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-arrow-right h-3.5 w-3.5","children":[["$","path","1ays0h",{"d":"M5 12h14"}],["$","path","xquz4c",{"d":"m12 5 7 7-7 7"}],"$undefined"]}]]}],["$","$L3",null,{"href":"/playground","className":"inline-flex items-center gap-1.5 rounded-md border px-3 py-1.5 text-[13px] transition-colors hover:bg-bg","children":"Playground"}]]}]]}]]}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(marketing)","children","docs","children","quickstart","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[null,["$","$L6",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(marketing)","children","docs","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}],"params":{}}]],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(marketing)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/fdbeb859d29f54a9.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"children":["$","$L7",null,{"children":["$","$L8",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$9","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$a","children":"404"}],["$","div",null,{"style":"$b","children":["$","h2",null,{"style":"$c","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]}]}]],null],null],["$Ld",null]]]]
d:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Quickstart / OMEM"}],["$","meta","3",{"name":"description","content":"Give your AI memory it can prove."}]]
1:null
