stats() / clear()
Introspection and organization-scoped wipe helpers.
stats()
const s = await ctx.stats();
// memory counts, models, storage infollmModel may be null when no LLM is configured.
clear()
await ctx.clear(); // organization-scoped, destructive