import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai";
const raijinLabsLucidAi = new RaijinLabsLucidAi();
async function run() {
const result = await raijinLabsLucidAi.passports.getStats();
console.log(result);
}
run();{
"success": true,
"stats": {
"total": 123,
"by_type": {
"model": 123,
"compute": 123,
"tool": 123,
"dataset": 123,
"agent": 123
},
"by_status": {
"active": 123,
"deprecated": 123,
"revoked": 123
}
}
}import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai";
const raijinLabsLucidAi = new RaijinLabsLucidAi();
async function run() {
const result = await raijinLabsLucidAi.passports.getStats();
console.log(result);
}
run();{
"success": true,
"stats": {
"total": 123,
"by_type": {
"model": 123,
"compute": 123,
"tool": 123,
"dataset": 123,
"agent": 123
},
"by_status": {
"active": 123,
"deprecated": 123,
"revoked": 123
}
}
}