TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.memory.lucidVerifyMemoryChain({ agentPassportId: "<id>", namespace: "<value>", }); console.log(result); } run();
{ "success": true, "data": { "valid": true, "chain_length": 123, "broken_links": [ "<string>" ] } }
Documentation IndexFetch the complete documentation index at: https://docs.lucid.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Lucid API key (lk_live_... or lk_test_...)
OK
Show child attributes