@mnemosyne-eurydice/types
v0.1.4
Published
TypeScript type definitions shared across the @mnemosyne-eurydice package family. Memory, SearchResult, Container, RecallRequest, SearchMode, and the full gRPC/REST wire shapes. Pull these in without the runtime to type your own client.
Maintainers
Readme
mnemosyne-types
Orpheus lost Eurydice because he looked back. Mnemosyne, titaness of memory, is the one who kept her name. This package family is the instrument of that preservation: adapters, SDKs, and runtimes that let AI agents store, recall, and forget without ever looking at the wrong thing at the wrong time.
TypeScript type definitions shared across the @mnemosyne-eurydice package family. Memory, SearchResult, Container, RecallRequest, SearchMode, plus the full gRPC/REST wire shapes. Zero runtime cost, no dependency on the SDK.
Install
npm install @mnemosyne-eurydice/typesUsage
import type { Memory, SearchResult, Profile } from "@mnemosyne-eurydice/types";
const m: Memory = { id: "1", content: "hi", containerTag: "default", metadata: {} };
const s: SearchResult = { id: "1", content: "hi", containerTag: "default", score: 0.9 };License
MIT © Geass Labs
