#!/usr/bin/env node /** * AgentKits Memory Viewer CLI * * Simple CLI to view memory database contents. * * Usage: * npx @aitytech/agentkits-memory viewer [options] * * Options: * --stats Show database statistics * --list List all entries * --namespace=X Filter by namespace * --limit=N Limit results (default: 20) * --json Output as JSON * --export Export all to JSON file * * @module @agentkits/memory/cli/viewer */ export {}; //# sourceMappingURL=viewer.d.ts.map