TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.memory.lucidListMemorySessions({ xAgentPassportId: "<id>", }); console.log(result); } run();
{ "success": true, "data": [ { "session_id": "<string>", "agent_passport_id": "<string>", "namespace": "<string>", "status": "active", "turn_count": 123, "total_tokens": 123, "summary": "<string>", "created_at": 123, "last_activity": 123 } ] }
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