@tekmemo/cloud-client
v0.1.1
Published
Project-scoped TekMemo Cloud API client, cloud runtime, and hybrid runtime helpers.
Maintainers
Readme
@tekmemo/cloud-client
Purpose
Cloud client. Project-scoped TekMemo Cloud API client used by CLI, MCP, AI SDK, and custom apps.
Install
npm install @tekmemo/cloud-clientQuick start
import { createTekMemoCloudClient } from "@tekmemo/cloud-client";
const client = createTekMemoCloudClient({
baseUrl: "https://memo.tekbreed.com/api/v1",
apiKey: process.env.TEKMEMO_API_KEY!,
defaultProjectId: "proj_123",
});
const context = await client.context.compose({ query: "current task" });Boundary
This package owns its package-level contract only. It does not own TekMemo Cloud billing, dashboards, tenancy, hosted database storage, or provider secrets unless explicitly stated by its package name.
For hosted memory, use @tekmemo/cloud-client. For local file-backed memory, use tekmemo with @tekmemo/fs. For MCP tools, use @tekmemo/mcp-server.
License
MIT.
