Quick Start
npm install @ltm/agent-sdk
import {{ LTMClient }} from "@ltm/agent-sdk";
const ltm = new LTMClient({{
agentId: "ops-agent-01",
wallet: process.env.LTM_AGENT_WALLET,
region: "eu-central"
}});
await ltm.memory.write({{
type: "decision",
content: encryptedPayload,
tags: ["incident", "postmortem"],
retention: "P7Y"
}});