Same recall in any language, in ~320ms, no matter how much you store. No keyword tricks, no LLM in the retrieval path — an honest 85.2% on LongMemEval-S. 어떤 언어든 동일하게, ~320ms에, 저장량과 무관하게 검색합니다. 키워드 꼼수도, 검색 경로의 LLM도 없이 — LongMemEval-S에서 게임 안 한 정직한 85.2%.
curl -X POST api.wontopos.com/api/v1/memory/recall한·일·중·영 동일 품질 · 5개 언어 SDK · 자체호스팅 가능
No keyword or BM25 matching, so recall quality is identical across languages. Mix 한국어, 日本語 and English freely — retrieval doesn't care.키워드·BM25 매칭이 없어 언어가 달라도 검색 품질이 동일합니다. 한국어·일본어·영어를 섞어도 검색은 신경 쓰지 않습니다.
Store, search and recall only call the embedding model — never a language model. Retrieval is deterministic, fast, and cheap. You pay embeddings, not generation.store·search·recall은 임베딩 모델만 호출합니다 — 언어 모델은 절대 부르지 않아요. 검색은 결정적이고 빠르고 저렴합니다. 생성이 아니라 임베딩 비용만 냅니다.
A query returns a small, fixed-size slice — a median of ~1,200 tokens, never more than 1,700 — regardless of how much is stored. Input cost stays flat as memory grows.저장량과 무관하게 작고 고정된 크기만 돌려줍니다 — 중앙값 ~1,200토큰, 최대 1,700토큰. 기억이 늘어도 입력 비용은 그대로입니다.
This guide runs on your own LLM key — not ours. WOS injects the persona and everything it knows about the product and this page as memory; the model just talks. So we're showing you the engine by using it.이 가이드는 우리 키가 아니라 당신의 LLM 키로 작동합니다. WOS가 페르소나와 제품·이 페이지에 대한 모든 정보를 메모리로 주입하고, 모델은 말만 합니다. 즉, 엔진을 직접 써서 엔진을 보여드리는 거예요.
The demo runs on your own key. Available after login — your key stays in this tab and is never stored.데모는 당신의 키로 작동합니다. 로그인 후 사용 가능 — 키는 이 탭에만 머물고 저장되지 않습니다.
Two quick steps. Your key never leaves this browser tab.간단한 두 단계. 키는 이 브라우저 탭을 벗어나지 않습니다.
Connecting a key requires an account, so usage is tied to you and nobody else.키 연결은 계정이 필요합니다. 사용량이 다른 누구도 아닌 당신에게만 연결되도록요.
Security: we never store your key — it lives only in this tab (sessionStorage) and is wiped when you close it. Still, we recommend using a temporary, scoped key and deleting it right after testing.보안: 키는 절대 저장하지 않습니다 — 이 탭(sessionStorage)에만 있고 닫으면 삭제됩니다. 그래도 임시·제한된 키를 쓰고 테스트 직후 삭제하길 권장합니다.
Type any model your key supports — we keep the latest as a default.키가 지원하는 모델명을 직접 입력하세요 — 최신 모델을 기본값으로 채워둡니다.
We report the average of 5 runs, every run shown — not a single best result. The retrieval engine is deterministic; run-to-run variation comes only from the reader model. Full prompts, raw per-run scores, and the method are on the report.단일 최고값이 아니라 5회 평균과 모든 측정값을 공개합니다. 검색 엔진은 결정적이며, 회차 편차는 답변 모델에서만 발생합니다. 전체 프롬프트·회차별 원시 점수·측정 방법은 리포트에 있습니다.
View the full report전체 리포트 보기short-term + long-term + context, ready for your prompt.단기+장기+문맥을 한 번에, 프롬프트에 바로.
add · recall · search · supersede · forget.add · recall · search · supersede · forget.
your host, your keys, your data residency.당신의 서버, 당신의 키, 당신의 데이터.
from wontopos import Client
mem = Client(api_key="wos-...")
mem.add("she prefers tea over coffee", user_id="alice")
# one call → short-term + long-term + context
ctx = mem.recall("what does alice drink?", user_id="alice")Your memory is yours. We hold it — we never look inside.당신의 기억은 당신의 것입니다. 우리는 보관할 뿐, 들여다보지 않습니다.
No human and no model of ours reads your stored memories. Ever.우리 직원도, 우리 모델도 당신의 기억을 읽지 않습니다. 절대로.
Your data is never used to train any model — ours or anyone else's.당신의 데이터는 어떤 모델 학습에도 쓰이지 않습니다 — 우리 것이든 남의 것이든.
One call erases a memory or an entire user. GDPR-ready, no traces.한 번의 호출로 기억 하나 또는 사용자 전체를 삭제. GDPR 대응, 흔적 없음.
LLM keys are sent per request, never stored. Memories isolated per account & user.LLM 키는 요청마다 전달되고 저장되지 않습니다. 기억은 계정·사용자별로 격리됩니다.
Download a compact, LLM-friendly spec of the whole API. Drop it into your IDE or any coding agent and start building — no docs spelunking.전체 API를 LLM이 이해하기 쉬운 형태로 압축한 파일을 받으세요. 사용하는 에디터나 코딩 에이전트에 넣으면 바로 시작 — 문서를 헤맬 필요 없습니다.
# Wontopos (WOS) — Long-term memory for AI agents > Pure semantic retrieval. No LLM in the path. > Bounded, fixed-size recall. We never train on, > view, or use your data. ## Core endpoints - /memory/store {user_id, content} - /memory/search {user_id, query} - /memory/recall {user_id, query} # one-call ctx ...
Free to start. ~320ms recall, every language, bounded cost. Your data stays yours.무료로 시작하세요. ~320ms 검색, 모든 언어, 고정 비용. 데이터는 당신의 것입니다.