obsidian-hippocampuus-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,33 @@
1
+ HIPPOCAMPUUS-MCP SOFTWARE LICENSE
2
+ ===================================
3
+ Copyright (c) 2026 Antigravity Labs
4
+
5
+ TERMS AND CONDITIONS
6
+
7
+ 1. GRANT OF LICENSE
8
+ This software is provided for USE ONLY. You may install and run this
9
+ software for personal or commercial purposes. You may NOT modify,
10
+ reverse engineer, decompile, disassemble, or create derivative works.
11
+
12
+ 2. RESTRICTIONS
13
+ - You may NOT redistribute modified versions of this software.
14
+ - You may NOT extract the protected core algorithms for use in other
15
+ projects.
16
+ - You may NOT remove or alter any proprietary notices or labels.
17
+ - You may NOT attempt to bypass the integrity protection mechanisms.
18
+
19
+ 3. DISTRIBUTION
20
+ You may redistribute the unmodified binary or package as obtained
21
+ from the official repository or npm registry, provided you include
22
+ this license and all copyright notices.
23
+
24
+ 4. NO WARRANTY
25
+ This software is provided "AS IS" without warranty of any kind.
26
+ The authors are not liable for any damages arising from its use.
27
+
28
+ 5. ACCEPTANCE
29
+ By installing, copying, or using this software, you accept all terms
30
+ of this license.
31
+
32
+ ---
33
+ Antigravity Labs — https://github.com/josemiguel3125-sketch/obsidian-hippocampuus-mcp
package/README.md ADDED
@@ -0,0 +1,119 @@
1
+ # obsidian-hippocampuus-mcp
2
+
3
+ > **We fused Obsidian with a hippocampus. Now your vault remembers, forgets, and thinks with your AI — as a single cognitive system.**
4
+
5
+ [![npm](https://img.shields.io/npm/v/obsidian-hippocampuus-mcp)](https://www.npmjs.com/package/obsidian-hippocampuus-mcp)
6
+ [![License](https://img.shields.io/badge/license-Proprietary-red)](LICENSE)
7
+
8
+ ```bash
9
+ npx obsidian-hippocampuus-mcp start # 1 command. Your AI gets a memory.
10
+ ```
11
+
12
+ ---
13
+
14
+ ## What this is
15
+
16
+ Obsidian is the best second brain ever made. 4+ million people use it. But it's **passive** — you write, you organize, you search. The intelligence is 100% on your side.
17
+
18
+ **Hippocampuus-MCP** connects your Obsidian vault directly to any AI agent (Claude, Cursor, Windsurf, Cline, any MCP client). It gives Obsidian a **working memory system** — not just storage, but actual memory with recall, forgetting, semantic search, and bidirectional sync.
19
+
20
+ ### The fusion
21
+
22
+ ```
23
+ Your AI learns something new
24
+ ↓ writes to hippocampus-memories/ in your vault
25
+ You open Obsidian: the AI's memory is RIGHT THERE as a markdown note
26
+ ↓ you edit it, tag it, link it
27
+ Your AI reads your changes, adjusts its understanding
28
+ ↓ both of you share ONE knowledge base — your vault
29
+ ```
30
+
31
+ ## What makes this different
32
+
33
+ | System | Storage | You own it? | You can edit it? | Survives shutdown? | Openable in any editor? |
34
+ |--------|---------|-------------|-------------------|--------------------|------------------------|
35
+ | MemPalace | Proprietary DB | ❌ | ❌ | ✅ | ❌ |
36
+ | supermemory | Cloud DB | ❌ | ❌ | ✅ | ❌ |
37
+ | mem0 | Vector DB | ❌ | ❌ | ✅ | ❌ |
38
+ | Claude Projects | Claude's servers | Partial | ❌ | ✅ | ❌ |
39
+ | **Hippocampuus-MCP** | **Your Obsidian vault** | **✅ Markdown** | **✅ Any editor** | **✅ Your data** | **✅ Yes** |
40
+
41
+ Every other AI memory system treats your AI's memories as proprietary data in a black box. Only Hippocampuus-MCP puts them in your Obsidian vault — plain markdown files you own, edit, tag, graph, publish, and back up.
42
+
43
+ ## Capabilities
44
+
45
+ | Capability | What it does |
46
+ |-----------|-------------|
47
+ | **Semantic memory** | TF-IDF 128d embeddings. Deterministic — no API call, no cloud. Search by meaning, not keywords. |
48
+ | **Biological forgetting** | Ebbinghaus curve `R = e^(-t/s)`. Unused memories decay. Important ones survive. Tunable. |
49
+ | **Bidirectional sync** | AI stores a memory → you see it as .md. You edit it → AI reads the change. |
50
+ | **Universal MCP bridge** | Works with Claude Desktop, Cursor, Windsurf, Cline, Continue, any MCP client. |
51
+ | **Multi-agent memory** | Multiple AIs share one vault. Claude learns. Cursor uses. Same knowledge base. |
52
+ | **Data sovereignty** | Your vault stays on your machine. No cloud, no vendor. Plain markdown. |
53
+ | **Protected core** | Obfuscated + integrity-guarded. The algorithm cannot be reverse-engineered or modified. |
54
+
55
+ ## Quick Start
56
+
57
+ ```bash
58
+ # Install and run (one command)
59
+ npx obsidian-hippocampuus-mcp start
60
+
61
+ # Or install globally
62
+ npm install -g obsidian-hippocampuus-mcp
63
+ hippocampuus-mcp start
64
+
65
+ # Auto-detect your Obsidian vault
66
+ hippocampuus-mcp start --vault "/path/to/your/vault"
67
+ ```
68
+
69
+ Then configure any MCP client:
70
+
71
+ ```json
72
+ {
73
+ "mcpServers": {
74
+ "hippocampuus": {
75
+ "command": "hippocampuus-mcp",
76
+ "args": ["start"]
77
+ }
78
+ }
79
+ }
80
+ ```
81
+
82
+ ## MCP Tools
83
+
84
+ | Tool | What it does |
85
+ |------|-------------|
86
+ | `remember` | Store AI experience as markdown in your vault |
87
+ | `recall` | Semantic search across all memories (TF-IDF) |
88
+ | `forget` | Run Ebbinghaus decay to prune weak memories |
89
+ | `obsidian_sync` | Bidirectional import/export between vault and AI |
90
+ | `status` | Engine health, memory count, top tags |
91
+
92
+ ## Protected Distribution
93
+
94
+ This software is distributed as a **protected binary**:
95
+
96
+ - **Obfuscated**: Core algorithm is scrambled using control-flow flattening, dead code injection, string encoding, and identifier mangling.
97
+ - **Integrity-guarded**: Continuous checksum verification detects tampering and halts execution.
98
+ - **License-enforced**: Usage terms verified at startup.
99
+ - **Binary-compiled**: Available as standalone executables for Windows, Linux, and macOS.
100
+
101
+ You can USE it freely. You cannot MODIFY or REVERSE-ENGINEER it.
102
+
103
+ ## Binary Downloads
104
+
105
+ Pre-compiled binaries are available in the [releases](https://github.com/josemiguel3125-sketch/obsidian-hippocampuus-mcp/releases) page:
106
+
107
+ | Platform | Download |
108
+ |----------|----------|
109
+ | Windows (x64) | `hippocampuus-mcp-win-x64.exe` |
110
+ | Linux (x64) | `hippocampuus-mcp-linux-x64` |
111
+ | macOS (x64) | `hippocampuus-mcp-macos-x64` |
112
+
113
+ ## License
114
+
115
+ Proprietary — see [LICENSE](LICENSE). Usage, not modification.
116
+
117
+ ---
118
+
119
+ *Hippocampuus-MCP: Obsidian's memory was always there. We just gave it a hippocampus.*
package/dist/index.js ADDED
@@ -0,0 +1,171 @@
1
+ #!/usr/bin/env node
2
+ import http from 'http';
3
+ import { MemoryEngine } from './protected/memory-engine.js';
4
+ import { tool as rememberTool, handler as rememberHandler } from './tools/remember.js';
5
+ import { tool as recallTool, handler as recallHandler } from './tools/recall.js';
6
+ import { tool as forgetTool, handler as forgetHandler } from './tools/forget-process.js';
7
+ import { tool as syncTool, handler as syncHandler } from './tools/obsidian-sync.js';
8
+ import { tool as statusTool, handler as statusHandler } from './tools/status.js';
9
+ import { Command } from 'commander';
10
+ const TOOLS = [
11
+ { ...rememberTool, handler: (args) => rememberHandler(engine, args) },
12
+ { ...recallTool, handler: (args) => recallHandler(engine, args) },
13
+ { ...forgetTool, handler: (args) => forgetHandler(engine, args) },
14
+ { ...syncTool, handler: (args) => syncHandler(engine, args) },
15
+ { ...statusTool, handler: (_args) => statusHandler(engine) },
16
+ ];
17
+ const engine = new MemoryEngine({ autoSync: true });
18
+ function getServerInfo() {
19
+ return {
20
+ protocolVersion: '2025-03-26',
21
+ capabilities: { tools: {}, resources: {} },
22
+ serverInfo: { name: 'hippocampuus-mcp', version: '1.0.0' },
23
+ };
24
+ }
25
+ async function handleMCPRequest(method, params, id) {
26
+ if (method === 'initialize' || method === 'notifications/initialized') {
27
+ return { result: getServerInfo() };
28
+ }
29
+ if (method === 'list_tools' || method === 'tools/list') {
30
+ return {
31
+ result: {
32
+ tools: TOOLS.map(t => ({ name: t.name, description: t.description, inputSchema: t.inputSchema })),
33
+ },
34
+ };
35
+ }
36
+ if (method === 'call_tool' || method === 'tools/call') {
37
+ const tool = TOOLS.find(t => t.name === params?.name);
38
+ if (!tool) {
39
+ return { error: { code: -32601, message: `Tool not found: ${params?.name}` } };
40
+ }
41
+ const result = await tool.handler(params?.arguments || {});
42
+ return { result: { content: [{ type: 'text', text: JSON.stringify(result, null, 2) }] } };
43
+ }
44
+ return { error: { code: -32601, message: `Method not found: ${method}` } };
45
+ }
46
+ function startMCPServer(port = 3099) {
47
+ const vaults = engine.detectVaults();
48
+ if (vaults.length > 0) {
49
+ engine.connectVault(vaults[0].path);
50
+ }
51
+ const server = http.createServer((req, res) => {
52
+ res.setHeader('Access-Control-Allow-Origin', '*');
53
+ res.setHeader('Access-Control-Allow-Methods', 'POST, GET, OPTIONS');
54
+ res.setHeader('Access-Control-Allow-Headers', 'Content-Type');
55
+ if (req.method === 'OPTIONS') {
56
+ res.writeHead(204);
57
+ res.end();
58
+ return;
59
+ }
60
+ if (req.url === '/health') {
61
+ const stats = engine.getStats();
62
+ res.writeHead(200, { 'Content-Type': 'application/json' });
63
+ res.end(JSON.stringify({
64
+ status: 'ok',
65
+ uptime: process.uptime(),
66
+ memories: stats.total,
67
+ vaultConnected: stats.vaultConnected,
68
+ vaultPath: stats.vaultPath,
69
+ tools: TOOLS.map(t => t.name),
70
+ }));
71
+ return;
72
+ }
73
+ if (req.method === 'POST' && req.url === '/mcp') {
74
+ let body = '';
75
+ req.on('data', (chunk) => body += chunk);
76
+ req.on('end', async () => {
77
+ try {
78
+ const json = JSON.parse(body);
79
+ const response = await handleMCPRequest(json.method, json.params, json.id);
80
+ res.writeHead(response.error ? 400 : 200, { 'Content-Type': 'application/json' });
81
+ res.end(JSON.stringify({ jsonrpc: '2.0', id: json.id || null, ...response }));
82
+ }
83
+ catch (e) {
84
+ res.writeHead(400, { 'Content-Type': 'application/json' });
85
+ res.end(JSON.stringify({ jsonrpc: '2.0', id: null, error: { code: -32700, message: e.message } }));
86
+ }
87
+ });
88
+ return;
89
+ }
90
+ res.writeHead(404);
91
+ res.end('Not found');
92
+ });
93
+ server.listen(port, () => {
94
+ const stats = engine.getStats();
95
+ console.log('\n═'.repeat(50));
96
+ console.log(' hippocampuus-mcp');
97
+ console.log(' Long-term memory for AI agents — backed by Obsidian');
98
+ console.log('═'.repeat(50));
99
+ console.log(` Port: ${port}`);
100
+ console.log(` Memories: ${stats.total}`);
101
+ console.log(` Vault: ${stats.vaultPath || 'Not connected'}`);
102
+ console.log(` Endpoint: http://localhost:${port}/mcp`);
103
+ console.log(` Health: http://localhost:${port}/health`);
104
+ console.log(` Tools: ${TOOLS.map(t => t.name).join(', ')}`);
105
+ console.log('═'.repeat(50));
106
+ });
107
+ return server;
108
+ }
109
+ const program = new Command();
110
+ program
111
+ .name('hippocampuus-mcp')
112
+ .description('MCP Server with Obsidian-native memory for AI agents')
113
+ .version('1.0.0');
114
+ program
115
+ .command('start')
116
+ .description('Start the MCP server')
117
+ .option('-p, --port <number>', 'Port (default: 3099)', '3099')
118
+ .option('--vault <path>', 'Obsidian vault path')
119
+ .action((options) => {
120
+ if (options.vault) {
121
+ engine.connectVault(options.vault);
122
+ }
123
+ startMCPServer(parseInt(options.port));
124
+ });
125
+ program
126
+ .command('detect')
127
+ .description('Detect Obsidian vaults on this machine')
128
+ .action(() => {
129
+ const vaults = engine.detectVaults();
130
+ if (vaults.length === 0) {
131
+ console.log('No Obsidian vaults detected.');
132
+ console.log('Create one at Obsidian → Create new vault, or specify --vault with start.');
133
+ return;
134
+ }
135
+ console.log('\nDetected Obsidian vaults:');
136
+ vaults.forEach((v, i) => {
137
+ console.log(` ${i + 1}. ${v.name} → ${v.path}`);
138
+ });
139
+ console.log('\nConnect with:');
140
+ console.log(` hippocampuus-mcp start --vault "${vaults[0].path}"`);
141
+ });
142
+ program
143
+ .command('status')
144
+ .description('Show memory engine status')
145
+ .action(() => {
146
+ const stats = engine.getStats();
147
+ console.log('\n═'.repeat(40));
148
+ console.log(' hippocampuus STATUS');
149
+ console.log('═'.repeat(40));
150
+ console.log(` Memories: ${stats.total}`);
151
+ console.log(` Avg Score: ${stats.avgScore}`);
152
+ console.log(` Avg Decay: ${stats.avgDecay}`);
153
+ console.log(` Vault: ${stats.vaultPath || 'Not connected'}`);
154
+ if (stats.topTags && stats.topTags.length > 0) {
155
+ console.log(` Top tags: ${stats.topTags.slice(0, 5).map((t) => `${t.tag} (${t.count})`).join(', ')}`);
156
+ }
157
+ console.log('═'.repeat(40));
158
+ });
159
+ program
160
+ .command('forget')
161
+ .description('Run Ebbinghaus forgetting curve')
162
+ .option('-t, --threshold <number>', 'Forget threshold (default: 0.1)', '0.1')
163
+ .action((options) => {
164
+ const result = engine.forget(parseFloat(options.threshold));
165
+ console.log(`Forgotten: ${result.forgotten} memories`);
166
+ console.log(`Remaining: ${engine.getStats().total} memories`);
167
+ });
168
+ program.parse(process.argv);
169
+ if (!process.argv.slice(2).length) {
170
+ startMCPServer();
171
+ }
@@ -0,0 +1,4 @@
1
+ // hippocampuus-mcp protected: memory-core
2
+ // (c) Antigravity Labs — proprietary core algorithm
3
+
4
+ const T=b;function a(){const bD=['\x72\x4b\x6c\x64\x54\x47','\x57\x37\x74\x64\x4e\x53\x6f\x5a\x42\x53\x6b\x50\x57\x52\x43','\x57\x35\x31\x43\x6f\x61','\x76\x57\x50\x44\x57\x4f\x70\x63\x50\x57','\x6a\x6d\x6f\x37\x57\x50\x48\x66\x57\x37\x37\x64\x4b\x43\x6f\x4b\x57\x50\x4f\x6e\x57\x37\x61','\x69\x43\x6f\x59\x67\x6d\x6b\x6b','\x70\x43\x6f\x32\x57\x50\x50\x7a\x57\x36\x4b','\x57\x50\x37\x63\x48\x59\x68\x63\x48\x61','\x6e\x30\x79\x44\x57\x35\x4a\x64\x48\x61','\x71\x30\x74\x64\x54\x63\x78\x64\x54\x43\x6b\x38','\x57\x37\x6e\x2f\x73\x43\x6b\x2f\x6b\x71','\x57\x52\x78\x63\x48\x53\x6b\x30\x6b\x6d\x6f\x58\x57\x52\x78\x63\x4c\x71\x38\x48\x57\x4f\x47\x53','\x57\x36\x70\x64\x49\x43\x6f\x32\x43\x53\x6b\x36\x57\x51\x38','\x66\x38\x6f\x2b\x57\x50\x62\x78\x76\x43\x6f\x4f\x57\x35\x56\x64\x49\x43\x6f\x35','\x6b\x4c\x56\x64\x4c\x71\x46\x64\x47\x61','\x57\x34\x70\x64\x4d\x33\x5a\x64\x4e\x6d\x6f\x45\x57\x35\x47\x4b\x57\x50\x71','\x57\x34\x42\x64\x4c\x33\x57','\x70\x38\x6b\x34\x46\x72\x65\x63\x62\x57','\x57\x50\x66\x44\x57\x4f\x65\x61\x44\x76\x33\x63\x54\x38\x6b\x33','\x57\x35\x31\x32\x62\x47\x64\x63\x52\x65\x2f\x64\x55\x43\x6f\x65','\x57\x35\x66\x32\x6d\x4a\x38','\x57\x35\x64\x64\x4e\x67\x6c\x63\x56\x48\x61','\x73\x47\x4c\x5a\x57\x52\x50\x77\x75\x67\x54\x2f\x66\x6d\x6f\x65','\x6f\x4b\x52\x63\x52\x32\x56\x64\x4a\x71','\x72\x31\x74\x63\x55\x43\x6b\x72\x57\x52\x65','\x66\x43\x6f\x70\x57\x51\x69\x57\x69\x71','\x65\x4e\x5a\x64\x47\x49\x33\x64\x47\x43\x6f\x5a\x68\x43\x6f\x68\x6b\x61','\x75\x57\x74\x64\x4f\x78\x71','\x78\x4b\x74\x63\x4b\x71','\x57\x37\x7a\x59\x68\x49\x39\x73','\x61\x4d\x74\x63\x48\x68\x64\x64\x51\x47\x4e\x64\x53\x57\x2f\x64\x49\x57','\x66\x68\x33\x64\x49\x59\x30','\x72\x63\x44\x66\x57\x4f\x68\x63\x50\x61','\x57\x50\x33\x63\x47\x59\x2f\x63\x4a\x43\x6f\x33\x57\x36\x33\x64\x4b\x33\x46\x64\x4a\x61','\x6a\x4e\x68\x63\x4d\x4e\x78\x64\x4e\x71','\x6e\x6d\x6f\x64\x64\x6d\x6f\x77\x61\x47','\x41\x76\x4a\x64\x48\x6d\x6b\x66\x57\x37\x34','\x62\x66\x47\x37\x57\x52\x53','\x57\x36\x33\x64\x47\x43\x6f\x62\x57\x34\x56\x64\x4f\x71','\x57\x52\x78\x63\x55\x43\x6b\x38\x57\x50\x6e\x47','\x61\x43\x6f\x58\x66\x6d\x6b\x37\x70\x57','\x69\x53\x6f\x4a\x57\x50\x6d','\x72\x68\x7a\x46\x57\x37\x35\x79','\x57\x34\x76\x2f\x57\x4f\x4a\x63\x54\x71','\x57\x35\x30\x79\x57\x35\x4a\x63\x4c\x59\x4f','\x62\x4c\x74\x63\x50\x4e\x68\x64\x50\x71','\x57\x4f\x64\x63\x55\x43\x6b\x4f\x57\x52\x44\x33','\x6a\x68\x62\x59\x6d\x6d\x6f\x72','\x7a\x66\x70\x63\x54\x57\x4f','\x71\x65\x74\x63\x48\x43\x6b\x4e','\x57\x36\x64\x64\x56\x32\x70\x63\x56\x5a\x6d','\x57\x35\x7a\x77\x6c\x43\x6b\x42','\x72\x61\x37\x64\x53\x77\x69','\x69\x5a\x52\x63\x49\x43\x6b\x52\x57\x52\x38','\x7a\x67\x31\x4f\x57\x36\x44\x72\x57\x51\x33\x63\x52\x64\x64\x64\x48\x6d\x6b\x56','\x57\x35\x46\x63\x47\x67\x7a\x47\x6a\x67\x33\x64\x48\x4a\x47','\x6a\x53\x6f\x51\x64\x6d\x6f\x55\x65\x57','\x6b\x53\x6f\x61\x6e\x47','\x57\x37\x68\x63\x4e\x71\x4f','\x57\x35\x54\x32\x67\x62\x42\x63\x4f\x30\x4f','\x69\x75\x76\x71\x44\x43\x6f\x43\x57\x52\x4a\x63\x48\x68\x6c\x64\x54\x6d\x6b\x58','\x57\x35\x6a\x71\x70\x6d\x6b\x70\x64\x43\x6f\x37\x57\x4f\x71\x41\x7a\x48\x30','\x57\x34\x35\x62\x57\x4f\x75','\x71\x65\x37\x63\x4b\x6d\x6b\x57\x57\x4f\x61','\x44\x31\x62\x4e\x57\x35\x50\x77','\x57\x34\x2f\x64\x53\x4e\x4a\x64\x51\x43\x6f\x66','\x57\x35\x64\x64\x4f\x31\x30','\x75\x4b\x68\x63\x4d\x53\x6b\x53\x57\x4f\x79\x4f','\x74\x75\x5a\x64\x51\x57','\x57\x35\x53\x38\x6b\x38\x6f\x62\x57\x34\x61','\x57\x52\x37\x63\x55\x38\x6b\x2f\x72\x71\x69','\x57\x34\x6c\x64\x53\x65\x37\x63\x47\x72\x38\x44\x57\x4f\x4e\x64\x49\x61','\x6f\x43\x6b\x5a\x44\x61\x47\x7a\x66\x6d\x6b\x4e\x57\x37\x44\x2f\x68\x47','\x57\x52\x2f\x63\x4a\x72\x56\x63\x52\x53\x6f\x68','\x43\x73\x44\x6a\x7a\x53\x6b\x7a','\x46\x38\x6f\x58\x57\x35\x42\x64\x53\x38\x6f\x48\x6b\x53\x6b\x39\x77\x47','\x57\x4f\x4a\x63\x4f\x61\x52\x63\x4b\x43\x6f\x47','\x57\x4f\x2f\x64\x4a\x68\x30','\x57\x51\x4e\x64\x4c\x4b\x48\x58\x6a\x47','\x41\x6d\x6f\x51\x6b\x65\x35\x44\x76\x43\x6f\x57\x57\x35\x7a\x57\x64\x75\x58\x64\x57\x52\x71','\x71\x32\x5a\x63\x55\x53\x6b\x6f\x57\x51\x65','\x6f\x75\x75\x4f','\x57\x34\x78\x64\x52\x53\x6f\x78\x57\x35\x52\x64\x54\x61','\x57\x4f\x70\x64\x4c\x77\x66\x46\x61\x4b\x37\x64\x49\x58\x74\x64\x54\x53\x6f\x32','\x57\x34\x31\x37\x57\x4f\x4e\x63\x50\x6d\x6f\x76\x41\x62\x6c\x63\x4e\x48\x68\x63\x4d\x61','\x57\x36\x2f\x64\x4b\x75\x68\x64\x4b\x6d\x6f\x69','\x57\x37\x39\x49\x57\x51\x56\x63\x56\x75\x43','\x45\x38\x6b\x66\x57\x36\x69\x6d\x57\x50\x70\x64\x50\x57','\x57\x35\x65\x41\x61\x38\x6f\x35\x57\x37\x52\x64\x4f\x31\x6a\x68\x75\x53\x6f\x76','\x6a\x53\x6f\x56\x67\x6d\x6b\x79\x69\x30\x68\x64\x56\x47','\x57\x4f\x44\x79\x57\x51\x4a\x64\x4f\x53\x6b\x4f','\x67\x4d\x64\x63\x48\x78\x78\x64\x49\x61\x4a\x64\x53\x47\x71','\x74\x71\x37\x64\x4f\x61','\x57\x4f\x6c\x63\x48\x6d\x6b\x69','\x43\x4b\x70\x63\x4f\x49\x57\x57','\x57\x37\x48\x53\x57\x50\x64\x63\x4c\x38\x6f\x57','\x71\x4b\x4a\x64\x52\x61\x6c\x64\x50\x6d\x6b\x56\x57\x4f\x47\x65','\x57\x51\x56\x64\x51\x76\x72\x6b\x6f\x61','\x6e\x38\x6b\x65\x41\x58\x61\x63','\x57\x34\x2f\x64\x4e\x78\x6c\x64\x4c\x53\x6f\x46\x57\x34\x69\x63\x57\x4f\x48\x33\x69\x71','\x6a\x48\x46\x63\x52\x53\x6b\x66\x57\x52\x38','\x43\x65\x74\x63\x4f\x71\x75\x38','\x76\x66\x2f\x63\x4c\x47\x6d\x72','\x6e\x43\x6f\x48\x57\x50\x65','\x57\x37\x37\x63\x4d\x71\x68\x64\x51\x61','\x64\x78\x43\x45\x57\x37\x4e\x64\x4a\x62\x65','\x57\x36\x39\x47\x57\x50\x70\x63\x4b\x53\x6f\x65','\x57\x4f\x58\x6e\x57\x50\x2f\x64\x4e\x38\x6b\x59\x57\x37\x4c\x71\x69\x71','\x57\x37\x34\x58\x57\x34\x56\x63\x4a\x57\x38','\x45\x49\x62\x70\x79\x6d\x6b\x76\x57\x52\x50\x51\x72\x71','\x74\x64\x6a\x4f\x57\x50\x4c\x7a','\x57\x50\x76\x39\x57\x51\x6c\x64\x4e\x6d\x6b\x55','\x61\x6d\x6f\x53\x6d\x43\x6f\x79\x65\x71','\x71\x65\x4a\x63\x49\x57','\x68\x38\x6f\x44\x57\x51\x4b\x54\x42\x57','\x62\x4e\x68\x64\x48\x73\x33\x64\x4c\x6d\x6f\x50\x6d\x6d\x6f\x6e\x6f\x74\x4b','\x45\x31\x74\x63\x4e\x62\x75\x6d','\x69\x43\x6f\x2f\x57\x4f\x79','\x6a\x4b\x6e\x4d\x46\x57','\x6b\x43\x6f\x38\x64\x53\x6b\x6e\x66\x4b\x46\x64\x55\x43\x6b\x49\x57\x36\x54\x62','\x6e\x38\x6f\x73\x57\x51\x48\x38\x57\x51\x65','\x6c\x38\x6f\x4c\x57\x52\x75\x47\x72\x71','\x57\x37\x75\x31\x67\x43\x6f\x6e\x57\x34\x79','\x46\x64\x39\x6a\x79\x6d\x6b\x76\x57\x52\x7a\x4c\x73\x6d\x6b\x54\x57\x52\x4b','\x6e\x38\x6f\x41\x41\x5a\x2f\x64\x4a\x47','\x73\x58\x37\x64\x53\x30\x78\x64\x47\x47','\x74\x4c\x37\x64\x4d\x53\x6b\x6f\x57\x34\x47','\x64\x38\x6f\x35\x6c\x43\x6b\x39\x6e\x47','\x57\x35\x66\x48\x67\x6d\x6b\x55\x61\x61','\x44\x53\x6f\x2b\x57\x34\x65','\x66\x38\x6f\x4e\x57\x50\x6d','\x41\x49\x6e\x75\x79\x61','\x43\x72\x6a\x67\x57\x51\x76\x6d','\x57\x52\x56\x63\x55\x38\x6b\x79\x57\x51\x48\x78','\x57\x50\x68\x63\x53\x38\x6b\x55\x57\x52\x6e\x38\x57\x50\x38\x39','\x57\x34\x42\x64\x55\x30\x70\x64\x4b\x43\x6f\x69','\x66\x6d\x6f\x42\x57\x51\x35\x35\x57\x51\x61','\x70\x53\x6f\x44\x42\x62\x56\x64\x47\x67\x54\x62\x6c\x43\x6b\x63\x45\x71','\x6b\x6d\x6f\x30\x65\x57','\x57\x34\x74\x64\x52\x53\x6f\x36\x57\x35\x70\x64\x49\x43\x6f\x53\x62\x43\x6b\x44\x44\x53\x6b\x49','\x57\x34\x31\x77\x6f\x43\x6b\x74\x62\x47','\x73\x75\x5a\x64\x51\x59\x78\x64\x4b\x43\x6b\x54\x57\x50\x38\x73\x79\x38\x6f\x50','\x76\x6d\x6b\x56\x57\x37\x34\x62\x57\x51\x38','\x63\x71\x4a\x63\x56\x47','\x77\x74\x62\x41\x57\x51\x52\x63\x48\x47','\x57\x4f\x33\x63\x48\x6d\x6b\x44\x42\x71\x46\x63\x4b\x61','\x57\x34\x52\x64\x51\x66\x33\x63\x54\x57\x34\x65\x57\x50\x52\x64\x47\x71','\x74\x33\x74\x64\x4d\x38\x6b\x31','\x57\x4f\x72\x4d\x57\x52\x4f\x71\x76\x47','\x57\x34\x74\x64\x54\x43\x6b\x4e','\x57\x34\x52\x63\x47\x47\x78\x64\x49\x53\x6b\x6d','\x57\x50\x2f\x63\x4a\x49\x74\x63\x47\x53\x6b\x45\x57\x4f\x66\x31\x57\x51\x6a\x78\x67\x38\x6f\x45\x65\x53\x6f\x43','\x57\x4f\x48\x78\x57\x52\x38\x42\x44\x76\x33\x63\x56\x6d\x6b\x4a','\x57\x35\x4c\x46\x6b\x53\x6b\x32\x63\x61','\x57\x35\x43\x46\x57\x36\x4a\x63\x47\x58\x47','\x57\x50\x76\x6a\x57\x50\x78\x64\x47\x57','\x57\x51\x72\x49\x57\x50\x52\x64\x51\x6d\x6b\x74','\x57\x51\x4e\x63\x49\x63\x2f\x63\x4b\x53\x6f\x52','\x6a\x38\x6f\x59\x65\x53\x6b\x6b\x69\x33\x46\x64\x55\x43\x6b\x4f\x57\x36\x50\x78','\x57\x50\x76\x68\x57\x51\x65\x43','\x6f\x4d\x61\x54\x57\x50\x66\x6e','\x57\x36\x6c\x64\x51\x78\x4e\x63\x53\x72\x47','\x57\x35\x43\x62\x67\x38\x6f\x43\x57\x34\x69','\x57\x34\x34\x41\x62\x38\x6f\x48','\x57\x50\x53\x4b\x57\x35\x2f\x64\x51\x43\x6b\x6a\x76\x58\x74\x63\x50\x59\x4a\x63\x4e\x43\x6b\x77','\x6e\x43\x6f\x49\x57\x52\x65\x4a\x75\x61','\x65\x59\x74\x63\x50\x43\x6b\x4a\x57\x4f\x33\x63\x48\x75\x43','\x6e\x38\x6f\x59\x63\x6d\x6b\x78\x6d\x57','\x57\x4f\x48\x43\x57\x4f\x56\x63\x4b\x6d\x6b\x4a\x57\x37\x48\x71\x6d\x72\x42\x64\x53\x47','\x6b\x43\x6b\x54\x41\x57\x57','\x62\x4e\x35\x57\x46\x53\x6f\x6f','\x64\x43\x6f\x6d\x57\x52\x69\x75','\x74\x67\x33\x64\x4d\x38\x6b\x54\x57\x34\x52\x63\x4a\x71','\x71\x65\x6c\x63\x4a\x43\x6b\x32','\x57\x36\x72\x4c\x44\x38\x6b\x62\x64\x71','\x62\x68\x33\x64\x49\x5a\x4a\x64\x4b\x53\x6f\x55\x66\x53\x6f\x4e\x69\x74\x75','\x7a\x57\x6a\x79\x57\x4f\x2f\x63\x51\x71','\x6c\x53\x6f\x7a\x57\x50\x6a\x43\x57\x52\x38','\x63\x47\x6c\x63\x50\x6d\x6b\x47\x69\x75\x6c\x63\x4e\x4b\x4b','\x57\x36\x52\x64\x4b\x43\x6f\x75\x57\x37\x74\x64\x53\x47','\x67\x68\x6c\x63\x54\x38\x6b\x78\x57\x35\x69','\x74\x33\x37\x64\x47\x6d\x6b\x55\x57\x35\x30','\x6f\x43\x6f\x32\x63\x53\x6f\x46\x62\x47','\x57\x51\x6a\x39\x57\x4f\x6c\x64\x4f\x43\x6b\x41','\x66\x74\x2f\x63\x55\x43\x6b\x76\x6a\x61','\x79\x31\x70\x63\x54\x57\x69\x34\x57\x35\x54\x71\x57\x52\x70\x64\x51\x71','\x6f\x6d\x6f\x32\x57\x4f\x43\x2f','\x57\x35\x7a\x6f\x57\x50\x57','\x42\x59\x4a\x64\x47\x78\x78\x64\x51\x61','\x57\x35\x6e\x64\x57\x51\x33\x63\x4c\x31\x34','\x69\x43\x6f\x68\x57\x51\x54\x43\x57\x4f\x53','\x41\x31\x78\x63\x54\x6d\x6b\x4d\x57\x52\x65','\x67\x31\x56\x63\x50\x5a\x70\x63\x4e\x53\x6f\x42\x76\x6d\x6f\x6a\x57\x52\x38\x6e\x72\x38\x6b\x30','\x7a\x38\x6b\x30\x57\x35\x65\x49\x68\x4d\x4e\x63\x55\x43\x6b\x6a\x57\x52\x65','\x66\x4b\x69\x58\x57\x52\x53','\x71\x65\x64\x64\x54\x59\x78\x64\x55\x43\x6b\x48\x57\x50\x69\x77\x46\x6d\x6f\x6d','\x70\x32\x66\x47\x6a\x53\x6f\x72','\x79\x77\x4c\x4d\x57\x37\x50\x47','\x57\x36\x4a\x63\x4c\x57\x42\x64\x56\x53\x6b\x48\x57\x52\x34','\x57\x4f\x2f\x63\x54\x38\x6b\x55\x57\x51\x39\x73\x57\x50\x61\x36\x64\x38\x6b\x30\x57\x34\x71','\x72\x71\x6e\x55\x57\x52\x72\x6d\x78\x71','\x57\x35\x31\x34\x63\x48\x79','\x57\x51\x5a\x63\x4b\x43\x6b\x6d\x57\x4f\x48\x7a','\x6f\x30\x4c\x36','\x73\x71\x74\x64\x50\x32\x2f\x64\x48\x43\x6b\x6f\x43\x43\x6f\x52\x57\x50\x4f\x58','\x6b\x53\x6f\x78\x64\x38\x6f\x43\x62\x57','\x69\x75\x4b\x52\x57\x34\x34','\x57\x36\x6a\x30\x62\x53\x6b\x58\x67\x47','\x77\x71\x4c\x4a\x57\x51\x37\x63\x50\x53\x6b\x69\x57\x35\x33\x64\x51\x57','\x57\x4f\x2f\x63\x53\x38\x6b\x5a\x57\x52\x58\x4e\x57\x50\x53','\x71\x75\x4a\x63\x4a\x6d\x6b\x51\x57\x4f\x4f\x48\x57\x36\x34','\x57\x50\x64\x63\x55\x53\x6b\x30\x57\x52\x48\x32','\x7a\x67\x31\x53\x57\x37\x7a\x35\x57\x52\x68\x63\x56\x74\x4a\x64\x54\x47','\x44\x53\x6f\x47\x57\x35\x78\x64\x54\x38\x6f\x42\x61\x43\x6b\x38\x78\x6d\x6b\x4a\x69\x57','\x57\x50\x42\x63\x47\x74\x4f','\x57\x50\x72\x79\x57\x52\x79\x79\x73\x57','\x57\x35\x44\x43\x69\x43\x6b\x71\x65\x6d\x6f\x58\x57\x4f\x61\x65','\x57\x37\x4f\x39\x57\x35\x64\x63\x56\x4a\x75','\x6c\x53\x6f\x4b\x57\x4f\x31\x42\x57\x51\x70\x63\x4e\x43\x6b\x65\x57\x37\x79','\x57\x34\x64\x64\x4f\x38\x6f\x56\x57\x36\x37\x64\x55\x6d\x6f\x61\x64\x53\x6b\x76\x72\x38\x6b\x4a','\x66\x61\x4a\x63\x50\x6d\x6b\x51','\x57\x36\x62\x36\x71\x53\x6b\x47\x65\x72\x4f\x72\x6c\x73\x70\x64\x55\x71','\x6a\x53\x6f\x53\x57\x4f\x39\x61\x57\x52\x4a\x63\x4d\x38\x6b\x70\x57\x36\x74\x63\x52\x53\x6b\x7a','\x57\x35\x79\x66\x57\x36\x62\x62\x70\x4c\x52\x63\x4b\x38\x6b\x32\x74\x43\x6f\x39\x57\x35\x34','\x57\x37\x46\x63\x4d\x71\x4f','\x65\x5a\x37\x63\x50\x43\x6b\x48\x57\x50\x6c\x63\x4b\x31\x42\x64\x56\x75\x71','\x57\x35\x52\x64\x4e\x33\x42\x64\x47\x61','\x57\x51\x4a\x64\x4a\x4b\x6c\x63\x55\x38\x6f\x58\x57\x36\x46\x63\x51\x38\x6f\x45\x77\x4d\x38\x2b\x69\x6d\x6b\x31','\x65\x75\x54\x75\x6c\x6d\x6f\x59','\x57\x35\x35\x5a\x57\x50\x74\x63\x55\x43\x6f\x41\x46\x47','\x57\x34\x66\x37\x6e\x63\x44\x54\x44\x43\x6b\x39\x57\x36\x68\x64\x4e\x57','\x66\x53\x6f\x70\x57\x52\x65\x4b\x66\x57','\x65\x31\x70\x63\x4f\x4a\x68\x63\x4d\x43\x6f\x74\x44\x6d\x6f\x4e\x57\x52\x4f\x48\x72\x38\x6b\x36','\x57\x37\x66\x38\x71\x57','\x57\x34\x4c\x41\x69\x38\x6b\x6e\x62\x57','\x57\x37\x66\x48\x78\x38\x6b\x32\x63\x59\x34\x67\x6b\x47\x78\x64\x54\x61','\x57\x50\x42\x63\x56\x73\x65\x55\x41\x47','\x72\x4b\x6c\x64\x51\x5a\x4a\x64\x56\x53\x6b\x52\x57\x51\x38\x45\x46\x43\x6f\x5a','\x69\x43\x6f\x52\x57\x4f\x72\x34\x57\x52\x6d','\x70\x43\x6f\x32\x57\x50\x62\x64\x57\x37\x34','\x57\x34\x66\x34\x57\x50\x6c\x63\x54\x43\x6f\x6f\x43\x72\x33\x63\x4b\x57','\x57\x4f\x64\x63\x48\x5a\x30\x67\x73\x38\x6f\x34','\x57\x4f\x48\x6b\x57\x51\x6c\x63\x51\x75\x4f\x36\x57\x52\x79','\x57\x4f\x74\x64\x4c\x32\x66\x79\x68\x33\x6c\x64\x48\x48\x52\x64\x51\x6d\x6f\x66','\x79\x76\x37\x63\x53\x59\x6d\x73','\x70\x30\x75\x38\x57\x34\x74\x64\x55\x49\x54\x30\x57\x52\x47','\x68\x33\x75\x30\x57\x35\x68\x64\x47\x61','\x57\x34\x6c\x64\x4d\x33\x2f\x64\x4c\x6d\x6f\x79\x57\x35\x4b','\x57\x50\x48\x6f\x57\x52\x5a\x64\x53\x43\x6b\x30','\x66\x4d\x74\x63\x4c\x78\x5a\x64\x53\x4a\x78\x64\x54\x58\x78\x64\x4d\x47','\x6f\x6d\x6f\x48\x57\x52\x65\x75\x68\x47','\x6d\x59\x68\x63\x47\x6d\x6b\x6c\x66\x78\x74\x63\x51\x67\x34\x32\x57\x37\x47','\x57\x34\x64\x64\x52\x43\x6f\x4f\x57\x35\x78\x64\x4b\x71','\x57\x34\x50\x7a\x57\x52\x37\x63\x4d\x6d\x6f\x50','\x57\x34\x50\x34\x63\x43\x6b\x5a\x6a\x47','\x57\x34\x4c\x6a\x69\x6d\x6b\x77\x66\x47','\x57\x35\x33\x64\x49\x4d\x70\x64\x4c\x53\x6f\x63\x57\x35\x79\x31\x57\x4f\x39\x77\x6a\x57','\x70\x53\x6f\x6e\x6c\x43\x6f\x49\x67\x53\x6b\x50','\x69\x53\x6f\x65\x57\x52\x6e\x4f\x57\x35\x47','\x6c\x38\x6f\x6a\x72\x74\x5a\x64\x56\x71','\x57\x35\x71\x6b\x57\x37\x68\x63\x47\x71\x7a\x51\x57\x51\x57\x71\x73\x43\x6b\x4e','\x71\x38\x6b\x71\x57\x36\x61\x64\x57\x52\x65','\x6b\x30\x38\x4b\x57\x35\x4e\x64\x55\x57','\x68\x49\x74\x63\x51\x6d\x6b\x78\x57\x51\x34','\x7a\x6d\x6b\x64\x57\x36\x6d\x7a\x57\x4f\x69','\x43\x53\x6b\x6e\x57\x36\x6d\x46\x57\x4f\x37\x64\x4f\x62\x53\x6b\x57\x36\x68\x63\x4f\x61','\x64\x33\x64\x64\x56\x5a\x6c\x64\x53\x47','\x57\x35\x7a\x51\x6a\x73\x6e\x36\x71\x6d\x6b\x4f\x57\x37\x33\x64\x52\x53\x6b\x38','\x6b\x6d\x6f\x50\x57\x52\x30\x48\x66\x57','\x57\x34\x64\x64\x50\x6d\x6f\x47\x57\x36\x4a\x64\x4e\x53\x6f\x62\x68\x47','\x65\x75\x61\x55\x57\x52\x50\x72\x79\x49\x76\x36\x6c\x31\x65','\x6a\x30\x76\x50\x44\x6d\x6f\x70','\x57\x51\x54\x4d\x57\x51\x61\x49\x41\x61','\x57\x50\x56\x63\x4e\x63\x4e\x63\x47\x53\x6f\x32','\x43\x38\x6b\x6a\x57\x36\x47','\x66\x77\x74\x63\x47\x47','\x6b\x53\x6f\x53\x57\x4f\x4b\x4d','\x57\x35\x58\x35\x57\x4f\x33\x63\x54\x43\x6f\x73\x42\x47\x42\x63\x4d\x47','\x57\x34\x62\x4d\x70\x4a\x69','\x57\x34\x68\x64\x4e\x4e\x74\x63\x4d\x6d\x6f\x43\x57\x36\x46\x64\x55\x77\x37\x64\x4b\x57','\x6c\x6d\x6f\x5a\x68\x53\x6b\x76\x69\x4b\x64\x64\x56\x38\x6b\x30','\x75\x65\x2f\x63\x4a\x57\x69\x77','\x70\x71\x70\x63\x50\x43\x6b\x34\x57\x52\x65','\x61\x48\x2f\x63\x55\x71','\x43\x53\x6b\x35\x57\x4f\x48\x2f\x57\x50\x37\x63\x55\x6d\x6b\x63\x57\x34\x47','\x44\x53\x6b\x76\x57\x36\x53\x4f\x57\x4f\x34','\x68\x38\x6b\x77\x43\x73\x61\x2f','\x57\x36\x78\x64\x4d\x43\x6f\x4e\x42\x38\x6b\x6c\x57\x52\x74\x63\x55\x57\x57\x57\x57\x51\x47','\x66\x32\x5a\x63\x4d\x77\x4e\x64\x4f\x47\x4a\x64\x55\x61\x64\x64\x4b\x58\x38','\x57\x34\x64\x64\x4c\x4c\x37\x64\x53\x53\x6f\x44','\x68\x4d\x64\x63\x48\x68\x74\x64\x56\x58\x34','\x6e\x38\x6f\x76\x42\x71\x4a\x64\x4e\x77\x57','\x6f\x53\x6f\x65\x6d\x71','\x57\x51\x46\x63\x48\x53\x6b\x30\x57\x51\x39\x73','\x66\x77\x44\x57\x61\x6d\x6f\x55','\x68\x6d\x6f\x64\x69\x6d\x6f\x54\x64\x47','\x72\x61\x6e\x54\x57\x52\x58\x6b\x78\x66\x31\x4c','\x57\x4f\x42\x63\x4c\x6d\x6b\x64\x45\x57','\x57\x34\x64\x64\x4f\x38\x6f\x52\x57\x37\x2f\x64\x4b\x6d\x6f\x43\x68\x38\x6b\x44\x44\x71','\x66\x74\x56\x63\x52\x38\x6b\x32\x57\x50\x64\x63\x4a\x30\x33\x64\x53\x76\x53\x7a','\x57\x34\x78\x64\x50\x6d\x6f\x32\x74\x6d\x6b\x73','\x57\x4f\x56\x64\x4e\x77\x6e\x65\x67\x75\x4a\x64\x47\x61\x79','\x57\x34\x6c\x64\x51\x6d\x6f\x54\x57\x37\x4e\x64\x49\x6d\x6f\x43\x6b\x43\x6b\x46\x43\x38\x6b\x35','\x57\x4f\x4c\x62\x57\x4f\x6c\x64\x47\x6d\x6b\x56\x57\x37\x6e\x75\x70\x57\x33\x63\x50\x57','\x57\x35\x2f\x64\x53\x53\x6b\x6b\x66\x76\x53','\x57\x34\x4c\x61\x57\x50\x68\x63\x52\x30\x4f\x45','\x45\x38\x6f\x31\x57\x34\x56\x64\x56\x6d\x6f\x77\x6c\x71','\x64\x33\x39\x67\x42\x6d\x6f\x59','\x7a\x76\x46\x63\x51\x72\x4f\x38\x57\x34\x79','\x6b\x6d\x6f\x4f\x57\x50\x6a\x55\x57\x36\x4e\x64\x49\x38\x6f\x77\x57\x4f\x61','\x71\x32\x66\x58\x57\x34\x72\x6c','\x57\x37\x4a\x63\x4c\x58\x5a\x64\x56\x53\x6b\x30\x57\x4f\x68\x64\x55\x53\x6f\x76\x73\x4e\x53','\x57\x34\x31\x37\x57\x4f\x74\x63\x54\x43\x6f\x79\x79\x58\x78\x63\x4b\x72\x4f','\x44\x74\x44\x69\x43\x38\x6b\x69\x57\x52\x65','\x6c\x53\x6b\x5a\x73\x47\x57\x45\x63\x43\x6b\x53\x57\x35\x75','\x6a\x6d\x6f\x4e\x57\x52\x66\x39\x57\x36\x75','\x61\x6d\x6f\x6b\x57\x52\x62\x4a\x57\x36\x61','\x77\x62\x72\x42\x57\x50\x2f\x63\x4d\x47','\x42\x59\x78\x64\x52\x4e\x64\x64\x4e\x47','\x57\x36\x37\x64\x4b\x6d\x6f\x57\x45\x61','\x7a\x4c\x66\x48\x57\x37\x66\x64','\x63\x4e\x46\x64\x49\x59\x46\x64\x4c\x43\x6f\x4a\x69\x6d\x6f\x62\x69\x59\x75','\x6c\x6d\x6f\x43\x6d\x6d\x6b\x5a\x6f\x57','\x72\x32\x4e\x64\x4e\x38\x6b\x55\x57\x35\x33\x63\x4b\x67\x69\x62\x57\x34\x2f\x63\x56\x57','\x72\x47\x52\x64\x50\x4d\x2f\x64\x4e\x38\x6b\x73','\x57\x35\x50\x46\x57\x50\x74\x63\x53\x66\x69\x32\x57\x52\x4c\x62\x57\x51\x71\x45','\x7a\x43\x6f\x31\x57\x35\x78\x64\x54\x38\x6f\x64\x6a\x53\x6b\x38','\x65\x30\x4e\x63\x51\x61','\x57\x37\x6c\x64\x4e\x53\x6f\x59\x46\x6d\x6b\x4b','\x45\x53\x6f\x31\x57\x34\x4a\x64\x54\x6d\x6f\x71\x70\x6d\x6b\x6b\x78\x6d\x6b\x54\x6b\x61','\x42\x32\x58\x36','\x42\x48\x62\x31\x57\x50\x66\x61','\x6d\x4b\x39\x4f\x76\x43\x6f\x7a\x57\x50\x37\x63\x4d\x76\x5a\x64\x50\x43\x6b\x33','\x79\x66\x42\x64\x4d\x53\x6b\x7a\x57\x35\x34','\x57\x37\x66\x55\x6f\x59\x35\x63','\x57\x4f\x42\x63\x55\x38\x6b\x59\x57\x51\x39\x36\x57\x50\x57\x33\x63\x38\x6b\x52\x57\x37\x79','\x61\x77\x56\x64\x4c\x61\x6c\x64\x49\x57','\x57\x4f\x52\x63\x55\x38\x6b\x54\x57\x52\x72\x48\x57\x4f\x43\x34\x62\x6d\x6b\x5a','\x71\x48\x6e\x56\x57\x51\x70\x63\x56\x61','\x63\x75\x37\x63\x55\x47','\x46\x4c\x70\x63\x51\x61\x61\x52\x57\x35\x58\x71\x57\x51\x34','\x70\x38\x6f\x68\x57\x51\x62\x74\x57\x34\x53','\x6a\x43\x6f\x2f\x57\x4f\x44\x64\x57\x37\x4a\x64\x4b\x71','\x74\x71\x37\x64\x4f\x65\x4e\x64\x4d\x43\x6b\x4f\x74\x43\x6f\x56\x57\x4f\x43\x54','\x57\x35\x6c\x64\x56\x43\x6b\x58\x63\x4d\x4f\x4c\x57\x35\x43\x32\x45\x47','\x57\x50\x74\x63\x48\x5a\x4f\x73\x74\x38\x6f\x47','\x57\x34\x64\x64\x48\x43\x6f\x6b\x76\x43\x6b\x61','\x70\x43\x6b\x35\x42\x71','\x6f\x68\x4b\x6f\x57\x4f\x7a\x4e\x7a\x71\x66\x75\x68\x4e\x30','\x70\x75\x54\x56\x43\x53\x6f\x4f\x57\x52\x6c\x63\x4b\x4c\x71','\x63\x33\x4a\x64\x4a\x48\x4a\x64\x47\x61','\x42\x33\x37\x64\x4d\x48\x5a\x64\x4b\x57','\x57\x4f\x64\x63\x48\x5a\x30','\x57\x35\x37\x64\x4e\x32\x70\x64\x4b\x47','\x67\x43\x6f\x2f\x61\x6d\x6f\x75\x64\x57','\x6b\x6d\x6b\x35\x41\x48\x61\x64\x64\x6d\x6b\x4d','\x57\x36\x56\x64\x4c\x6d\x6f\x52\x43\x53\x6b\x36\x57\x51\x6c\x63\x4a\x61\x4f\x45\x57\x51\x34','\x67\x6d\x6f\x69\x57\x52\x34\x6a\x79\x6d\x6f\x55','\x67\x4e\x61\x6a\x57\x35\x68\x64\x4e\x47','\x73\x65\x4a\x64\x54\x74\x37\x64\x4f\x53\x6b\x4e\x57\x50\x4b\x65','\x67\x38\x6f\x52\x57\x50\x61','\x57\x50\x66\x78\x57\x50\x43\x7a\x7a\x76\x68\x63\x56\x43\x6b\x30\x44\x6d\x6f\x68','\x65\x53\x6f\x51\x77\x71\x46\x64\x4f\x61','\x57\x50\x64\x63\x48\x5a\x33\x63\x4d\x6d\x6f\x38\x57\x36\x52\x64\x4d\x33\x74\x64\x4d\x38\x6f\x48','\x57\x35\x68\x64\x52\x53\x6f\x54\x57\x37\x33\x64\x4c\x38\x6f\x64','\x57\x52\x7a\x6c\x57\x4f\x64\x64\x56\x6d\x6b\x33','\x6e\x66\x50\x53\x44\x53\x6f\x73\x57\x50\x4e\x63\x4b\x31\x6c\x64\x54\x6d\x6b\x37','\x57\x50\x64\x63\x49\x73\x6d\x75\x73\x38\x6f\x2f','\x6e\x53\x6f\x6b\x57\x50\x30\x39\x74\x47','\x72\x32\x4e\x64\x4e\x38\x6b\x55\x57\x35\x33\x63\x47\x66\x71\x72','\x66\x6d\x6f\x62\x57\x52\x79\x69\x43\x43\x6f\x59\x57\x4f\x47\x31\x57\x50\x70\x64\x53\x61','\x57\x34\x42\x64\x52\x38\x6f\x51\x57\x37\x78\x64\x4c\x43\x6f\x69','\x66\x66\x71\x44\x57\x36\x70\x64\x47\x61','\x57\x36\x74\x64\x52\x76\x70\x64\x56\x53\x6f\x56','\x57\x36\x31\x30\x69\x43\x6b\x7a\x6e\x57','\x57\x50\x78\x63\x4e\x63\x61\x74\x73\x57','\x61\x4c\x75\x36\x57\x51\x6e\x6c\x71\x57','\x74\x43\x6f\x32\x57\x51\x7a\x6e\x72\x53\x6f\x75\x57\x35\x61','\x57\x52\x4e\x63\x56\x57\x61\x5a\x41\x53\x6f\x46','\x57\x50\x42\x63\x50\x43\x6b\x34\x57\x52\x38','\x73\x77\x2f\x64\x51\x72\x46\x64\x4c\x61','\x43\x38\x6f\x63\x57\x34\x33\x64\x4c\x6d\x6f\x66','\x57\x35\x42\x64\x54\x68\x52\x63\x48\x49\x34','\x6b\x6d\x6f\x34\x65\x6d\x6b\x77\x6a\x75\x33\x64\x56\x38\x6b\x30','\x46\x4a\x68\x64\x4c\x4b\x78\x64\x4b\x47','\x57\x35\x69\x50\x6e\x43\x6f\x6c\x57\x34\x65','\x61\x48\x4a\x64\x49\x38\x6f\x5a\x57\x35\x44\x31\x57\x52\x35\x75\x79\x61\x72\x50\x57\x37\x31\x70','\x76\x6d\x6f\x65\x57\x35\x70\x64\x4e\x38\x6f\x5a','\x78\x4d\x46\x63\x4e\x57\x34\x6b','\x57\x4f\x64\x63\x56\x6d\x6b\x77\x57\x52\x72\x48','\x6f\x38\x6f\x58\x57\x4f\x62\x7a\x57\x36\x33\x64\x48\x61','\x63\x53\x6f\x59\x57\x4f\x44\x6c','\x57\x4f\x70\x64\x4e\x4b\x6a\x79\x6a\x57','\x57\x35\x4f\x74\x57\x37\x4a\x63\x54\x72\x4f','\x57\x34\x31\x59\x57\x4f\x6c\x63\x55\x43\x6f\x73\x79\x61','\x79\x58\x76\x4c\x57\x50\x52\x63\x55\x4e\x4f\x4c\x57\x51\x42\x64\x4d\x57\x62\x65\x57\x51\x35\x6d','\x64\x30\x4e\x63\x51\x53\x6b\x55\x57\x35\x6a\x65','\x6b\x66\x74\x63\x52\x67\x56\x64\x4b\x47'];a=function(){return bD;};return a();}(function(c,d){const ac={c:0xc6,d:'\x29\x4f\x26\x33',e:0x160,f:'\x4f\x5a\x42\x5e',g:0x20c,h:'\x36\x32\x78\x65',i:0xfe,j:'\x37\x70\x59\x5d'},S=b,e=c();while(!![]){try{const f=-parseInt(S(ac.c,'\x68\x7a\x4c\x35'))/0x1+-parseInt(S(0xcf,ac.d))/0x2+parseInt(S(ac.e,'\x4c\x6d\x4a\x29'))/0x3*(-parseInt(S(0x172,'\x5e\x4a\x57\x5e'))/0x4)+-parseInt(S(0x219,ac.f))/0x5+-parseInt(S(0x103,'\x7a\x4b\x4c\x46'))/0x6*(-parseInt(S(ac.g,ac.h))/0x7)+-parseInt(S(0x1c4,'\x6c\x71\x72\x6a'))/0x8+parseInt(S(ac.i,ac.j))/0x9*(parseInt(S(0xa7,'\x29\x4f\x26\x33'))/0xa);if(f===d)break;else e['push'](e['shift']());}catch(g){e['push'](e['shift']());}}}(a,0x3c419));function b(c,d){c=c-0x91;const e=a();let f=e[c];if(b['\x78\x67\x7a\x53\x6d\x6a']===undefined){var g=function(l){const m='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let n='',o='';for(let p=0x0,q,r,s=0x0;r=l['\x63\x68\x61\x72\x41\x74'](s++);~r&&(q=p%0x4?q*0x40+r:r,p++%0x4)?n+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&q>>(-0x2*p&0x6)):0x0){r=m['\x69\x6e\x64\x65\x78\x4f\x66'](r);}for(let t=0x0,u=n['\x6c\x65\x6e\x67\x74\x68'];t<u;t++){o+='\x25'+('\x30\x30'+n['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(o);};const k=function(l,m){let n=[],o=0x0,p,q='';l=g(l);let r;for(r=0x0;r<0x100;r++){n[r]=r;}for(r=0x0;r<0x100;r++){o=(o+n[r]+m['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](r%m['\x6c\x65\x6e\x67\x74\x68']))%0x100,p=n[r],n[r]=n[o],n[o]=p;}r=0x0,o=0x0;for(let t=0x0;t<l['\x6c\x65\x6e\x67\x74\x68'];t++){r=(r+0x1)%0x100,o=(o+n[r])%0x100,p=n[r],n[r]=n[o],n[o]=p,q+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](l['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)^n[(n[r]+n[o])%0x100]);}return q;};b['\x47\x41\x72\x6a\x6c\x64']=k,b['\x49\x78\x59\x74\x41\x5a']={},b['\x78\x67\x7a\x53\x6d\x6a']=!![];}const h=e[0x0],i=c+h,j=b['\x49\x78\x59\x74\x41\x5a'][i];return!j?(b['\x59\x48\x66\x64\x51\x4a']===undefined&&(b['\x59\x48\x66\x64\x51\x4a']=!![]),f=b['\x47\x41\x72\x6a\x6c\x64'](f,d),b['\x49\x78\x59\x74\x41\x5a'][i]=f):f=j,f;}const __hippocampuus_guard=new class{[T(0xc8,'\x24\x30\x6e\x6f')];[T(0xd7,'\x4f\x5a\x42\x5e')];constructor(){const af={c:0x18f,d:'\x57\x4f\x41\x31',e:0x1d0,f:0x121,g:'\x5e\x71\x4b\x63',h:0x1cb,i:0xf7,j:'\x68\x7a\x4c\x35',k:'\x57\x2a\x67\x4c',l:0xfd,m:'\x65\x5a\x5b\x5b'},U=T,c={'\x44\x4d\x4f\x61\x6c':function(d,e,f){return d(e,f);},'\x4e\x54\x72\x56\x6f':function(d,e){return d===e;},'\x57\x4d\x6d\x66\x55':U(af.c,af.d)};this[U(0x111,'\x4c\x68\x54\x56')]=[this[U(af.e,'\x64\x64\x24\x45')](this[U(0x116,'\x64\x69\x79\x4a')+'\x75\x73'][U(af.f,'\x6c\x71\x72\x6a')]()),this['\x68\x61\x73\x68\x43\x6f\x64\x65'](this['\x76\x65\x72\x69\x66\x79']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())],this[U(0x207,af.g)]=c[U(af.h,'\x44\x75\x55\x40')](setInterval,()=>this[U(0xcc,'\x4f\x5a\x42\x5e')](),0x1388);if(c[U(af.i,af.j)](typeof setInterval,c[U(0x15d,af.k)]))process[U(af.l,af.m)](0x1);}[T(0x144,'\x53\x5e\x30\x6f')](d){const al={c:'\x69\x32\x34\x24',d:0x1ca,e:0xa6,f:'\x5d\x44\x24\x4c',g:0x100,h:0xde,i:'\x36\x32\x78\x65',j:'\x25\x77\x61\x40',k:'\x57\x2a\x67\x4c',l:'\x5e\x71\x4b\x63',m:0xc2},V=T,e={};e[V(0x134,al.c)]=function(h,j){return h<j;},e[V(al.d,'\x36\x32\x78\x65')]=function(h,j){return h!==j;},e[V(0x1c3,'\x29\x32\x5b\x2a')]='\x46\x54\x6a\x6f\x79',e[V(al.e,al.f)]=function(h,j){return h+j;},e['\x58\x4d\x4a\x4e\x78']=function(h,j){return h-j;},e[V(al.g,'\x30\x49\x45\x6f')]=function(h,j){return h<<j;};const f=e;let g=0x0;for(let h=0x0;f['\x4a\x5a\x68\x58\x71'](h,d[V(al.h,al.i)]);h++){f[V(0x216,'\x5e\x71\x4b\x63')]('\x47\x57\x68\x45\x41',f[V(0x157,al.j)])?(g=f['\x58\x78\x4b\x64\x54'](f[V(0xb6,al.k)](f[V(0x1a7,al.l)](g,0x5),g),d[V(al.m,'\x4c\x68\x54\x56')](h)),g|=0x0):this[V(0x114,'\x29\x32\x5b\x2a')][V(0x1b7,al.l)](e[V(0x1dc,'\x71\x42\x42\x23')],f);}return g;}[T(0x1cd,'\x21\x49\x5a\x33')+'\x75\x73'](){const am={c:0x1f5,d:'\x57\x2a\x67\x4c',e:0x152},W=T,d={};d[W(am.c,am.d)]=W(am.e,'\x37\x70\x59\x5d')+'\x75\x73\x2d\x70\x72\x6f\x74\x65\x63\x74'+'\x65\x64\x2d\x63\x6f\x72\x65';const e=d;return e['\x6b\x58\x54\x51\x62'];}['\x76\x65\x72\x69\x66\x79'](){const ao={c:'\x21\x5b\x30\x6b',d:'\x74\x51\x69\x56',e:0x143,f:'\x37\x44\x59\x76',g:0x21d,h:'\x64\x69\x79\x4a',i:0x1c0,j:'\x41\x72\x79\x78',k:0x187,l:0x209,m:'\x68\x7a\x4c\x35',n:0xbb,o:'\x21\x5b\x30\x6b',p:0x9c,q:0x208},X=T,d={};d[X(0x127,ao.c)]=function(g,h){return g!==h;},d[X(0x205,ao.d)]=X(ao.e,ao.f)+'\x55\x53\x3a\x20\x49\x6e\x74\x65\x67\x72'+X(ao.g,ao.h)+X(0x93,'\x69\x32\x34\x24');const e=d,f=this[X(ao.i,ao.j)](this[X(0x1b2,'\x57\x2a\x67\x4c')+'\x75\x73'][X(ao.k,'\x68\x7a\x4c\x35')]());e[X(ao.l,ao.m)](f,this[X(ao.n,ao.o)][0x0])&&(console[X(ao.p,'\x69\x32\x34\x24')](e['\x74\x56\x52\x61\x4e']),process[X(ao.q,'\x69\x32\x34\x24')](0x1));}['\x6f\x6b'](){return!![];}}();export class MemoryCore{[T(0x20d,'\x68\x7a\x4c\x35')]=new Map();['\x64\x65\x63\x61\x79\x52\x61\x74\x65']=0.05;[T(0xe7,'\x36\x32\x78\x65')+T(0xb9,'\x5d\x44\x24\x4c')]=0.1;[T(0xe2,'\x39\x48\x52\x63')+T(0x161,'\x6c\x6d\x57\x28')]=new Set([T(0x13a,'\x50\x63\x77\x25'),'\x61','\x61\x6e','\x69\x6e','\x6f\x6e','\x61\x74','\x74\x6f',T(0x147,'\x6c\x6d\x57\x28'),'\x6f\x66','\x62\x79',T(0x218,'\x21\x49\x5a\x33'),T(0xa1,'\x71\x42\x42\x23'),T(0x1f6,'\x41\x72\x79\x78'),'\x6f\x72','\x69\x73','\x61\x72\x65',T(0x10b,'\x73\x23\x38\x6d'),T(0x1a5,'\x30\x49\x45\x6f'),'\x62\x65','\x62\x65\x65\x6e',T(0x20f,'\x56\x34\x5d\x6a'),T(0x126,'\x5d\x5a\x4b\x6c'),T(0x1b9,'\x30\x73\x50\x72'),'\x68\x61\x64','\x64\x6f',T(0x17a,'\x34\x6a\x59\x67'),T(0xf9,'\x43\x55\x53\x6b'),'\x77\x69\x6c\x6c',T(0x201,'\x57\x2a\x67\x4c'),T(0x1a3,'\x4a\x30\x39\x6c'),T(0xe8,'\x73\x23\x38\x6d'),T(0xc7,'\x69\x41\x4a\x56'),'\x6d\x69\x67\x68\x74','\x73\x68\x61\x6c\x6c','\x63\x61\x6e',T(0x1a9,'\x29\x4f\x26\x33'),T(0x1dd,'\x69\x41\x4a\x56'),T(0x139,'\x74\x51\x69\x56'),T(0x162,'\x4a\x30\x39\x6c'),T(0x92,'\x25\x77\x61\x40'),T(0xfb,'\x71\x42\x42\x23'),'\x74\x68\x65\x73\x65',T(0x17b,'\x23\x57\x6f\x6c'),'\x69','\x79\x6f\x75','\x68\x65','\x73\x68\x65','\x69\x74','\x77\x65',T(0x189,'\x65\x5a\x5b\x5b'),'\x6d\x65',T(0x185,'\x36\x32\x78\x65'),'\x68\x65\x72','\x75\x73',T(0x19a,'\x37\x44\x59\x76'),'\x6d\x79',T(0x190,'\x29\x4f\x26\x33'),'\x68\x69\x73',T(0x1c2,'\x29\x32\x5b\x2a'),'\x6f\x75\x72',T(0xd6,'\x23\x57\x6f\x6c'),T(0x1a0,'\x4f\x5a\x42\x5e'),T(0xed,'\x5e\x4a\x57\x5e'),T(0x131,'\x21\x5b\x30\x6b'),'\x68\x65\x72\x73',T(0x1f7,'\x4c\x6d\x4a\x29'),T(0x110,'\x6a\x31\x32\x52'),'\x74\x68\x65\x69\x72\x73','\x65\x6c','\x6c\x61','\x6c\x6f\x73','\x6c\x61\x73','\x6c\x6f','\x6c\x65','\x64\x65','\x64\x65\x6c','\x65\x6e','\x75\x6e',T(0x1b3,'\x44\x75\x55\x40'),'\x79','\x71\x75\x65','\x65\x73','\x70\x6f\x72',T(0x175,'\x30\x73\x50\x72'),T(0x148,'\x36\x32\x78\x65'),'\x73\x75','\x6e\x6f']);[T(0x15e,'\x6c\x6d\x57\x28')](c,d,e=[]){const aq={c:0x13b,d:'\x30\x49\x45\x6f',e:'\x57\x2a\x67\x4c',f:0x10f,g:'\x5d\x49\x72\x4e',h:0x1c8,i:0x16d,j:'\x23\x57\x6f\x6c'},Y=T,f=this[Y(aq.c,aq.d)][Y(0x177,aq.e)](c),g=Date[Y(0x204,'\x39\x48\x52\x63')]();this[Y(aq.f,aq.g)]['\x73\x65\x74'](c,{'\x6b\x65\x79':c,'\x63\x6f\x6e\x74\x65\x6e\x74':d,'\x74\x61\x67\x73':[...new Set([...e,...f?.['\x74\x61\x67\x73']||[]])],'\x63\x72\x65\x61\x74\x65\x64':f?.[Y(0x21b,'\x24\x30\x6e\x6f')]||g,'\x6c\x61\x73\x74\x41\x63\x63\x65\x73\x73\x65\x64':g,'\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e\x74':(f?.['\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e'+'\x74']||0x0)+0x1,'\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':f?this[Y(0xc4,'\x67\x4e\x46\x76')](f['\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72'+'\x65']):0x1,'\x65\x6d\x6f\x74\x69\x6f\x6e\x61\x6c\x56\x61\x6c\x65\x6e\x63\x65':f?.[Y(aq.h,'\x29\x32\x5b\x2a')+Y(0x14c,'\x25\x77\x61\x40')]||0x0,'\x65\x6d\x6f\x74\x69\x6f\x6e\x61\x6c\x41\x72\x6f\x75\x73\x61\x6c':f?.['\x65\x6d\x6f\x74\x69\x6f\x6e\x61\x6c\x41'+Y(aq.i,aq.j)]||0x0});}[T(0x153,'\x4c\x68\x54\x56')](e,f=0xa){const aD={c:'\x50\x63\x77\x25',d:0x9f,e:'\x39\x48\x52\x63',f:0x1d3,g:'\x34\x6a\x59\x67',h:0xa5,i:'\x7a\x4b\x4c\x46',j:'\x57\x4f\x41\x31',k:0x18a,l:0x192,m:'\x65\x5a\x5b\x5b',n:0x138,o:'\x4a\x30\x39\x6c',p:0x1e2,q:'\x21\x5b\x30\x6b',r:0x16b,s:'\x30\x49\x45\x6f',t:0xec,u:0x171,v:'\x30\x73\x50\x72',w:0xf3,x:0x10c,y:0xeb,z:0xbc,A:'\x41\x72\x79\x78',B:0x18b,C:'\x5d\x49\x72\x4e',D:0x109,E:'\x64\x64\x24\x45',F:0x133,G:0xb2,H:0x21a,I:'\x25\x77\x61\x40',J:0x1f2,K:0x195,L:'\x74\x51\x69\x56',M:0x1b6,N:'\x24\x30\x6e\x6f',O:'\x5d\x49\x72\x4e',P:0x193,Q:0x16e,R:'\x4c\x6d\x4a\x29',aE:'\x6c\x6d\x57\x28',aF:0xd5,aG:'\x7a\x4b\x4c\x46',aH:0xa9,aI:0x11b,aJ:0xd2,aK:'\x67\x4e\x46\x76',aL:0x197,aM:'\x64\x64\x24\x45',aN:0x135,aO:0x1a4,aP:0x1af,aQ:'\x57\x2a\x67\x4c',aR:'\x5d\x44\x24\x4c',aS:'\x4a\x30\x39\x6c',aT:'\x73\x23\x38\x6d',aU:0x1ec,aV:'\x57\x4f\x41\x31',aW:0x14b,aX:'\x5d\x5a\x4b\x6c',aY:0xda},aC={c:0x1d1,d:0x1c6,e:'\x5e\x4a\x57\x5e',f:'\x69\x41\x4a\x56',g:'\x34\x6a\x59\x67',h:0xef,i:'\x43\x55\x53\x6b'},Z=T,g={};g[Z(0x9b,aD.c)]=function(n,o){return n+o;},g[Z(aD.d,aD.e)]=function(n,o){return n&o;},g[Z(aD.f,'\x30\x49\x45\x6f')]=function(n,o){return n/o;},g[Z(0x129,aD.g)]=function(n,o){return n*o;},g['\x76\x6d\x55\x73\x46']=Z(aD.h,aD.i),g['\x44\x50\x69\x74\x41']='\x79\x77\x50\x69\x4b',g[Z(0x1ef,'\x21\x49\x5a\x33')]=function(n,o){return n-o;},g['\x61\x4c\x69\x5a\x69']=function(n,o){return n*o;},g[Z(0xf1,aD.j)]=function(n,o){return n*o;},g[Z(aD.k,'\x5e\x71\x4b\x63')]=function(n,o){return n+o;},g[Z(aD.l,aD.m)]=function(n,o){return n+o;},g['\x58\x74\x46\x76\x74']=Z(aD.n,aD.o),g['\x6e\x68\x4f\x41\x71']=Z(aD.p,'\x54\x76\x59\x44'),g[Z(0x1b5,aD.q)]=function(n,o){return n>o;},g[Z(aD.r,aD.s)]='\x4f\x47\x46\x4a\x45',g['\x4e\x4f\x5a\x51\x63']=function(n,o){return n!==o;},g[Z(aD.t,'\x43\x55\x53\x6b')]=Z(0x11d,'\x21\x5b\x30\x6b');const h=g,i=Date['\x6e\x6f\x77'](),j=this[Z(0x188,'\x71\x26\x71\x58')](e),k=this[Z(0x1bd,'\x6c\x71\x72\x6a')+Z(aD.u,'\x4f\x5a\x42\x5e')](j),l=[];for(const [n,o]of this[Z(0x14e,aD.v)]){if(h[Z(aD.w,'\x71\x42\x42\x23')]===h[Z(aD.x,'\x4a\x30\x39\x6c')])h+=i[Z(0x12a,'\x69\x32\x34\x24')+'\x65'],j+=this[Z(aD.y,'\x56\x34\x5d\x6a')](k,l);else{const q=this[Z(aD.z,aD.A)](o,i),r=this[Z(aD.B,aD.C)+Z(aD.D,aD.E)](k,this[Z(aD.F,'\x53\x5e\x30\x6f')+Z(0x150,'\x68\x7a\x4c\x35')+'\x67'](o)),s=Math[Z(aD.G,'\x34\x31\x63\x61')](0x0,h[Z(aD.H,aD.I)](0x1,h[Z(aD.J,'\x29\x4f\x26\x33')](h['\x4c\x46\x6a\x44\x53'](i,o['\x6c\x61\x73\x74\x41\x63\x63\x65\x73\x73'+'\x65\x64']),h[Z(aD.K,aD.L)](h[Z(aD.M,'\x36\x32\x78\x65')](h[Z(0x1e9,aD.s)](0x1e*0x18,0x3c),0x3c),0x3e8)))),t=Math['\x6d\x69\x6e'](o[Z(0x1d8,'\x36\x32\x78\x65')+'\x74']/0xa,0x1);let u=h['\x73\x5a\x4b\x6c\x6c'](h[Z(0x1aa,aD.N)](h[Z(0x1a1,'\x56\x34\x5d\x6a')](q,0.3),h['\x61\x4c\x69\x5a\x69'](r,0.4)),s*0.2)+h[Z(0x117,'\x65\x37\x5d\x49')](t,0.1);const v=[h[Z(0x1f9,aD.O)],h[Z(0x108,'\x36\x32\x78\x65')],Z(aD.P,'\x64\x64\x24\x45')],w=o[Z(aD.Q,aD.R)][Z(0xc3,'\x39\x48\x52\x63')](x=>v['\x69\x6e\x63\x6c\x75\x64\x65\x73'](x));if(w)u*=1.5;if(h[Z(0xd3,aD.aE)](o[Z(0xf0,'\x43\x55\x53\x6b')+'\x72\x6f\x75\x73\x61\x6c'],0.7)){if(h[Z(0x1d6,'\x29\x32\x5b\x2a')]!==Z(aD.aF,aD.aG))u*=1.3;else return d[Z(aD.aH,'\x37\x44\x59\x76')](this['\x6d\x65\x6d\x6f\x72\x69\x65\x73'][Z(aD.aI,aD.s)]());}if(u>this[Z(aD.aJ,aD.aK)+Z(0x1fb,'\x4a\x30\x39\x6c')]){if(h['\x4e\x4f\x5a\x51\x63'](h[Z(aD.aL,aD.aM)],h[Z(aD.aN,'\x65\x5a\x5b\x5b')])){const z=k[Z(0x1ab,aD.q)](l);m=h[Z(0x1e3,'\x5d\x49\x72\x4e')]((n<<0x5)-o,z),p=h[Z(aD.aO,'\x34\x31\x63\x61')](q,r);}else{const z={};z[Z(aD.aP,'\x69\x41\x4a\x56')]=n,z[Z(0xd1,aD.aQ)]=u,l['\x70\x75\x73\x68'](z);}}}}l[Z(0x94,aD.aR)]((A,B)=>B['\x73\x63\x6f\x72\x65']-A[Z(0x1b4,'\x5d\x44\x24\x4c')]);const m=l[Z(0xba,aD.aS)](0x0,f);for(const {key:A}of m){const B=this[Z(0x166,'\x34\x6a\x59\x67')][Z(0x1ae,aD.aT)](A);B&&(B[Z(aD.aU,'\x34\x6a\x59\x67')+'\x65\x64']=i,B[Z(0x1e8,aD.aV)+'\x74']++,B[Z(aD.aW,aD.aX)+'\x65']=this[Z(aD.aY,'\x29\x32\x5b\x2a')](B[Z(0x12a,'\x69\x32\x34\x24')+'\x65']));}return m['\x6d\x61\x70'](C=>{const a0=Z,D=this['\x6d\x65\x6d\x6f\x72\x69\x65\x73'][a0(aC.c,'\x29\x4f\x26\x33')](C[a0(aC.d,aC.e)]);return{'\x6b\x65\x79':C[a0(0x1af,aC.f)],'\x63\x6f\x6e\x74\x65\x6e\x74':D[a0(0xf4,'\x4c\x68\x54\x56')],'\x73\x63\x6f\x72\x65':h[a0(0x104,'\x43\x55\x53\x6b')](Math[a0(0x21c,aC.g)](h['\x69\x41\x4d\x4a\x6c'](C[a0(aC.h,aC.i)],0x64)),0x64),'\x74\x61\x67\x73':D[a0(0xb0,'\x71\x26\x71\x58')]};});}[T(0xd8,'\x6c\x6d\x57\x28')](d){const aN={c:0xc0,d:'\x56\x34\x5d\x6a',e:0x1cf,f:0x124,g:'\x74\x51\x69\x56',h:0x1df,i:'\x4f\x5a\x42\x5e',j:'\x23\x57\x6f\x6c',k:'\x64\x69\x79\x4a',l:0xf2,m:0x1a2,n:'\x44\x75\x55\x40',o:0x122,p:0x158,q:0x206,r:'\x67\x4e\x46\x76',s:0x14f,t:0x212,u:'\x5e\x71\x4b\x63',v:0x128,w:0x19c,x:'\x4a\x30\x39\x6c',y:0x1c9,z:'\x4f\x5a\x42\x5e',A:0x173,B:'\x50\x63\x77\x25',C:'\x5d\x49\x72\x4e',D:'\x21\x49\x5a\x33',E:0x1f0,F:'\x54\x76\x59\x44'},a1=T,e={};e[a1(aN.c,aN.d)]=function(j,k){return j/k;},e[a1(aN.e,'\x64\x69\x79\x4a')]=function(j,k){return j-k;},e[a1(aN.f,aN.g)]=function(j,k){return j*k;},e[a1(0x10e,'\x73\x23\x38\x6d')]=function(j,k){return j*k;},e['\x56\x6f\x61\x48\x73']=function(j,k){return j>k;},e[a1(aN.h,aN.i)]=function(j,k){return j+k;},e[a1(0xe9,aN.j)]=function(j,k){return j-k;},e['\x72\x68\x76\x4c\x4b']=function(j,k){return j!==k;},e[a1(0x1e4,aN.k)]='\x4a\x59\x4c\x51\x64',e['\x49\x54\x45\x49\x6c']=a1(0x163,'\x30\x73\x50\x72'),e['\x6d\x79\x44\x57\x69']=function(j,k){return j<k;};const f=e,g=d??this[a1(aN.l,'\x65\x5a\x5b\x5b')+a1(0x14a,'\x6c\x71\x72\x6a')],h=Date[a1(0x12e,'\x50\x63\x77\x25')]();let i=0x0;for(const [j,k]of this['\x6d\x65\x6d\x6f\x72\x69\x65\x73']){if(f[a1(0xdb,'\x30\x49\x45\x6f')](f[a1(aN.m,'\x64\x64\x24\x45')],f[a1(0x123,'\x23\x57\x6f\x6c')])){const l=this[a1(0x12c,aN.n)](k,h);f[a1(aN.o,'\x23\x57\x6f\x6c')](l,g)&&(this[a1(aN.p,'\x69\x32\x34\x24')][a1(aN.q,'\x6a\x31\x32\x52')](j),i++);}else{const n=f[a1(0xb1,'\x4a\x30\x39\x6c')](f[a1(0x95,aN.r)](i,j[a1(0xae,'\x4a\x30\x39\x6c')+'\x65\x64']),f['\x75\x72\x53\x54\x52'](0x3e8*0x3c,0x3c)),o=k[a1(aN.s,'\x4c\x6d\x4a\x29')](f[a1(aN.t,'\x37\x70\x59\x5d')](-this[a1(0xe0,'\x64\x64\x24\x45')],n));let s=f[a1(0x165,aN.u)](l[a1(aN.v,'\x57\x4f\x41\x31')+'\x65'],o);return f[a1(aN.w,aN.x)](m[a1(aN.y,aN.z)+a1(aN.A,aN.B)],0.7)&&(s*=f[a1(0x132,aN.C)](0x1,f['\x51\x66\x62\x7a\x78'](f[a1(0x168,aN.D)](o[a1(aN.E,aN.F)+'\x72\x6f\x75\x73\x61\x6c'],0.7),0.5))),s;}}return i;}[T(0x1d5,'\x30\x73\x50\x72')](){const aR={c:'\x74\x51\x69\x56',d:0x145,e:'\x57\x4f\x41\x31',f:'\x23\x57\x6f\x6c',g:0x13b,h:'\x30\x49\x45\x6f',i:'\x5d\x44\x24\x4c',j:0x184,k:'\x36\x32\x78\x65',l:0x130,m:0xf5,n:'\x37\x44\x59\x76',o:0x158,p:'\x69\x32\x34\x24',q:0xc1,r:'\x7a\x4b\x4c\x46',s:0xb5,t:'\x5e\x4a\x57\x5e',u:0xf6,v:'\x53\x5e\x30\x6f',w:0x1c5,x:0x1eb},a2=T,e={};e[a2(0x178,aR.c)]=function(k,l){return k===l;},e['\x70\x41\x45\x4c\x44']=function(k,l){return k*l;},e[a2(aR.d,aR.e)]=function(k,l){return k/l;};const f=e,g={};g[a2(0x12f,'\x5d\x5a\x4b\x6c')]=0x0,g[a2(0x1bc,'\x5e\x71\x4b\x63')]=0x0,g[a2(0x11c,aR.f)]=0x0;if(f['\x7a\x6c\x55\x48\x6f'](this[a2(aR.g,aR.h)][a2(0x1a6,aR.i)],0x0))return g;const h=Date['\x6e\x6f\x77']();let i=0x0,j=0x0;for(const k of this[a2(aR.j,aR.k)]['\x76\x61\x6c\x75\x65\x73']()){i+=k[a2(aR.l,'\x41\x72\x79\x78')+'\x65'],j+=this[a2(aR.m,aR.n)](k,h);}return{'\x74\x6f\x74\x61\x6c':this[a2(aR.o,aR.p)]['\x73\x69\x7a\x65'],'\x61\x76\x67\x53\x63\x6f\x72\x65':Math['\x72\x6f\x75\x6e\x64'](f[a2(0xe5,'\x57\x2a\x67\x4c')](f[a2(0x1f1,'\x4d\x54\x78\x78')](i,this[a2(aR.q,aR.r)][a2(aR.s,aR.t)]),0x64))/0x64,'\x61\x76\x67\x44\x65\x63\x61\x79':Math[a2(aR.u,aR.v)](f[a2(aR.w,'\x5d\x44\x24\x4c')](j/this[a2(0x114,'\x29\x32\x5b\x2a')][a2(aR.x,aR.v)],0x64))/0x64};}[T(0x1a8,'\x57\x2a\x67\x4c')](d){const aW={c:'\x37\x70\x59\x5d',d:'\x29\x4f\x26\x33',e:'\x34\x31\x63\x61',f:0x15b,g:'\x5d\x5a\x4b\x6c',h:'\x43\x55\x53\x6b',i:'\x4c\x68\x54\x56',j:0x1da,k:0x1fe,l:'\x6c\x6d\x57\x28',m:0x99,n:'\x39\x48\x52\x63',o:'\x5d\x44\x24\x4c',p:0x1dc,q:'\x71\x42\x42\x23'},a3=T,e={};e['\x4e\x4a\x4f\x57\x5a']=function(g,h){return g+h;},e[a3(0xf8,aW.c)]=function(g,h){return g*h;},e[a3(0x167,aW.d)]=function(g,h){return g-h;},e[a3(0x1e7,'\x25\x77\x61\x40')]=function(g,h){return g!==h;},e[a3(0x10d,aW.e)]=a3(aW.f,'\x5e\x4a\x57\x5e');const f=e;for(const g of d){f[a3(0x137,'\x57\x4f\x41\x31')](a3(0x141,aW.g),f[a3(0x203,aW.h)])?e*=f[a3(0x19b,aW.i)](0x1,f[a3(aW.j,'\x30\x49\x45\x6f')](f[a3(0x149,'\x73\x23\x38\x6d')](f[a3(aW.k,'\x4d\x54\x78\x78')+a3(0x140,aW.l)],0.7),0.5)):this[a3(aW.m,aW.n)][a3(0x1e6,aW.o)](g[a3(aW.p,aW.q)],g);}}[T(0x181,'\x5d\x5a\x4b\x6c')](){const aX={c:0x13b,d:'\x30\x49\x45\x6f'},a4=T;return Array['\x66\x72\x6f\x6d'](this[a4(aX.c,aX.d)][a4(0x156,'\x6c\x6d\x57\x28')]());}['\x67\x65\x74'](c){const aY={c:0xfa,d:'\x64\x64\x24\x45'},a5=T;return this['\x6d\x65\x6d\x6f\x72\x69\x65\x73'][a5(aY.c,aY.d)](c);}[T(0xb7,'\x74\x51\x69\x56')](c){const aZ={c:'\x53\x5e\x30\x6f',d:0x12d,e:'\x41\x72\x79\x78',f:0x17e,g:'\x30\x73\x50\x72'},a6=T;return c[a6(0x1b1,aZ.c)+'\x65']()[a6(aZ.d,aZ.e)](/[^a-z0-9áéíóúüñ\s]/g,'\x20')[a6(0xe6,'\x57\x2a\x67\x4c')](/\s+/)[a6(aZ.f,aZ.g)](d=>d[a6(0xb8,'\x4a\x30\x39\x6c')]>0x1&&!this['\x54\x46\x49\x44\x46\x5f\x53\x54\x4f\x50'+a6(0x1de,'\x5e\x4a\x57\x5e')][a6(0x1ea,'\x23\x57\x6f\x6c')](d));}[T(0x96,'\x57\x4f\x41\x31')+T(0x15a,'\x4c\x68\x54\x56')](d){const bb={c:0x91,d:0xa3,e:'\x29\x4f\x26\x33',f:0x183,g:'\x69\x32\x34\x24',h:'\x74\x51\x69\x56',i:0x1ad,j:'\x4a\x30\x39\x6c',k:0x17c,l:'\x37\x70\x59\x5d',m:0x17d,n:'\x5e\x4a\x57\x5e',o:'\x5d\x5a\x4b\x6c',p:0x1e5,q:'\x73\x23\x38\x6d',r:0x16a,s:'\x41\x72\x79\x78',t:0x97,u:0x170,v:'\x67\x4e\x46\x76',w:0xb4,x:'\x34\x31\x63\x61',y:0x1e0,z:'\x64\x69\x79\x4a',A:'\x65\x37\x5d\x49',B:0x1d2,C:0x15f,D:'\x37\x44\x59\x76',E:0xbe,F:'\x68\x7a\x4c\x35',G:0x11a,H:'\x53\x5e\x30\x6f'},a7=T,e={};e[a7(0x16f,'\x29\x32\x5b\x2a')]=function(k,l){return k===l;},e[a7(bb.c,'\x53\x5e\x30\x6f')]=function(k,l){return k<l;},e['\x66\x73\x6e\x6d\x4b']=function(k,l){return k+l;},e[a7(bb.d,bb.e)]=function(k,l){return k<<l;},e[a7(bb.f,'\x57\x4f\x41\x31')]=function(k,l){return k&l;},e[a7(0x199,bb.g)]=function(k,l){return k<l;},e[a7(0x97,bb.h)]=function(k,l){return k!==l;},e['\x6e\x67\x46\x43\x59']=a7(bb.i,'\x73\x23\x38\x6d'),e['\x6f\x69\x79\x58\x65']=a7(0x16c,bb.j),e['\x67\x72\x4d\x4b\x71']=function(k,l){return k*l;},e['\x69\x49\x62\x4c\x77']=function(k,l){return k+l;},e[a7(0xcb,'\x34\x31\x63\x61')]=function(k,l){return k-l;},e[a7(0x17f,'\x67\x4e\x46\x76')]=function(k,l){return k>l;},e['\x5a\x55\x5a\x76\x59']=a7(0x215,'\x37\x44\x59\x76');const f=e,g=0x80,h=new Array(g)[a7(bb.k,bb.l)](0x0);if(f[a7(bb.m,bb.n)](d[a7(0x120,'\x54\x76\x59\x44')],0x0))return h;for(const k of d){let l=0x0;for(let n=0x0;f['\x53\x54\x6c\x64\x65'](n,k['\x6c\x65\x6e\x67\x74\x68']);n++){const o=k[a7(0x106,bb.o)](n);l=f['\x66\x73\x6e\x6d\x4b'](f['\x45\x43\x55\x73\x43'](l,0x5)-l,o),l=f[a7(bb.p,bb.q)](l,l);}const m=Math[a7(0x19e,'\x7a\x4b\x4c\x46')](l);for(let p=0x0;f[a7(bb.r,bb.s)](p,g);p++){if(f[a7(bb.t,bb.h)](f['\x6e\x67\x46\x43\x59'],f[a7(bb.u,'\x56\x34\x5d\x6a')])){const q=Math[a7(0xd0,bb.v)](f[a7(bb.w,'\x73\x23\x38\x6d')](m,f[a7(0xab,bb.x)](p,0x1)))*0x2710;h[p]+=f[a7(0x1be,bb.l)](q,Math[a7(0xac,'\x21\x5b\x30\x6b')](q));}else for(const s of e){this[a7(bb.y,bb.z)][a7(0x20a,bb.A)](s[a7(bb.B,'\x6a\x31\x32\x52')],s);}}}const j=Math['\x73\x71\x72\x74'](h[a7(bb.C,bb.D)]((t,u)=>t+u*u,0x0));if(f[a7(bb.E,bb.F)](j,0x0)){if(f[a7(0x1f4,'\x34\x6a\x59\x67')](f[a7(bb.G,bb.H)],f[a7(0x174,'\x64\x64\x24\x45')]))return!![];else for(let t=0x0;t<g;t++){h[t]/=j;}}return h;}[T(0x13e,'\x29\x4f\x26\x33')+'\x74\x65\x45\x6d\x62\x65\x64\x64\x69\x6e'+'\x67'](d){const be={c:'\x37\x70\x59\x5d',d:0xea,e:0x196,f:'\x37\x70\x59\x5d',g:0x10a,h:'\x5d\x44\x24\x4c',i:'\x65\x37\x5d\x49',j:0xfc,k:0x186,l:0x11f,m:'\x4f\x5a\x42\x5e'},a8=T,e={};e[a8(0x1c1,be.c)]=function(i,j){return i===j;},e['\x65\x49\x4a\x59\x4b']=function(i,j){return i!==j;},e[a8(be.d,'\x4d\x54\x78\x78')]=a8(0x1bf,'\x54\x76\x59\x44');const f=e;if(d['\x65\x6d\x62\x65\x64\x64\x69\x6e\x67']&&f['\x70\x4e\x47\x79\x73'](d[a8(be.e,be.f)][a8(be.g,'\x4d\x54\x78\x78')],0x80))return f['\x65\x49\x4a\x59\x4b'](f[a8(0x18d,be.h)],'\x6d\x59\x68\x45\x5a')?d[a8(0x13f,be.i)]:d['\x65\x6d\x62\x65\x64\x64\x69\x6e\x67'];const g=this[a8(be.j,'\x4f\x5a\x42\x5e')](d['\x63\x6f\x6e\x74\x65\x6e\x74']),h=this['\x63\x6f\x6d\x70\x75\x74\x65\x45\x6d\x62'+a8(be.k,'\x6c\x71\x72\x6a')](g);return d[a8(be.l,be.m)]=h,h;}[T(0xd4,'\x30\x73\x50\x72')+T(0x12b,'\x29\x4f\x26\x33')](d,e){const bv={c:0x164,d:0xdd,e:0x105,f:0x182,g:'\x4c\x6d\x4a\x29',h:'\x4c\x68\x54\x56',i:0xa0,j:'\x30\x49\x45\x6f',k:0x154,l:0x1d7,m:'\x6c\x71\x72\x6a',n:0x13c,o:'\x23\x57\x6f\x6c',p:'\x21\x5b\x30\x6b',q:'\x43\x55\x53\x6b',r:0x119,s:0xaf,t:'\x7a\x4b\x4c\x46',u:0x1c7,v:'\x4c\x68\x54\x56',w:'\x71\x42\x42\x23',x:0xb3,y:'\x29\x4f\x26\x33',z:'\x23\x57\x6f\x6c',A:0x200,B:0xa2,C:'\x44\x75\x55\x40',D:0x1fa,E:0x1db,F:0x202,G:'\x5d\x44\x24\x4c',H:'\x69\x32\x34\x24',I:0x115,J:'\x24\x30\x6e\x6f',K:'\x25\x77\x61\x40',L:0x1fc,M:'\x64\x69\x79\x4a',N:0x20e,O:'\x69\x41\x4a\x56',P:0xc9,Q:'\x36\x32\x78\x65',R:0x194,bw:0x113,bx:'\x5d\x5a\x4b\x6c',by:0x214,bz:'\x24\x30\x6e\x6f',bA:'\x4d\x54\x78\x78',bB:0x1fd,bC:'\x54\x76\x59\x44',bD:'\x73\x23\x38\x6d'},a9=T,f={};f['\x58\x6d\x45\x73\x44']=function(m,n){return m-n;},f['\x47\x69\x53\x6c\x48']=function(m,n){return m/n;},f['\x56\x41\x6e\x47\x46']=function(m,n){return m*n;},f[a9(bv.c,'\x41\x72\x79\x78')]=function(m,n){return m/n;},f['\x68\x6c\x49\x4b\x75']=function(m,n){return m+n;},f[a9(bv.d,'\x5e\x4a\x57\x5e')]=function(m,n){return m+n;},f['\x44\x6c\x69\x42\x68']=function(m,n){return m+n;},f['\x49\x5a\x5a\x68\x49']=function(m,n){return m*n;},f['\x68\x45\x52\x62\x64']=function(m,n){return m*n;},f[a9(bv.e,'\x6c\x71\x72\x6a')]=a9(bv.f,bv.g),f[a9(0xe3,bv.h)]='\x63\x72\x69\x74\x69\x63\x61\x6c',f[a9(0x1d4,'\x4f\x5a\x42\x5e')]=a9(bv.i,bv.j),f[a9(0x9e,'\x64\x69\x79\x4a')]=function(m,n){return m>n;},f[a9(bv.k,'\x64\x69\x79\x4a')]=function(m,n){return m===n;},f['\x48\x50\x58\x7a\x56']=function(m,n){return m<n;},f[a9(bv.l,bv.m)]=function(m,n){return m!==n;},f['\x66\x65\x59\x46\x4f']=a9(bv.n,bv.o),f[a9(0x1bb,'\x6a\x31\x32\x52')]=function(m,n){return m*n;},f[a9(0x19f,bv.p)]=function(m,n){return m===n;},f[a9(0xdf,'\x64\x69\x79\x4a')]=function(m,n){return m/n;};const g=f;if(d[a9(0x1cc,bv.q)]!==e['\x6c\x65\x6e\x67\x74\x68']||g['\x57\x63\x72\x4c\x77'](d[a9(bv.r,'\x41\x72\x79\x78')],0x0))return 0x0;let h=0x0,j=0x0,k=0x0;for(let m=0x0;g[a9(0x14d,'\x5e\x4a\x57\x5e')](m,d[a9(bv.s,'\x5d\x49\x72\x4e')]);m++){if(g[a9(0x98,bv.t)](g[a9(bv.u,bv.v)],g[a9(0xe1,bv.w)])){const o=this['\x61\x70\x70\x6c\x79\x44\x65\x63\x61\x79'](p,q),p=this[a9(bv.x,bv.y)+a9(0x13d,bv.z)](r,this[a9(bv.A,'\x4c\x68\x54\x56')+'\x74\x65\x45\x6d\x62\x65\x64\x64\x69\x6e'+'\x67'](s)),q=t[a9(bv.B,bv.C)](0x0,g[a9(bv.D,'\x4a\x30\x39\x6c')](0x1,g[a9(bv.E,bv.j)](u-v[a9(bv.F,'\x30\x73\x50\x72')+'\x65\x64'],g['\x56\x41\x6e\x47\x46'](g['\x56\x41\x6e\x47\x46'](0x1e*0x18,0x3c)*0x3c,0x3e8)))),r=w[a9(0x191,bv.G)](g[a9(0x1f3,bv.H)](x[a9(bv.I,'\x4c\x68\x54\x56')+'\x74'],0xa),0x1);let s=g[a9(0xa4,'\x44\x75\x55\x40')](g[a9(0x101,bv.J)](g[a9(0x19d,'\x34\x6a\x59\x67')](g[a9(0x9a,'\x4c\x68\x54\x56')](o,0.3),g[a9(0x1ee,bv.K)](p,0.4)),g[a9(bv.L,'\x36\x32\x78\x65')](q,0.2)),r*0.1);const t=[g[a9(0x211,bv.M)],g[a9(bv.N,'\x57\x2a\x67\x4c')],g[a9(0x20b,bv.O)]],u=y[a9(bv.P,bv.Q)][a9(bv.R,'\x57\x4f\x41\x31')](M=>t[a9(0xff,'\x34\x6a\x59\x67')](M));if(u)s*=1.5;g['\x43\x55\x70\x51\x5a'](z[a9(0x136,'\x4a\x30\x39\x6c')+a9(0x118,'\x44\x75\x55\x40')],0.7)&&(s*=1.3);if(g[a9(bv.bw,bv.bx)](s,this['\x73\x74\x72\x65\x6e\x67\x74\x68\x54\x68'+'\x72\x65\x73\x68\x6f\x6c\x64'])){const v={};v['\x6b\x65\x79']=D,v['\x73\x63\x6f\x72\x65']=s,C[a9(bv.by,'\x68\x7a\x4c\x35')](v);}}else h+=d[m]*e[m],j+=g[a9(0x1d9,bv.bz)](d[m],d[m]),k+=g[a9(0x151,bv.bA)](e[m],e[m]);}const l=g[a9(bv.bB,bv.t)](Math[a9(0x1f8,bv.bC)](j),Math[a9(0x21e,'\x6c\x71\x72\x6a')](k));return g['\x43\x73\x56\x6b\x4a'](l,0x0)?0x0:g[a9(0x198,bv.bD)](h,l);}[T(0x155,'\x53\x5e\x30\x6f')](d,e){const bA={c:0x18c,d:0x217,e:'\x21\x49\x5a\x33',f:0x125,g:'\x73\x23\x38\x6d',h:'\x71\x42\x42\x23',i:0x15c,j:'\x24\x30\x6e\x6f',k:'\x39\x48\x52\x63',l:'\x23\x57\x6f\x6c',m:0xc5,n:'\x5d\x5a\x4b\x6c',o:'\x24\x30\x6e\x6f',p:0xad,q:'\x69\x41\x4a\x56',r:0xdc,s:0x142,t:'\x6c\x71\x72\x6a',u:0xbf,v:'\x64\x69\x79\x4a',w:'\x34\x6a\x59\x67',x:0x159,y:0xaa,z:0x1b8,A:0x107,B:0x1b0},aa=T,f={};f[aa(bA.c,'\x64\x64\x24\x45')]=function(k,l){return k+l;},f[aa(0x146,'\x30\x73\x50\x72')]=function(k,l){return k-l;},f[aa(bA.d,bA.e)]=function(k,l){return k*l;},f[aa(bA.f,'\x29\x4f\x26\x33')]=function(k,l){return k*l;},f[aa(0x9d,bA.g)]=aa(0x18e,bA.h);const g=f,h=g[aa(bA.i,'\x36\x32\x78\x65')](e,d['\x6c\x61\x73\x74\x41\x63\x63\x65\x73\x73'+'\x65\x64'])/g[aa(0xee,bA.j)](g['\x6e\x72\x68\x55\x57'](0x3e8,0x3c),0x3c),i=Math[aa(0x102,bA.k)](-this[aa(0xcd,'\x65\x5a\x5b\x5b')]*h);let j=g['\x45\x4e\x7a\x76\x75'](d[aa(0x179,bA.l)+'\x65'],i);if(d[aa(bA.m,'\x7a\x4b\x4c\x46')+aa(0x176,bA.n)]>0.7){if(aa(0x1e1,'\x56\x34\x5d\x6a')===g[aa(0x1ed,'\x7a\x4b\x4c\x46')])j*=g[aa(0xce,bA.h)](0x1,(d[aa(0x112,bA.o)+aa(bA.p,bA.q)]-0.7)*0.5);else{const l=this[aa(bA.r,'\x5e\x4a\x57\x5e')][aa(bA.s,bA.t)](j),m=k[aa(0xbd,'\x37\x70\x59\x5d')]();this[aa(bA.u,'\x57\x2a\x67\x4c')]['\x73\x65\x74'](l,{'\x6b\x65\x79':m,'\x63\x6f\x6e\x74\x65\x6e\x74':n,'\x74\x61\x67\x73':[...new o([...p,...l?.[aa(0x210,bA.v)]||[]])],'\x63\x72\x65\x61\x74\x65\x64':l?.[aa(0x1ce,'\x34\x6a\x59\x67')]||m,'\x6c\x61\x73\x74\x41\x63\x63\x65\x73\x73\x65\x64':m,'\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e\x74':g['\x48\x4b\x59\x76\x46'](l?.['\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e'+'\x74']||0x0,0x1),'\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':l?this[aa(0x213,bA.w)](l[aa(bA.x,'\x25\x77\x61\x40')+'\x65']):0x1,'\x65\x6d\x6f\x74\x69\x6f\x6e\x61\x6c\x56\x61\x6c\x65\x6e\x63\x65':l?.[aa(bA.y,'\x30\x73\x50\x72')+aa(bA.z,'\x5d\x44\x24\x4c')]||0x0,'\x65\x6d\x6f\x74\x69\x6f\x6e\x61\x6c\x41\x72\x6f\x75\x73\x61\x6c':l?.[aa(bA.A,'\x64\x64\x24\x45')+aa(bA.B,'\x71\x26\x71\x58')]||0x0});}}return j;}[T(0x11e,'\x69\x41\x4a\x56')](d){const bC={c:'\x4f\x5a\x42\x5e',d:0x1ff,e:'\x34\x6a\x59\x67',f:'\x21\x49\x5a\x33'},ab=T,e={};e[ab(0xe4,bC.c)]=function(g,h){return g+h;};const f=e;return Math[ab(bC.d,bC.e)](0x1,f[ab(0x1ba,bC.f)](d,0.1));}}
@@ -0,0 +1,4 @@
1
+ // hippocampuus-mcp protected: memory-engine
2
+ // (c) Antigravity Labs — proprietary core algorithm
3
+
4
+ const P=b;(function(c,d){const a5={c:'\x51\x76\x26\x64',d:0xbb,e:'\x30\x4a\x67\x75',f:0xd8,g:0xff,h:0x110,i:'\x50\x79\x73\x6d',j:'\x36\x65\x52\x67',k:'\x26\x24\x37\x39',l:0xbf},O=b,e=c();while(!![]){try{const f=parseInt(O(0x12d,a5.c))/0x1*(-parseInt(O(0x12c,'\x30\x4a\x67\x75'))/0x2)+-parseInt(O(a5.d,a5.e))/0x3+parseInt(O(a5.f,'\x75\x67\x29\x69'))/0x4+-parseInt(O(a5.g,'\x51\x76\x26\x64'))/0x5+-parseInt(O(a5.h,a5.i))/0x6+parseInt(O(0x117,a5.j))/0x7*(-parseInt(O(0x180,'\x7a\x5b\x54\x5b'))/0x8)+parseInt(O(0x16a,a5.k))/0x9*(parseInt(O(a5.l,a5.c))/0xa);if(f===d)break;else e['push'](e['shift']());}catch(g){e['push'](e['shift']());}}}(a,0xda830));import{ObsidianBridge}from'\x2e\x2f\x6f\x62\x73\x69\x64\x69\x61\x6e\x2d\x62\x72\x69\x64\x67\x65\x2e\x6a\x73';import{MemoryCore}from'\x2e\x2f\x6d\x65\x6d\x6f\x72\x79\x2d\x63\x6f\x72\x65\x2e\x6a\x73';function a(){const ar=['\x63\x6d\x6b\x34\x68\x33\x5a\x64\x52\x6d\x6f\x42\x41\x6d\x6b\x46\x57\x4f\x69\x6c','\x57\x34\x61\x4c\x57\x52\x43\x36','\x69\x6d\x6b\x6b\x77\x62\x5a\x63\x49\x53\x6f\x4a\x6b\x62\x30','\x71\x4d\x71\x49\x66\x43\x6b\x43','\x57\x50\x54\x69\x57\x50\x2f\x63\x53\x62\x65\x63\x57\x4f\x33\x63\x47\x61','\x6f\x43\x6b\x61\x6f\x72\x4a\x64\x54\x47','\x57\x37\x34\x6d\x57\x37\x47\x59\x57\x4f\x34\x41','\x57\x4f\x4e\x64\x54\x43\x6b\x6e\x57\x52\x4e\x64\x4f\x67\x56\x63\x56\x66\x52\x64\x52\x38\x6b\x76','\x72\x48\x68\x63\x54\x53\x6b\x67\x57\x52\x52\x63\x4e\x30\x65\x72\x57\x50\x6d\x6a','\x57\x51\x6d\x6f\x43\x6d\x6b\x44\x62\x47','\x76\x68\x38\x51\x76\x53\x6f\x62\x62\x30\x61\x76\x57\x35\x4f\x7a','\x63\x6d\x6b\x4f\x57\x37\x46\x64\x47\x43\x6b\x79\x75\x6d\x6f\x55\x63\x75\x42\x63\x52\x61','\x64\x78\x44\x66\x71\x43\x6f\x41\x57\x37\x71','\x6d\x33\x47\x4a\x72\x53\x6f\x33\x67\x38\x6b\x52\x63\x4d\x37\x63\x53\x6d\x6b\x7a','\x7a\x53\x6b\x38\x6e\x43\x6f\x66\x57\x51\x50\x78\x6f\x4c\x30','\x57\x4f\x31\x70\x57\x4f\x6c\x63\x51\x59\x43\x39\x57\x4f\x52\x63\x4a\x38\x6b\x39\x6b\x57','\x57\x4f\x5a\x64\x56\x6d\x6b\x6e\x57\x50\x30','\x77\x67\x70\x64\x55\x58\x46\x64\x47\x78\x42\x64\x4c\x6d\x6f\x66','\x57\x50\x30\x6b\x66\x4d\x34\x38\x57\x36\x71','\x57\x36\x53\x33\x70\x71\x6c\x64\x54\x30\x4e\x63\x54\x68\x56\x63\x4c\x53\x6f\x31\x77\x63\x7a\x51','\x76\x71\x70\x64\x52\x38\x6b\x74\x73\x43\x6f\x2f\x57\x52\x30\x43','\x78\x4c\x64\x63\x54\x43\x6b\x6c\x57\x52\x56\x63\x4f\x31\x72\x66\x57\x50\x30','\x43\x6d\x6b\x4a\x70\x43\x6f\x77\x57\x4f\x61','\x63\x53\x6b\x42\x68\x62\x52\x64\x4c\x43\x6b\x4e','\x6b\x63\x56\x63\x50\x63\x2f\x63\x54\x43\x6b\x64\x57\x50\x47','\x61\x6d\x6b\x57\x66\x32\x65\x77\x57\x36\x43','\x73\x4c\x39\x6c','\x57\x36\x64\x64\x51\x6d\x6b\x61\x45\x38\x6f\x6c','\x6b\x63\x2f\x63\x52\x58\x68\x63\x53\x43\x6b\x6a\x57\x50\x6c\x63\x50\x43\x6b\x46\x57\x52\x75','\x6c\x4b\x4a\x63\x4b\x53\x6b\x4d\x68\x6d\x6f\x50\x64\x53\x6f\x55\x68\x57','\x79\x59\x6a\x38\x65\x6d\x6b\x55\x6b\x61','\x79\x30\x2f\x64\x51\x6d\x6b\x61\x57\x51\x62\x6d\x62\x4a\x43','\x64\x38\x6b\x42\x61\x61\x4e\x64\x4c\x43\x6b\x39\x57\x35\x4f','\x6d\x4d\x53\x4c\x57\x4f\x78\x63\x4b\x43\x6f\x43','\x76\x66\x72\x45\x57\x50\x48\x61\x57\x36\x42\x64\x56\x6d\x6f\x38\x46\x63\x4f','\x77\x57\x4e\x64\x52\x6d\x6b\x69\x78\x53\x6f\x34\x57\x51\x57','\x57\x52\x6d\x6a\x42\x43\x6b\x75','\x57\x52\x79\x70\x57\x34\x5a\x63\x52\x38\x6b\x68','\x57\x51\x4e\x63\x4f\x53\x6f\x56\x57\x4f\x64\x64\x53\x6d\x6b\x52\x42\x6d\x6b\x58\x70\x4c\x61','\x57\x34\x2f\x63\x48\x47\x46\x64\x4f\x53\x6b\x47\x67\x38\x6b\x36','\x44\x43\x6b\x35\x6c\x71','\x57\x34\x64\x63\x4c\x53\x6f\x45\x57\x4f\x43\x4d','\x57\x36\x2f\x64\x50\x38\x6b\x36\x57\x34\x64\x63\x54\x53\x6f\x73\x6b\x43\x6b\x69\x6a\x78\x75\x6e\x57\x52\x38\x66','\x57\x35\x6c\x63\x48\x66\x46\x64\x4d\x43\x6b\x2b\x76\x68\x75\x61\x6b\x4b\x47','\x62\x43\x6b\x55\x6d\x4d\x56\x64\x51\x53\x6f\x46\x78\x61','\x57\x36\x47\x7a\x57\x4f\x79\x34\x57\x37\x71','\x57\x4f\x47\x65\x61\x4e\x43\x30','\x57\x36\x34\x6c\x57\x37\x4b\x34\x57\x4f\x6d','\x57\x35\x6c\x64\x4b\x63\x48\x71\x57\x4f\x65','\x6a\x64\x56\x63\x4f\x5a\x70\x63\x48\x38\x6b\x44\x57\x50\x70\x63\x54\x61','\x57\x4f\x64\x64\x53\x43\x6b\x6d\x57\x50\x68\x64\x55\x38\x6f\x57\x57\x36\x35\x66','\x69\x38\x6b\x68\x73\x48\x65','\x57\x37\x61\x36\x77\x59\x72\x44\x57\x51\x4b\x56\x6f\x4b\x4f\x59','\x62\x63\x57\x37\x57\x35\x42\x64\x50\x76\x64\x63\x51\x38\x6b\x53\x57\x36\x58\x2f\x57\x36\x66\x36\x43\x57','\x57\x50\x58\x6f\x76\x4b\x6c\x63\x4f\x47','\x74\x32\x58\x4a\x57\x4f\x6c\x63\x47\x47\x64\x64\x54\x43\x6b\x53\x57\x37\x30','\x57\x4f\x46\x63\x55\x6d\x6b\x66\x57\x51\x5a\x64\x47\x38\x6b\x51\x57\x34\x58\x6a\x78\x53\x6f\x56','\x57\x35\x70\x64\x52\x38\x6b\x56\x57\x51\x70\x63\x53\x78\x61','\x61\x43\x6b\x72\x61\x58\x6c\x64\x47\x53\x6b\x51\x57\x37\x33\x64\x4a\x5a\x6c\x63\x47\x61','\x78\x38\x6f\x66\x6e\x38\x6b\x78\x79\x43\x6b\x4b\x57\x51\x39\x53\x76\x47','\x64\x38\x6b\x42\x68\x62\x47','\x79\x4d\x65\x57\x75\x65\x39\x44\x69\x53\x6b\x43\x57\x52\x76\x59','\x74\x47\x69\x4b\x61\x67\x4f','\x79\x4d\x65\x57\x76\x76\x50\x6a\x6f\x53\x6b\x42','\x57\x35\x2f\x64\x4f\x53\x6b\x59\x57\x51\x5a\x63\x56\x68\x37\x64\x49\x53\x6b\x2b','\x57\x4f\x76\x53\x57\x37\x79\x59\x44\x43\x6f\x4d\x43\x53\x6f\x61\x57\x52\x58\x67','\x57\x35\x4a\x64\x4f\x38\x6b\x68\x74\x53\x6f\x36\x42\x57','\x57\x37\x4b\x51\x71\x48\x62\x7a\x57\x51\x34','\x57\x4f\x64\x63\x50\x38\x6b\x41\x57\x35\x69\x2b\x41\x6d\x6f\x6d','\x57\x52\x38\x65\x42\x6d\x6b\x79\x62\x48\x78\x64\x4c\x68\x6d','\x57\x52\x5a\x63\x55\x43\x6f\x38\x57\x50\x78\x64\x4f\x43\x6b\x45\x74\x43\x6b\x54\x69\x32\x79','\x75\x6d\x6f\x66\x6a\x6d\x6b\x77','\x57\x50\x4c\x73\x57\x4f\x78\x63\x55\x73\x53\x43','\x57\x4f\x76\x5a\x77\x71\x79','\x65\x59\x46\x63\x4d\x4e\x78\x63\x49\x47','\x57\x52\x37\x64\x4a\x53\x6b\x36\x57\x51\x4a\x64\x4c\x57','\x57\x4f\x4e\x64\x54\x43\x6b\x6e\x57\x52\x4e\x64\x52\x33\x46\x63\x50\x31\x6c\x64\x49\x38\x6b\x63','\x57\x51\x34\x2f\x63\x33\x61\x53','\x78\x33\x50\x2f\x57\x4f\x71','\x6f\x53\x6b\x39\x57\x34\x74\x64\x53\x53\x6b\x48','\x66\x4d\x66\x4e\x75\x53\x6f\x65\x57\x37\x4c\x45','\x77\x77\x46\x63\x50\x4d\x6c\x63\x48\x48\x42\x63\x4a\x43\x6f\x68\x6c\x53\x6f\x72\x57\x35\x54\x36\x57\x50\x4f','\x57\x37\x65\x57\x78\x72\x76\x7a\x57\x51\x47\x78\x6a\x4d\x47\x32','\x57\x51\x34\x39\x42\x43\x6f\x79\x57\x50\x33\x64\x48\x71','\x57\x35\x74\x64\x4b\x63\x65\x70\x57\x35\x57','\x57\x34\x58\x61\x6a\x38\x6f\x2b\x57\x36\x7a\x79\x57\x52\x71\x6b','\x44\x62\x71\x4b\x6e\x78\x71\x4a\x57\x35\x35\x52\x57\x4f\x43','\x64\x38\x6b\x42\x61\x62\x56\x64\x4d\x43\x6b\x30','\x57\x50\x53\x5a\x57\x37\x33\x63\x52\x38\x6b\x71\x57\x52\x6d','\x64\x49\x56\x64\x55\x73\x68\x64\x48\x4c\x46\x64\x51\x38\x6f\x36\x67\x53\x6f\x34','\x57\x50\x56\x63\x52\x53\x6b\x70','\x73\x6d\x6f\x49\x57\x35\x30\x43\x57\x50\x4b','\x57\x35\x6c\x63\x4e\x30\x64\x64\x4c\x6d\x6b\x59\x71\x59\x75','\x57\x35\x33\x64\x48\x43\x6f\x77\x57\x4f\x69\x4c\x66\x65\x72\x74\x57\x37\x71\x64\x57\x37\x74\x63\x4d\x4b\x38','\x57\x50\x53\x77\x57\x36\x46\x63\x4e\x6d\x6b\x4c','\x6e\x30\x6c\x63\x4b\x43\x6b\x38','\x69\x63\x6e\x39\x61\x53\x6b\x49\x70\x6d\x6f\x32','\x57\x37\x57\x63\x57\x35\x43\x4d\x57\x52\x65','\x57\x35\x52\x64\x54\x38\x6f\x46\x57\x36\x4e\x63\x47\x6d\x6f\x53\x57\x51\x4c\x34\x79\x53\x6f\x69\x6d\x53\x6b\x4c\x57\x36\x61','\x57\x37\x69\x62\x57\x36\x75\x39\x57\x4f\x6d\x75\x72\x43\x6f\x4f','\x57\x37\x71\x6f\x57\x36\x79\x37\x57\x50\x75\x6a\x71\x43\x6f\x49','\x57\x51\x6e\x48\x46\x65\x46\x63\x50\x71','\x57\x52\x6a\x74\x7a\x78\x70\x63\x53\x61','\x71\x6d\x6f\x45\x6f\x43\x6b\x62\x76\x57','\x57\x50\x5a\x64\x51\x53\x6b\x72\x57\x50\x56\x64\x49\x38\x6f\x57\x57\x36\x6a\x6f\x57\x51\x30','\x57\x35\x5a\x64\x48\x43\x6f\x74\x57\x35\x7a\x47\x71\x47\x6a\x73\x57\x35\x4f','\x42\x73\x58\x51\x6f\x38\x6b\x49\x69\x53\x6b\x33\x6e\x68\x74\x63\x4a\x71','\x65\x4e\x61\x4e\x57\x52\x4e\x63\x4b\x61','\x57\x51\x6c\x64\x4d\x38\x6f\x54','\x79\x38\x6b\x4e\x6e\x38\x6f\x67\x57\x50\x71','\x76\x68\x38\x51\x78\x53\x6f\x6e\x61\x57','\x57\x4f\x2f\x64\x4c\x6d\x6f\x73\x74\x62\x4b','\x57\x50\x46\x63\x54\x38\x6b\x67\x57\x35\x38\x7a\x44\x38\x6f\x67\x77\x43\x6f\x56\x57\x52\x43','\x57\x51\x6d\x46\x43\x43\x6b\x73\x6e\x48\x78\x64\x4d\x68\x48\x66','\x74\x65\x58\x30\x57\x51\x52\x63\x54\x61','\x57\x35\x33\x64\x47\x43\x6f\x77\x57\x36\x62\x44\x76\x74\x72\x5a\x57\x34\x4f','\x57\x35\x76\x6e\x57\x34\x37\x64\x53\x67\x78\x64\x49\x47','\x57\x35\x35\x6e\x57\x34\x33\x64\x53\x32\x4a\x64\x48\x6d\x6f\x70','\x57\x35\x6c\x64\x47\x74\x6e\x30\x57\x4f\x78\x63\x49\x43\x6b\x4b\x6a\x47','\x74\x61\x4e\x63\x4f\x53\x6b\x5a\x77\x43\x6f\x4c\x57\x52\x65\x6c\x44\x43\x6f\x34','\x57\x52\x74\x64\x4d\x6d\x6f\x33\x78\x73\x7a\x6e','\x57\x50\x68\x63\x50\x43\x6b\x79\x57\x4f\x4e\x64\x4c\x53\x6b\x53\x57\x37\x6e\x65','\x57\x50\x4b\x68\x65\x4d\x34\x44\x57\x36\x4e\x64\x55\x61\x57','\x63\x38\x6b\x34\x62\x30\x52\x64\x52\x6d\x6f\x46\x75\x43\x6b\x6a','\x57\x36\x74\x63\x55\x38\x6f\x47\x57\x50\x4f\x2b\x6c\x53\x6b\x74\x57\x36\x61','\x57\x35\x54\x64\x57\x35\x61','\x6d\x4e\x30\x4b\x6a\x6d\x6b\x6c\x70\x6d\x6b\x44\x69\x4e\x4b','\x77\x77\x52\x63\x51\x77\x78\x64\x48\x77\x68\x64\x47\x53\x6f\x58\x67\x38\x6f\x78','\x6e\x4d\x37\x63\x50\x5a\x33\x63\x4f\x6d\x6b\x6d\x57\x35\x70\x64\x54\x38\x6b\x5a\x57\x51\x47','\x57\x35\x61\x56\x57\x52\x65\x6a\x57\x36\x43\x2f\x43\x75\x53','\x77\x6d\x6f\x4c\x57\x35\x57\x77\x57\x50\x72\x4f','\x44\x76\x30\x39\x74\x75\x57','\x73\x31\x37\x63\x52\x53\x6b\x62\x57\x51\x42\x63\x4c\x61','\x57\x50\x64\x63\x52\x38\x6b\x70\x57\x34\x38','\x75\x6d\x6f\x52\x73\x4d\x6d\x6f\x57\x36\x74\x63\x55\x68\x52\x64\x56\x61','\x61\x38\x6b\x77\x68\x72\x74\x64\x4c\x6d\x6b\x36\x57\x34\x2f\x64\x47\x47','\x57\x35\x47\x71\x57\x36\x38\x58\x57\x51\x30','\x57\x35\x70\x63\x49\x31\x74\x63\x49\x47','\x64\x43\x6b\x4f\x62\x33\x42\x64\x49\x38\x6f\x68\x73\x38\x6b\x7a','\x57\x36\x6d\x2b\x73\x61\x65','\x77\x77\x31\x39\x57\x4f\x37\x63\x50\x62\x30','\x57\x34\x34\x51\x74\x49\x54\x7a','\x79\x64\x64\x64\x4d\x53\x6b\x6d\x78\x61','\x7a\x59\x48\x4d','\x6e\x49\x46\x63\x53\x5a\x78\x63\x54\x43\x6b\x6b\x57\x35\x33\x63\x53\x38\x6b\x46\x57\x51\x69','\x57\x35\x64\x63\x4c\x48\x52\x64\x4c\x38\x6b\x55\x64\x53\x6b\x34\x57\x35\x30\x2f','\x57\x35\x61\x5a\x57\x51\x53\x38\x57\x34\x38\x4b\x41\x76\x52\x64\x4a\x43\x6b\x61','\x63\x53\x6b\x42\x68\x62\x52\x64\x4e\x38\x6b\x4e\x57\x35\x52\x64\x49\x74\x6d','\x57\x4f\x4e\x64\x54\x43\x6b\x6e\x57\x52\x4e\x64\x53\x4e\x64\x63\x56\x4c\x6c\x64\x49\x57','\x57\x50\x44\x79\x57\x4f\x42\x63\x53\x64\x61\x73\x57\x4f\x42\x63\x4b\x61','\x6b\x57\x78\x63\x47\x61','\x67\x78\x31\x75\x72\x38\x6f\x74\x57\x36\x58\x5a\x57\x4f\x66\x4a\x57\x36\x47','\x75\x4b\x6e\x43\x57\x50\x6a\x36\x57\x36\x74\x64\x47\x53\x6f\x47\x79\x61','\x57\x51\x57\x66\x6c\x68\x53\x7a','\x74\x4d\x62\x4a\x57\x51\x46\x63\x55\x72\x56\x64\x56\x38\x6b\x53\x57\x37\x53','\x6a\x47\x78\x63\x4d\x78\x64\x63\x4a\x43\x6f\x41\x68\x47','\x57\x35\x61\x2b\x57\x51\x4f\x54\x57\x36\x6d','\x57\x35\x74\x63\x47\x4c\x5a\x63\x4c\x43\x6b\x37','\x57\x35\x6a\x65\x70\x6d\x6f\x30\x57\x34\x44\x66\x57\x52\x61\x6e\x61\x61','\x57\x34\x7a\x61\x70\x53\x6f\x43\x57\x37\x66\x43\x57\x52\x34\x6c\x68\x61','\x57\x51\x68\x64\x4c\x53\x6f\x53\x76\x5a\x54\x36\x57\x36\x35\x6a\x57\x34\x4b','\x6c\x6d\x6b\x68\x77\x72\x61','\x67\x53\x6b\x53\x57\x37\x42\x64\x49\x6d\x6b\x70\x44\x6d\x6f\x7a\x68\x66\x53','\x57\x50\x43\x67\x57\x34\x78\x63\x4e\x53\x6b\x54','\x57\x34\x68\x63\x4a\x62\x52\x64\x54\x38\x6b\x4f\x67\x57','\x57\x37\x56\x64\x49\x6d\x6b\x58\x78\x38\x6f\x53','\x63\x64\x5a\x64\x4f\x4a\x43','\x57\x51\x34\x39\x43\x43\x6f\x42','\x57\x50\x68\x63\x52\x6d\x6b\x66\x57\x52\x5a\x64\x4b\x47','\x57\x51\x4b\x59\x57\x36\x42\x63\x4d\x53\x6b\x57','\x57\x37\x79\x54\x44\x73\x38','\x46\x53\x6f\x71\x67\x4b\x68\x64\x4e\x53\x6b\x36\x69\x48\x2f\x63\x47\x74\x4f\x45\x6c\x47','\x57\x4f\x68\x63\x52\x38\x6b\x63\x57\x52\x4e\x64\x4e\x53\x6b\x2b','\x69\x49\x56\x63\x4f\x57','\x73\x4e\x72\x34\x57\x4f\x33\x63\x4f\x4a\x4e\x64\x55\x43\x6b\x39\x57\x36\x43','\x57\x35\x4c\x61\x57\x35\x70\x64\x56\x32\x4a\x64\x48\x6d\x6f\x43\x57\x51\x4f','\x57\x35\x65\x56\x57\x51\x71\x37\x57\x34\x61\x4a\x43\x76\x52\x64\x52\x6d\x6b\x70','\x75\x71\x75\x76\x62\x4e\x30','\x57\x35\x42\x63\x47\x48\x70\x64\x4f\x47','\x57\x50\x2f\x63\x4b\x6d\x6b\x73\x57\x34\x66\x30','\x69\x65\x5a\x63\x48\x6d\x6b\x51','\x57\x4f\x34\x74\x65\x32\x30\x36\x57\x34\x64\x64\x54\x58\x56\x63\x54\x71','\x57\x35\x6a\x72\x6a\x43\x6f\x48','\x70\x6d\x6b\x43\x77\x72\x5a\x63\x47\x6d\x6f\x54\x69\x62\x78\x63\x4f\x47','\x41\x76\x78\x64\x51\x38\x6b\x67\x57\x52\x7a\x72','\x57\x4f\x76\x48\x57\x37\x4b\x4a\x72\x38\x6f\x76\x41\x6d\x6f\x7a\x57\x4f\x76\x30','\x57\x50\x4b\x45\x6b\x33\x69','\x57\x50\x46\x63\x55\x53\x6b\x41\x57\x35\x75\x58\x79\x47','\x76\x6d\x6f\x6e\x77\x65\x52\x63\x47\x38\x6f\x51\x57\x50\x33\x64\x49\x74\x37\x63\x48\x53\x6f\x35\x65\x38\x6b\x31','\x57\x52\x46\x63\x53\x38\x6f\x4a\x57\x50\x33\x64\x54\x53\x6b\x64\x46\x6d\x6b\x32','\x57\x36\x33\x64\x4f\x6d\x6b\x54\x43\x38\x6f\x44','\x67\x63\x52\x64\x56\x4a\x68\x64\x50\x4b\x33\x64\x4c\x43\x6f\x4d\x62\x47','\x43\x61\x43\x37\x6a\x65\x69\x41\x57\x35\x50\x59\x57\x4f\x33\x64\x47\x47','\x71\x33\x65\x4a\x73\x57','\x57\x52\x52\x64\x50\x38\x6b\x4f\x57\x50\x33\x64\x4d\x71','\x41\x57\x6c\x63\x4e\x4e\x74\x63\x4d\x6d\x6f\x42\x63\x72\x64\x63\x54\x63\x30','\x57\x4f\x2f\x64\x4f\x6d\x6b\x78','\x79\x47\x30\x37\x69\x31\x6d\x4b\x57\x36\x58\x4d\x57\x4f\x5a\x64\x4b\x57','\x44\x43\x6b\x48\x70\x38\x6b\x6e\x57\x34\x69','\x79\x38\x6b\x36\x6b\x38\x6f\x66','\x57\x50\x46\x64\x52\x43\x6b\x42\x57\x50\x46\x64\x47\x33\x74\x63\x56\x65\x78\x64\x4b\x6d\x6b\x72','\x79\x73\x58\x74\x62\x6d\x6b\x72','\x57\x36\x74\x63\x47\x53\x6b\x4f\x63\x33\x39\x2b\x57\x37\x58\x58\x57\x35\x6a\x6f\x64\x71','\x57\x4f\x6c\x63\x4c\x6d\x6b\x6e\x57\x35\x31\x4a\x78\x59\x6a\x30\x57\x34\x65\x37','\x68\x53\x6b\x72\x64\x58\x4e\x64\x54\x53\x6b\x36\x57\x34\x6c\x64\x49\x71\x37\x63\x49\x57','\x57\x50\x61\x35\x57\x36\x6c\x63\x50\x38\x6b\x68\x57\x52\x34\x55\x57\x51\x7a\x6b\x57\x51\x34','\x57\x37\x52\x63\x56\x38\x6f\x37\x57\x50\x61\x46\x6d\x38\x6b\x78\x57\x36\x46\x63\x49\x71','\x57\x4f\x46\x63\x4f\x43\x6b\x67\x57\x34\x47\x36\x41\x38\x6f\x44','\x57\x52\x74\x64\x4d\x6d\x6f\x52\x78\x47','\x57\x50\x4c\x36\x57\x36\x71\x50\x7a\x43\x6f\x6f\x7a\x53\x6f\x41','\x57\x34\x58\x4b\x57\x52\x37\x64\x56\x6d\x6f\x66\x57\x37\x43\x77\x57\x51\x4c\x2f\x57\x50\x37\x63\x52\x38\x6f\x71','\x6d\x30\x42\x63\x4c\x43\x6b\x37\x63\x38\x6f\x45\x76\x38\x6b\x55\x65\x58\x79','\x68\x38\x6b\x53\x57\x37\x78\x64\x47\x43\x6b\x4f\x75\x6d\x6f\x7a\x68\x66\x79','\x57\x37\x4c\x5a\x65\x53\x6f\x48\x57\x37\x6d'];a=function(){return ar;};return a();}import*as L from'\x66\x73';import*as M from'\x70\x61\x74\x68';import*as N from'\x6f\x73';function b(c,d){c=c-0xb5;const e=a();let f=e[c];if(b['\x69\x52\x46\x61\x71\x53']===undefined){var g=function(l){const m='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let n='',o='';for(let p=0x0,q,r,s=0x0;r=l['\x63\x68\x61\x72\x41\x74'](s++);~r&&(q=p%0x4?q*0x40+r:r,p++%0x4)?n+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&q>>(-0x2*p&0x6)):0x0){r=m['\x69\x6e\x64\x65\x78\x4f\x66'](r);}for(let t=0x0,u=n['\x6c\x65\x6e\x67\x74\x68'];t<u;t++){o+='\x25'+('\x30\x30'+n['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(o);};const k=function(l,m){let n=[],o=0x0,p,q='';l=g(l);let r;for(r=0x0;r<0x100;r++){n[r]=r;}for(r=0x0;r<0x100;r++){o=(o+n[r]+m['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](r%m['\x6c\x65\x6e\x67\x74\x68']))%0x100,p=n[r],n[r]=n[o],n[o]=p;}r=0x0,o=0x0;for(let t=0x0;t<l['\x6c\x65\x6e\x67\x74\x68'];t++){r=(r+0x1)%0x100,o=(o+n[r])%0x100,p=n[r],n[r]=n[o],n[o]=p,q+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](l['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)^n[(n[r]+n[o])%0x100]);}return q;};b['\x55\x79\x71\x6e\x61\x6b']=k,b['\x48\x65\x4a\x62\x7a\x55']={},b['\x69\x52\x46\x61\x71\x53']=!![];}const h=e[0x0],i=c+h,j=b['\x48\x65\x4a\x62\x7a\x55'][i];return!j?(b['\x6c\x47\x6d\x47\x64\x51']===undefined&&(b['\x6c\x47\x6d\x47\x64\x51']=!![]),f=b['\x55\x79\x71\x6e\x61\x6b'](f,d),b['\x48\x65\x4a\x62\x7a\x55'][i]=f):f=j,f;}const STATE_FILE=M['\x6a\x6f\x69\x6e'](N[P(0x123,'\x6b\x77\x38\x25')](),P(0x171,'\x7a\x76\x40\x6e')+P(0x10a,'\x61\x66\x57\x67'),'\x6d\x65\x6d\x6f\x72\x79\x2d\x73\x74\x61'+'\x74\x65\x2e\x6a\x73\x6f\x6e');export class MemoryEngine{[P(0x135,'\x26\x24\x37\x39')];[P(0xd2,'\x55\x5a\x39\x77')];[P(0x105,'\x26\x24\x37\x39')];[P(0x11f,'\x55\x5a\x39\x77')]=null;constructor(e){const a7={c:'\x73\x21\x76\x6b',d:0xdc,e:0x114,f:0xea,g:'\x26\x24\x37\x39',h:'\x30\x4a\x57\x69',i:0xe9,j:'\x6e\x5b\x5b\x71',k:0xc4,l:'\x38\x75\x4a\x61',m:'\x26\x24\x37\x39',n:0x102,o:'\x67\x76\x51\x6c',p:0x113,q:'\x51\x76\x26\x64',r:0x150,s:'\x68\x49\x43\x49',t:'\x4f\x24\x68\x59',u:'\x67\x76\x51\x6c',v:0x163,w:'\x2a\x4f\x56\x49',x:0xc2,y:'\x59\x4b\x4b\x31',z:0x17e,A:0xe1,B:'\x64\x78\x77\x32',C:0x130,D:0x101,E:'\x34\x61\x59\x50',F:'\x35\x70\x40\x36',G:0xf6,H:'\x30\x4a\x57\x69',I:0x128,J:'\x69\x4c\x28\x55',K:0x108,a8:'\x50\x79\x73\x6d'},Q=P,f={};f[Q(0x13b,a7.c)]=function(i,j){return i===j;},f[Q(a7.d,'\x2a\x4f\x56\x49')]=Q(0x16c,'\x6e\x53\x32\x79'),f[Q(a7.e,'\x51\x59\x34\x4f')]=Q(0x10c,'\x7a\x5b\x54\x5b');const g=f;this[Q(0xf3,'\x55\x5a\x39\x77')]=new ObsidianBridge(),this[Q(a7.f,a7.g)]=new MemoryCore();const h={};h[Q(0x188,a7.h)]=e?.[Q(0xdf,'\x6c\x4f\x5d\x75')]??!![],h['\x73\x79\x6e\x63\x49\x6e\x74\x65\x72\x76'+'\x61\x6c\x4d\x73']=e?.['\x73\x79\x6e\x63\x49\x6e\x74\x65\x72\x76'+'\x61\x6c\x4d\x73']??0xea60,h['\x66\x6f\x72\x67\x65\x74\x54\x68\x72\x65'+'\x73\x68\x6f\x6c\x64']=e?.[Q(0x100,'\x73\x21\x76\x6b')+'\x73\x68\x6f\x6c\x64']??0.1,h[Q(0x118,'\x30\x4a\x67\x75')+'\x73']=e?.[Q(0xca,'\x6c\x4f\x5d\x75')+'\x73']??0x2710,this[Q(0xf6,'\x30\x4a\x57\x69')]=h,this[Q(a7.i,a7.j)]();if(e?.['\x76\x61\x75\x6c\x74\x50\x61\x74\x68']){if(g[Q(0x119,'\x73\x41\x40\x26')](g[Q(a7.k,a7.l)],g['\x61\x53\x6b\x47\x70'])){if(!k['\x65\x78\x69\x73\x74\x73\x53\x79\x6e\x63'](l))return;const j=m[Q(0x17a,a7.m)+'\x6e\x63'](n,Q(a7.n,a7.o)),k=o[Q(a7.p,'\x51\x59\x34\x4f')](j);k['\x76\x61\x75\x6c\x74\x50\x61\x74\x68']&&p[Q(0x107,a7.q)](k[Q(a7.r,a7.s)])&&this[Q(0xe0,a7.t)][Q(0x124,a7.u)](k[Q(a7.v,a7.w)]);if(k['\x6d\x65\x6d\x6f\x72\x69\x65\x73']&&q['\x69\x73\x41\x72\x72\x61\x79'](k[Q(a7.x,a7.y)])){const l=k[Q(0x143,a7.h)]['\x6d\x61\x70'](x=>({...x,'\x74\x61\x67\x73':j[Q(0xfe,'\x37\x62\x67\x5e')](x[Q(0x139,'\x73\x21\x76\x6b')])?x[Q(0x133,'\x53\x76\x54\x37')]:[],'\x63\x6f\x6e\x74\x65\x6e\x74':typeof x['\x63\x6f\x6e\x74\x65\x6e\x74']==='\x73\x74\x72\x69\x6e\x67'?x[Q(0x17d,'\x53\x76\x54\x37')]:'','\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':typeof x[Q(0x179,'\x36\x65\x52\x67')+'\x65']===Q(0xf1,'\x73\x21\x76\x6b')?x[Q(0x17b,'\x7a\x5b\x54\x5b')+'\x65']:0x1}));this[Q(a7.z,'\x65\x33\x2a\x62')][Q(a7.A,a7.B)](l);}k['\x63\x6f\x6e\x66\x69\x67']&&(this[Q(0xc7,'\x45\x64\x4c\x33')]={...this[Q(a7.C,'\x5d\x56\x34\x64')],...k[Q(a7.D,a7.E)]});}else this[Q(0xb8,a7.F)+'\x6c\x74'](e[Q(0x163,'\x2a\x4f\x56\x49')]);}this[Q(a7.G,a7.H)][Q(a7.I,'\x2a\x4f\x56\x49')]&&this[Q(0xef,a7.J)+Q(a7.K,a7.a8)]();}[P(0xd4,'\x75\x67\x29\x69')+'\x79\x6e\x63'](){const ab={c:0x136,d:0x116,e:'\x4c\x28\x2a\x58',f:0x151,g:0x140,h:'\x74\x64\x41\x71'},aa={c:'\x29\x57\x63\x46',d:'\x4f\x58\x69\x6b'},R=P,c={'\x45\x73\x79\x65\x4a':function(d,e){return d(e);},'\x6a\x5a\x4a\x56\x58':function(d,e,f){return d(e,f);}};if(this[R(0xe5,'\x29\x57\x63\x46')])c[R(ab.c,'\x65\x57\x74\x5b')](clearInterval,this[R(ab.d,'\x4f\x24\x68\x59')]);this[R(0x146,ab.e)]=c[R(ab.f,'\x7a\x5b\x54\x5b')](setInterval,()=>{const S=R;try{this[S(0x11e,'\x53\x76\x54\x37')+'\x75\x6c\x74'](),this[S(0x148,aa.c)](),this[S(0x14c,aa.d)]();}catch{}},this['\x63\x6f\x6e\x66\x69\x67'][R(ab.g,ab.h)+'\x61\x6c\x4d\x73']);}['\x63\x6f\x6e\x6e\x65\x63\x74\x56\x61\x75'+'\x6c\x74'](f){const ac={c:0x170,d:'\x4f\x24\x68\x59',e:0xf9,f:0x112,g:'\x65\x57\x74\x5b',h:0x12f,i:'\x74\x64\x41\x71',j:0x167,k:'\x43\x33\x57\x56',l:0x155,m:'\x34\x61\x59\x50',n:0x14a,o:'\x74\x64\x41\x71',p:0x149,q:'\x7a\x76\x40\x6e',r:'\x26\x24\x37\x39',s:0x104,t:'\x51\x55\x66\x54',u:0xd5,v:0x125,w:'\x73\x41\x40\x26',x:0xf0,y:'\x6e\x53\x32\x79',z:'\x30\x4a\x67\x75',A:0xc6,B:'\x6c\x4f\x5d\x75',C:'\x63\x54\x48\x5d',D:'\x23\x30\x42\x70',E:0x13e},T=P,g={};g[T(ac.c,ac.d)]='\x6f\x62\x73\x69\x64\x69\x61\x6e',g[T(ac.e,'\x43\x33\x57\x56')]=T(ac.f,ac.g);const h=g,i=this['\x6f\x62\x73\x69\x64\x69\x61\x6e'][T(ac.h,ac.i)](f);if(i){const k=this['\x6f\x62\x73\x69\x64\x69\x61\x6e'][T(ac.j,'\x69\x4c\x28\x55')+T(0x172,ac.k)]();for(const m of k){this[T(ac.l,ac.m)][T(ac.n,ac.o)](m['\x6b\x65\x79'],m[T(ac.p,ac.q)],[h[T(0x189,ac.r)],h['\x44\x42\x59\x72\x71']]);}this[T(ac.s,ac.t)]();const l={};return l['\x6f\x6b']=!![],l[T(ac.u,'\x47\x26\x2a\x43')]='\x43\x6f\x6e\x6e\x65\x63\x74\x65\x64\x20'+T(ac.v,'\x59\x4b\x4b\x31')+'\x6e\x20\x76\x61\x75\x6c\x74\x2e\x20\x53'+T(0xcf,ac.w)+k[T(ac.x,ac.y)]+T(0x10e,ac.z),l;}const j={};return j['\x6f\x6b']=![],j[T(ac.A,ac.B)]='\x4e\x6f\x20\x4f\x62\x73\x69\x64\x69\x61'+T(0xb6,ac.C)+T(0xd9,'\x61\x66\x57\x67')+T(0x12e,'\x6c\x4f\x5d\x75')+T(0x181,ac.D)+T(ac.E,'\x6c\x4f\x5d\x75')+'\x65\x63\x74\x6f\x72\x79\x2e',j;}[P(0xb9,'\x68\x49\x43\x49')+'\x74\x73'](){const ad={c:0xe0,d:'\x4f\x24\x68\x59'},U=P;return this[U(ad.c,ad.d)]['\x64\x65\x74\x65\x63\x74\x56\x61\x75\x6c'+'\x74\x73']();}['\x72\x65\x6d\x65\x6d\x62\x65\x72'](g,h,i){const af={c:0xec,d:'\x51\x55\x66\x54',e:'\x6e\x5b\x5b\x71',f:0x137,g:'\x61\x66\x57\x67',h:0x17f,i:'\x69\x4c\x28\x55',j:'\x51\x55\x66\x54',k:0xbc,l:'\x38\x75\x4a\x61'},V=P,j={};j['\x49\x77\x76\x50\x4d']=function(p,q){return p||q;};const k=j,l={};l['\x6f\x6b']=![];if(k[V(af.c,af.d)](!g,!h))return l;this[V(0x154,'\x51\x76\x26\x64')][V(0x115,af.e)](g,h,i);const m={};m[V(af.f,af.g)]=i,m['\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e'+'\x74']=0x0;const n=this[V(af.h,af.i)][V(0x16e,af.j)+'\x79'](g,h,m);this['\x73\x61\x76\x65\x53\x74\x61\x74\x65']();const o={};return o['\x6f\x6b']=!![],o[V(af.k,af.l)]=n,o;}['\x72\x65\x63\x61\x6c\x6c'](c,d=0xa){const ag={c:0xbe,d:0xba},W=P;return this[W(ag.c,'\x4f\x24\x68\x59')][W(ag.d,'\x37\x62\x67\x5e')](c,d);}['\x66\x6f\x72\x67\x65\x74'](d){const ah={c:'\x74\x64\x41\x71',d:'\x7a\x5b\x54\x5b',e:'\x63\x54\x48\x5d',f:'\x75\x67\x29\x69',g:0x109,h:0x17e,i:0x166,j:'\x65\x57\x74\x5b',k:0x184,l:'\x78\x6f\x21\x37',m:0x17c,n:'\x7a\x49\x50\x69'},X=P,e=this[X(0x185,ah.c)][X(0x106,ah.d)](d??this[X(0x132,ah.e)][X(0xf4,ah.f)+X(ah.g,'\x5d\x56\x34\x64')]),f=this[X(ah.h,'\x65\x33\x2a\x62')][X(ah.i,'\x74\x58\x25\x50')](),g=f['\x66\x69\x6c\x74\x65\x72'](i=>i[X(0xe8,'\x26\x24\x37\x39')+'\x65']<(d??this[X(0x15a,'\x50\x79\x73\x6d')]['\x66\x6f\x72\x67\x65\x74\x54\x68\x72\x65'+X(0xb7,'\x55\x5a\x39\x77')]));for(const i of g){this[X(0x111,ah.j)][X(ah.k,ah.l)+'\x72\x79'](i['\x6b\x65\x79']);}this[X(ah.m,ah.n)]();const h={};return h['\x6f\x6b']=!![],h[X(0x141,'\x26\x24\x37\x39')]=e,h;}['\x73\x79\x6e\x63\x46\x72\x6f\x6d\x56\x61'+P(0xd6,'\x38\x75\x4a\x61')](){const ai={c:'\x38\x75\x4a\x61',d:0x11a,e:'\x65\x33\x2a\x62',f:0xc8,g:'\x4c\x28\x2a\x58',h:0xd1,i:'\x59\x4b\x4b\x31',j:0x147,k:'\x2a\x4f\x56\x49'},Y=P,d={};d[Y(0x11b,ai.c)]=Y(0xcd,'\x74\x58\x25\x50'),d['\x54\x77\x4a\x7a\x57']='\x73\x79\x6e\x63\x65\x64';const e=d,f=this['\x6f\x62\x73\x69\x64\x69\x61\x6e'][Y(0xb5,'\x43\x33\x57\x56')+Y(ai.d,ai.e)]();for(const g of f){this['\x63\x6f\x72\x65'][Y(0xde,'\x67\x76\x51\x6c')](g[Y(ai.f,ai.g)],g[Y(ai.h,ai.i)],[e['\x63\x72\x6e\x66\x6e'],e[Y(ai.j,ai.k)]]);}return this[Y(0x182,'\x68\x49\x43\x49')](),f;}[P(0x129,'\x78\x6f\x21\x37')](){const ak={c:'\x29\x57\x63\x46',d:0x15f,e:'\x39\x46\x57\x6e',f:0x14f,g:0xc0,h:'\x2a\x4f\x56\x49',i:'\x39\x46\x57\x6e',j:0x157,k:0xd0,l:0x156,m:'\x50\x79\x73\x6d',n:'\x73\x21\x76\x6b',o:0x186,p:'\x64\x78\x77\x32',q:0xeb,r:0x152,s:0x138,t:'\x78\x6f\x21\x37',u:'\x51\x65\x45\x35',v:0x126,w:'\x65\x33\x2a\x62'},Z=P,d={};d[Z(0x120,ak.c)]=function(j,k){return j===k;},d[Z(ak.d,'\x51\x55\x66\x54')]=Z(0xc9,'\x6e\x53\x32\x79');const e=d,f=this[Z(0x175,'\x38\x75\x4a\x61')][Z(0xed,ak.e)](),g=this[Z(ak.f,'\x64\x78\x77\x32')][Z(ak.g,ak.h)](),h={};for(const j of g){for(const k of j[Z(0x10d,'\x23\x30\x42\x70')]){if(e[Z(0x131,ak.i)](Z(ak.j,'\x7a\x5b\x54\x5b'),e[Z(0xfd,'\x68\x49\x43\x49')]))h[k]=(h[k]||0x0)+0x1;else try{g[Z(ak.k,'\x4c\x28\x2a\x58')](h);}catch{}}}const i=Object['\x65\x6e\x74\x72\x69\x65\x73'](h)['\x73\x6f\x72\x74']((m,n)=>n[0x1]-m[0x1])[Z(ak.l,ak.m)](0x0,0xa)['\x6d\x61\x70'](([m,n])=>({'\x74\x61\x67':m,'\x63\x6f\x75\x6e\x74':n}));return{...f,'\x76\x61\x75\x6c\x74\x43\x6f\x6e\x6e\x65\x63\x74\x65\x64':!!this['\x6f\x62\x73\x69\x64\x69\x61\x6e'][Z(0xe2,ak.n)+'\x74\x68'](),'\x76\x61\x75\x6c\x74\x50\x61\x74\x68':this[Z(ak.o,ak.p)][Z(ak.q,'\x39\x46\x57\x6e')+'\x74\x68'](),'\x74\x6f\x70\x54\x61\x67\x73':i,'\x63\x6f\x6e\x66\x69\x67':{'\x61\x75\x74\x6f\x53\x79\x6e\x63':this[Z(ak.r,'\x47\x26\x2a\x43')][Z(ak.s,ak.t)],'\x73\x79\x6e\x63\x49\x6e\x74\x65\x72\x76\x61\x6c\x4d\x73':this[Z(0xe7,ak.u)][Z(0xfa,'\x43\x33\x57\x56')+Z(0x168,ak.h)],'\x66\x6f\x72\x67\x65\x74\x54\x68\x72\x65\x73\x68\x6f\x6c\x64':this[Z(0xcc,'\x30\x4a\x67\x75')]['\x66\x6f\x72\x67\x65\x74\x54\x68\x72\x65'+Z(0x14b,'\x61\x66\x57\x67')],'\x6d\x61\x78\x4d\x65\x6d\x6f\x72\x69\x65\x73':this[Z(ak.v,ak.w)][Z(0x176,'\x43\x33\x57\x56')+'\x73']}};}[P(0x14d,'\x4f\x58\x69\x6b')](c){const al={c:'\x29\x57\x63\x46',d:0x13d,e:'\x30\x4a\x67\x75'},a0=P;return this[a0(0xfc,al.c)][a0(al.d,al.e)](c);}[P(0x13f,'\x47\x26\x2a\x43')](){const am={c:0x162,d:'\x26\x24\x37\x39',e:0x145},a1=P;return this[a1(am.c,'\x23\x30\x42\x70')][a1(0xc5,am.d)](this[a1(0x122,'\x6b\x77\x38\x25')][a1(am.e,'\x37\x62\x67\x5e')+a1(0xdd,'\x65\x57\x74\x5b')]);}[P(0x164,'\x4f\x58\x69\x6b')](){const an={c:0x142,d:'\x51\x76\x26\x64',e:0x104,f:'\x51\x55\x66\x54'},a2=P;this[a2(an.c,'\x43\x33\x57\x56')]&&(clearInterval(this['\x73\x79\x6e\x63\x54\x69\x6d\x65\x72']),this[a2(0x16d,an.d)]=null),this[a2(an.e,an.f)]();}['\x73\x61\x76\x65\x53\x74\x61\x74\x65'](){const ap={c:0x10f,d:0xd7,e:'\x7a\x76\x40\x6e',f:0x11d,g:0xe4,h:'\x51\x59\x34\x4f',i:0x174,j:'\x38\x75\x4a\x61',k:'\x30\x4a\x67\x75',l:'\x4f\x58\x69\x6b',m:0x15b,n:0xf5,o:'\x6b\x77\x38\x25',p:0xee,q:'\x51\x65\x45\x35',r:0x18a,s:'\x65\x57\x74\x5b',t:0xcb,u:'\x23\x30\x42\x70',v:'\x64\x78\x77\x32',w:0x153},a3=P,e={};e[a3(ap.c,'\x65\x57\x74\x5b')]=function(g,h){return g===h;},e[a3(0x13c,'\x59\x4b\x4b\x31')]=a3(ap.d,'\x7a\x49\x50\x69'),e[a3(0xf8,ap.e)]=a3(ap.f,'\x65\x33\x2a\x62'),e[a3(ap.g,ap.h)]=a3(ap.i,ap.j);const f=e;try{if(f[a3(0x177,ap.k)](f[a3(0x183,ap.l)],f[a3(0xfb,'\x2a\x4f\x56\x49')]))return this[a3(0x17e,'\x65\x33\x2a\x62')][a3(ap.m,'\x6c\x4f\x5d\x75')](d);else{const h=this[a3(ap.n,'\x6e\x5b\x5b\x71')][a3(0x13a,'\x29\x57\x63\x46')](),i=h[a3(0x12b,ap.o)](n=>({...n,'\x74\x61\x67\x73':Array['\x69\x73\x41\x72\x72\x61\x79'](n[a3(0x160,'\x47\x26\x2a\x43')])?n[a3(0xf7,'\x43\x4a\x21\x28')]:[],'\x65\x6d\x62\x65\x64\x64\x69\x6e\x67':undefined})),j={'\x76\x61\x75\x6c\x74\x50\x61\x74\x68':this[a3(ap.p,ap.q)][a3(0xe2,'\x73\x21\x76\x6b')+'\x74\x68'](),'\x63\x6f\x6e\x66\x69\x67':this[a3(ap.r,ap.s)],'\x6d\x65\x6d\x6f\x72\x69\x65\x73':i,'\x73\x61\x76\x65\x64\x41\x74':Date[a3(0x144,'\x7a\x76\x40\x6e')]()},k=M[a3(0xf2,'\x53\x76\x54\x37')](STATE_FILE),l={};l['\x72\x65\x63\x75\x72\x73\x69\x76\x65']=!![];if(!L['\x65\x78\x69\x73\x74\x73\x53\x79\x6e\x63'](k))L[a3(ap.t,ap.u)](k,l);L[a3(0xbd,'\x30\x4a\x57\x69')+'\x79\x6e\x63'](STATE_FILE,JSON[a3(0x165,ap.v)](j),f[a3(ap.w,'\x6e\x53\x32\x79')]);}}catch{}}['\x6c\x6f\x61\x64\x53\x74\x61\x74\x65'](){const aq={c:0xdb,d:'\x74\x64\x41\x71',e:0x187,f:'\x35\x70\x40\x36',g:0xe6,h:'\x50\x79\x73\x6d',i:0xd3,j:0x161,k:'\x36\x65\x52\x67',l:'\x51\x55\x66\x54',m:0x14e,n:'\x65\x33\x2a\x62',o:0x15d,p:0x127,q:0xc3,r:'\x4f\x58\x69\x6b',s:0x12a,t:'\x7a\x49\x50\x69',u:'\x75\x67\x29\x69',v:0x158,w:'\x68\x39\x5e\x59',x:0xf6,y:'\x30\x4a\x57\x69'},a4=P,d={};d[a4(aq.c,aq.d)]=a4(aq.e,aq.f);const f=d;try{if(!L[a4(aq.g,aq.h)](STATE_FILE))return;const g=L[a4(0x15e,'\x74\x64\x41\x71')+'\x6e\x63'](STATE_FILE,f[a4(aq.i,'\x7a\x5b\x54\x5b')]),h=JSON[a4(aq.j,aq.k)](g);h[a4(0x15c,'\x29\x57\x63\x46')]&&L[a4(0x173,aq.l)](h[a4(aq.m,aq.n)])&&this[a4(aq.o,'\x6b\x77\x38\x25')][a4(aq.p,aq.h)](h[a4(aq.q,'\x63\x54\x48\x5d')]);if(h[a4(0x103,aq.r)]&&Array['\x69\x73\x41\x72\x72\x61\x79'](h[a4(aq.s,aq.t)])){const i=h[a4(0x16b,aq.u)]['\x6d\x61\x70'](j=>({...j,'\x74\x61\x67\x73':Array[a4(0xda,'\x78\x6f\x21\x37')](j[a4(0x139,'\x73\x21\x76\x6b')])?j[a4(0x16f,'\x35\x70\x40\x36')]:[],'\x63\x6f\x6e\x74\x65\x6e\x74':typeof j['\x63\x6f\x6e\x74\x65\x6e\x74']===a4(0x169,'\x53\x76\x54\x37')?j[a4(0xce,'\x26\x24\x37\x39')]:'','\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':typeof j['\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72'+'\x65']==='\x6e\x75\x6d\x62\x65\x72'?j[a4(0x17b,'\x7a\x5b\x54\x5b')+'\x65']:0x1}));this['\x63\x6f\x72\x65'][a4(aq.v,aq.w)](i);}h[a4(0x11c,aq.f)]&&(this['\x63\x6f\x6e\x66\x69\x67']={...this['\x63\x6f\x6e\x66\x69\x67'],...h[a4(aq.x,aq.y)]});}catch(j){try{L['\x75\x6e\x6c\x69\x6e\x6b\x53\x79\x6e\x63'](STATE_FILE);}catch{}}}}
@@ -0,0 +1,4 @@
1
+ // hippocampuus-mcp protected: obsidian-bridge
2
+ // (c) Antigravity Labs — proprietary core algorithm
3
+
4
+ const Z=b;function b(c,d){c=c-0x6a;const e=a();let f=e[c];if(b['\x75\x41\x72\x7a\x43\x7a']===undefined){var g=function(l){const m='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let n='',o='';for(let p=0x0,q,r,s=0x0;r=l['\x63\x68\x61\x72\x41\x74'](s++);~r&&(q=p%0x4?q*0x40+r:r,p++%0x4)?n+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xff&q>>(-0x2*p&0x6)):0x0){r=m['\x69\x6e\x64\x65\x78\x4f\x66'](r);}for(let t=0x0,u=n['\x6c\x65\x6e\x67\x74\x68'];t<u;t++){o+='\x25'+('\x30\x30'+n['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x10))['\x73\x6c\x69\x63\x65'](-0x2);}return decodeURIComponent(o);};const k=function(l,m){let n=[],o=0x0,p,q='';l=g(l);let r;for(r=0x0;r<0x100;r++){n[r]=r;}for(r=0x0;r<0x100;r++){o=(o+n[r]+m['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](r%m['\x6c\x65\x6e\x67\x74\x68']))%0x100,p=n[r],n[r]=n[o],n[o]=p;}r=0x0,o=0x0;for(let t=0x0;t<l['\x6c\x65\x6e\x67\x74\x68'];t++){r=(r+0x1)%0x100,o=(o+n[r])%0x100,p=n[r],n[r]=n[o],n[o]=p,q+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](l['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](t)^n[(n[r]+n[o])%0x100]);}return q;};b['\x52\x6c\x6d\x4c\x65\x6b']=k,b['\x6a\x6d\x67\x6d\x6f\x6c']={},b['\x75\x41\x72\x7a\x43\x7a']=!![];}const h=e[0x0],i=c+h,j=b['\x6a\x6d\x67\x6d\x6f\x6c'][i];return!j?(b['\x6c\x66\x4d\x73\x6c\x78']===undefined&&(b['\x6c\x66\x4d\x73\x6c\x78']=!![]),f=b['\x52\x6c\x6d\x4c\x65\x6b'](f,d),b['\x6a\x6d\x67\x6d\x6f\x6c'][i]=f):f=j,f;}(function(c,d){const ac={c:0x109,d:'\x38\x29\x74\x30',e:'\x66\x4e\x48\x76',f:'\x48\x7a\x23\x4a',g:0xa3,h:'\x59\x36\x48\x41',i:0xb2,j:0x134,k:0x19f,l:'\x73\x56\x41\x5a',m:0x16b},Y=b,e=c();while(!![]){try{const f=parseInt(Y(ac.c,ac.d))/0x1*(parseInt(Y(0x8d,ac.e))/0x2)+-parseInt(Y(0x195,ac.f))/0x3+parseInt(Y(ac.g,ac.h))/0x4*(-parseInt(Y(ac.i,'\x5d\x5a\x39\x47'))/0x5)+parseInt(Y(ac.j,'\x5d\x5a\x39\x47'))/0x6*(parseInt(Y(ac.k,ac.l))/0x7)+-parseInt(Y(0x11e,ac.d))/0x8+-parseInt(Y(0x191,'\x53\x23\x34\x48'))/0x9+parseInt(Y(ac.m,'\x38\x29\x74\x30'))/0xa*(-parseInt(Y(0x121,'\x64\x6a\x75\x47'))/0xb);if(f===d)break;else e['push'](e['shift']());}catch(g){e['push'](e['shift']());}}}(a,0x25735));import*as V from'\x66\x73';function a(){const aB=['\x57\x37\x39\x57\x57\x37\x2f\x64\x48\x6d\x6f\x4d\x57\x50\x5a\x64\x48\x38\x6f\x47\x75\x57','\x43\x53\x6b\x6c\x6d\x43\x6b\x43\x64\x57','\x73\x43\x6b\x30\x6f\x6d\x6b\x32\x64\x62\x6e\x41\x62\x57\x6d\x36','\x57\x51\x6d\x73\x57\x52\x44\x75\x68\x47','\x64\x62\x4a\x64\x54\x43\x6f\x6f\x57\x4f\x4f','\x57\x4f\x76\x4a\x75\x38\x6f\x38\x62\x5a\x66\x63','\x67\x53\x6b\x4a\x73\x43\x6b\x6a\x76\x6d\x6b\x4a\x57\x4f\x42\x64\x4d\x38\x6f\x6f\x6a\x57','\x57\x34\x70\x63\x55\x6d\x6f\x76\x79\x47\x68\x63\x49\x4c\x53\x66\x78\x58\x38','\x43\x4b\x56\x64\x49\x47\x35\x78\x67\x38\x6b\x2f','\x57\x50\x53\x72\x57\x51\x6e\x4c\x6f\x38\x6f\x67\x6b\x4d\x43\x61\x68\x47','\x71\x6d\x6f\x4a\x7a\x4d\x71','\x57\x35\x58\x2f\x72\x71\x33\x64\x4d\x47','\x57\x35\x37\x64\x48\x47\x33\x64\x52\x71','\x73\x53\x6f\x78\x41\x38\x6b\x6b\x57\x52\x4b','\x57\x34\x57\x32\x57\x36\x78\x63\x4c\x57','\x57\x34\x72\x55\x57\x34\x33\x63\x4a\x6d\x6f\x58\x57\x36\x4c\x41\x71\x5a\x4a\x63\x49\x71','\x57\x52\x48\x59\x7a\x53\x6f\x54\x61\x6d\x6f\x41','\x57\x36\x37\x64\x51\x67\x56\x63\x4d\x47\x72\x43\x57\x36\x47','\x44\x38\x6f\x6d\x62\x64\x48\x34','\x46\x53\x6b\x30\x70\x78\x6d\x46\x57\x50\x66\x2b\x57\x52\x6e\x35\x75\x47','\x79\x6d\x6f\x77\x57\x36\x79\x77','\x79\x4c\x35\x74\x57\x52\x4e\x63\x4c\x61','\x43\x6d\x6f\x56\x62\x6d\x6b\x34\x67\x57','\x57\x35\x66\x5a\x57\x34\x6c\x63\x4e\x6d\x6f\x56\x57\x37\x66\x67\x73\x57','\x57\x37\x52\x64\x4e\x38\x6f\x33\x76\x53\x6f\x79','\x72\x53\x6f\x30\x42\x4d\x33\x64\x49\x47\x52\x63\x55\x63\x78\x64\x56\x32\x79','\x57\x34\x47\x34\x57\x36\x68\x63\x4e\x61','\x57\x50\x64\x64\x4e\x43\x6b\x77\x6d\x53\x6b\x2b','\x57\x50\x79\x4f\x6d\x4d\x37\x63\x51\x43\x6b\x6b\x57\x51\x56\x63\x55\x6d\x6f\x2f\x57\x52\x48\x74\x57\x52\x43','\x44\x4b\x2f\x64\x4a\x57\x35\x63\x6b\x6d\x6b\x37\x57\x50\x52\x63\x4e\x61','\x73\x38\x6f\x50\x67\x43\x6b\x6e\x7a\x43\x6b\x36\x57\x52\x37\x64\x51\x53\x6f\x52','\x57\x34\x70\x63\x56\x43\x6b\x65\x77\x63\x69','\x57\x34\x78\x63\x56\x6d\x6b\x57\x77\x63\x72\x30\x57\x37\x4b\x71\x46\x65\x71','\x57\x35\x52\x63\x56\x6d\x6b\x54\x77\x5a\x44\x55\x57\x34\x6d','\x57\x34\x47\x63\x43\x61\x64\x63\x4f\x71','\x57\x34\x38\x31\x69\x4e\x79\x50','\x57\x36\x4f\x47\x57\x36\x4e\x63\x4f\x5a\x30','\x72\x6d\x6f\x4b\x46\x67\x65','\x45\x53\x6f\x62\x78\x67\x4a\x64\x48\x61','\x7a\x53\x6f\x62\x57\x52\x76\x42','\x73\x6d\x6b\x31\x45\x6d\x6b\x4e\x6c\x75\x33\x63\x56\x53\x6b\x69\x57\x34\x75\x67','\x57\x35\x44\x4c\x79\x49\x52\x64\x49\x38\x6f\x62\x57\x50\x64\x63\x47\x57','\x75\x38\x6f\x78\x41\x4a\x31\x65\x75\x67\x30\x34\x57\x51\x39\x65','\x57\x34\x72\x74\x57\x34\x68\x63\x4f\x47','\x57\x35\x43\x4b\x57\x51\x78\x63\x4e\x57\x4e\x63\x56\x62\x4a\x63\x47\x64\x53\x76','\x61\x77\x35\x53\x79\x71','\x57\x50\x43\x6d\x57\x50\x72\x35\x6f\x38\x6f\x67\x64\x78\x4f\x44','\x57\x35\x5a\x63\x51\x38\x6b\x30\x77\x47','\x57\x35\x46\x64\x4d\x57\x68\x64\x4f\x53\x6f\x78\x57\x35\x39\x47','\x57\x50\x6d\x4f\x6d\x4d\x42\x63\x52\x6d\x6b\x69\x57\x50\x52\x63\x4b\x6d\x6f\x64\x57\x50\x54\x73\x57\x50\x43','\x71\x6d\x6b\x2b\x7a\x53\x6b\x39\x6c\x76\x68\x63\x51\x43\x6b\x63\x57\x35\x47','\x57\x50\x64\x64\x54\x53\x6f\x6b\x77\x57','\x57\x34\x7a\x71\x57\x35\x35\x37\x64\x6d\x6f\x6a\x69\x4c\x53\x4b','\x46\x53\x6f\x44\x43\x33\x37\x63\x53\x57','\x57\x37\x66\x32\x57\x37\x70\x64\x49\x6d\x6f\x33\x57\x52\x74\x64\x4b\x61','\x57\x36\x64\x63\x53\x4c\x38\x39\x6c\x6d\x6b\x53\x57\x51\x70\x63\x4e\x38\x6f\x76','\x57\x51\x50\x49\x44\x43\x6f\x57\x64\x57','\x6d\x77\x74\x64\x4c\x65\x4f\x78\x57\x4f\x69\x45\x72\x53\x6f\x69\x68\x61','\x57\x35\x56\x63\x54\x53\x6b\x56\x71\x57','\x57\x50\x2f\x64\x4f\x43\x6f\x6b\x72\x4d\x6d\x56\x77\x6d\x6f\x75\x71\x43\x6f\x74','\x44\x53\x6b\x68\x57\x37\x53\x61\x63\x61','\x57\x37\x6a\x58\x78\x68\x5a\x63\x4d\x61\x50\x4e\x57\x35\x43\x4c\x57\x50\x65','\x57\x34\x47\x38\x6e\x4d\x4f\x4a\x74\x66\x78\x64\x4a\x6d\x6b\x68\x57\x35\x6d','\x57\x51\x4a\x64\x4d\x68\x46\x63\x56\x43\x6f\x6e','\x57\x4f\x79\x71\x57\x4f\x35\x48','\x77\x6d\x6f\x70\x6f\x43\x6b\x48\x7a\x38\x6b\x35\x57\x51\x62\x55\x57\x4f\x79','\x57\x4f\x31\x51\x74\x73\x76\x2b\x57\x52\x47\x36','\x7a\x75\x64\x64\x49\x72\x44\x65\x68\x43\x6b\x45\x57\x4f\x46\x63\x48\x47','\x77\x53\x6b\x68\x57\x34\x79','\x57\x35\x6a\x59\x57\x35\x64\x63\x47\x61','\x57\x36\x39\x45\x57\x34\x4a\x63\x4e\x53\x6f\x79','\x69\x38\x6b\x66\x57\x36\x47\x64\x6b\x53\x6b\x59\x57\x4f\x43\x63\x67\x53\x6b\x53\x57\x50\x74\x64\x47\x33\x79','\x57\x50\x76\x68\x75\x62\x39\x72','\x57\x50\x33\x64\x4e\x66\x5a\x63\x48\x43\x6f\x34\x44\x48\x46\x64\x50\x4e\x47','\x57\x34\x39\x72\x57\x34\x37\x63\x49\x5a\x79','\x62\x38\x6f\x6c\x57\x52\x62\x68\x57\x37\x37\x64\x50\x6d\x6f\x63\x57\x37\x71\x78\x57\x51\x47','\x44\x6d\x6f\x41\x57\x52\x6a\x73\x75\x6d\x6f\x51\x57\x34\x65\x62\x6c\x53\x6b\x47','\x57\x36\x70\x63\x4f\x61\x43\x38\x70\x43\x6b\x72\x57\x51\x33\x63\x4d\x43\x6f\x75\x57\x35\x69','\x62\x53\x6f\x2b\x78\x30\x2f\x64\x50\x61\x4a\x63\x4d\x57','\x7a\x43\x6f\x33\x73\x4b\x38','\x78\x53\x6f\x4e\x77\x38\x6b\x2b\x57\x52\x4f','\x57\x50\x2f\x64\x4c\x75\x56\x63\x48\x43\x6f\x55\x74\x61\x2f\x64\x50\x47','\x57\x50\x4b\x67\x57\x52\x35\x4a\x70\x71','\x74\x53\x6b\x31\x42\x61','\x57\x34\x79\x6c\x73\x31\x35\x39','\x57\x50\x68\x64\x4d\x4c\x37\x63\x51\x38\x6f\x70','\x57\x37\x39\x54\x57\x37\x74\x64\x4b\x43\x6f\x33\x57\x50\x46\x64\x4c\x57','\x66\x63\x4a\x63\x48\x4b\x38\x63\x44\x65\x47\x2f\x57\x35\x79\x76','\x57\x50\x78\x63\x4a\x67\x68\x63\x51\x38\x6f\x42','\x45\x38\x6f\x33\x75\x30\x69','\x57\x35\x2f\x63\x51\x38\x6b\x30\x71\x5a\x6e\x61\x57\x34\x6d\x75\x44\x57\x57','\x57\x51\x7a\x64\x57\x35\x46\x63\x4c\x66\x75','\x57\x35\x75\x35\x57\x34\x37\x63\x4d\x57\x64\x63\x54\x61\x71','\x57\x51\x76\x50\x79\x57','\x45\x6d\x6f\x33\x6a\x32\x39\x31\x57\x35\x52\x64\x4f\x38\x6b\x41\x57\x51\x4b','\x57\x36\x69\x6b\x42\x4d\x66\x70\x79\x48\x4e\x64\x52\x6d\x6b\x4e\x63\x47','\x45\x6d\x6f\x43\x57\x52\x76\x79','\x79\x43\x6f\x6c\x7a\x31\x37\x64\x4d\x47','\x57\x36\x76\x31\x71\x30\x4a\x63\x51\x47','\x65\x33\x76\x52\x41\x6d\x6f\x52\x71\x53\x6f\x65\x57\x50\x52\x63\x49\x32\x53','\x57\x50\x4c\x54\x77\x43\x6f\x51','\x57\x52\x56\x64\x47\x78\x2f\x63\x49\x43\x6f\x66','\x57\x51\x4b\x44\x7a\x77\x66\x73\x44\x73\x70\x64\x54\x6d\x6b\x4e','\x57\x52\x54\x38\x71\x76\x52\x63\x49\x72\x62\x4f\x57\x34\x69\x79\x57\x4f\x61','\x57\x34\x72\x56\x57\x34\x6c\x63\x4d\x43\x6f\x36','\x67\x49\x6c\x63\x4d\x30\x71','\x57\x50\x6a\x51\x75\x63\x7a\x54\x57\x51\x69\x61\x68\x6d\x6b\x44\x76\x57','\x57\x34\x71\x47\x45\x75\x4e\x64\x56\x61','\x57\x37\x4a\x63\x56\x66\x30','\x71\x6d\x6f\x55\x7a\x30\x56\x63\x52\x77\x2f\x64\x50\x6d\x6f\x4e\x57\x37\x65','\x57\x36\x42\x64\x55\x38\x6f\x30\x75\x6d\x6f\x67\x46\x49\x4c\x4e\x70\x38\x6b\x43','\x57\x51\x39\x4a\x43\x53\x6f\x4c\x67\x38\x6f\x72\x69\x4e\x30\x6b\x68\x71','\x57\x4f\x5a\x63\x56\x4c\x4b','\x57\x51\x6a\x55\x74\x43\x6f\x57\x62\x5a\x66\x72\x46\x43\x6b\x64\x57\x50\x79','\x57\x52\x4c\x4a\x44\x43\x6f\x47\x6b\x6d\x6f\x75\x6f\x4c\x75\x38\x65\x61','\x45\x38\x6f\x57\x79\x4b\x52\x64\x48\x61','\x57\x4f\x65\x73\x57\x4f\x54\x4c\x70\x71','\x73\x38\x6f\x6c\x69\x5a\x4c\x68\x76\x67\x43\x55','\x44\x53\x6f\x36\x6e\x66\x7a\x67','\x77\x38\x6f\x37\x6b\x33\x4c\x4d','\x57\x34\x39\x49\x57\x34\x37\x63\x48\x38\x6f\x6f\x57\x37\x66\x37\x73\x5a\x70\x63\x4c\x61','\x57\x37\x66\x54\x57\x37\x37\x64\x4a\x6d\x6f\x30\x57\x50\x64\x64\x48\x53\x6b\x2b','\x77\x53\x6f\x7a\x63\x65\x76\x52','\x57\x34\x54\x73\x57\x34\x5a\x63\x56\x59\x74\x63\x48\x47\x7a\x74','\x76\x43\x6b\x4c\x7a\x53\x6b\x47','\x6f\x43\x6b\x7a\x44\x38\x6b\x47\x7a\x71','\x57\x50\x75\x49\x6d\x4d\x52\x63\x51\x6d\x6f\x77\x57\x51\x74\x63\x4d\x53\x6f\x37\x57\x51\x76\x53','\x77\x65\x37\x64\x4d\x32\x53','\x64\x43\x6b\x2b\x71\x43\x6b\x45\x72\x6d\x6b\x35\x57\x51\x46\x64\x53\x43\x6f\x7a\x6b\x47','\x46\x43\x6f\x4d\x70\x4d\x50\x31','\x63\x53\x6f\x61\x57\x52\x39\x6f\x57\x37\x2f\x64\x50\x43\x6f\x51\x57\x36\x69','\x6f\x53\x6f\x2f\x57\x51\x7a\x5a\x57\x35\x53','\x78\x53\x6b\x68\x57\x35\x47\x56','\x57\x50\x48\x38\x57\x50\x62\x52\x57\x51\x74\x64\x49\x38\x6f\x46\x57\x35\x61\x72','\x57\x34\x38\x59\x57\x36\x78\x63\x4e\x72\x37\x63\x51\x64\x70\x63\x4d\x59\x61','\x77\x53\x6f\x30\x78\x32\x56\x64\x56\x47','\x57\x34\x56\x63\x54\x53\x6b\x5a\x71\x5a\x6e\x4a\x57\x35\x69','\x57\x35\x52\x63\x4f\x53\x6b\x6c\x45\x59\x4e\x63\x47\x4c\x4b\x79\x72\x62\x6d','\x57\x35\x50\x6f\x57\x35\x56\x63\x49\x43\x6f\x35','\x44\x43\x6f\x77\x6d\x47\x6a\x6a','\x67\x63\x74\x63\x47\x4c\x4f\x6f\x79\x33\x38\x5a\x57\x35\x6d\x6d','\x57\x37\x4c\x36\x57\x37\x70\x64\x4c\x53\x6f\x4d\x57\x4f\x52\x64\x53\x6d\x6b\x4a\x68\x43\x6b\x46','\x6c\x61\x2f\x64\x4a\x43\x6f\x57\x57\x50\x57','\x57\x4f\x4a\x64\x56\x6d\x6b\x7a\x66\x71','\x57\x37\x69\x67\x79\x74\x38\x64','\x57\x34\x6c\x63\x54\x53\x6b\x30\x77\x71','\x63\x61\x74\x64\x50\x53\x6f\x31','\x45\x53\x6f\x4e\x67\x57','\x57\x51\x62\x4a\x42\x71','\x57\x50\x66\x55\x75\x63\x57','\x57\x34\x47\x66\x6f\x30\x64\x64\x56\x6d\x6f\x58\x6c\x43\x6b\x63\x73\x4b\x34','\x41\x4b\x37\x64\x56\x76\x74\x64\x4a\x57','\x57\x36\x35\x61\x73\x71\x2f\x64\x53\x71','\x71\x38\x6f\x6c\x69\x43\x6b\x49\x79\x43\x6b\x71\x57\x50\x6a\x35\x57\x4f\x65\x74','\x46\x6d\x6f\x54\x62\x53\x6b\x77\x6f\x6d\x6f\x4c\x76\x67\x4f','\x75\x43\x6b\x71\x57\x35\x47\x59\x63\x38\x6f\x73\x57\x50\x4a\x63\x47\x4e\x52\x64\x50\x71','\x57\x34\x50\x55\x57\x35\x70\x63\x4d\x6d\x6f\x74\x57\x36\x54\x6a\x72\x73\x5a\x63\x4b\x57','\x43\x32\x48\x42\x57\x51\x74\x63\x52\x61','\x72\x4b\x52\x64\x4c\x4d\x46\x64\x4a\x57','\x57\x35\x5a\x63\x50\x6d\x6b\x72\x79\x71','\x57\x35\x54\x73\x57\x34\x74\x63\x50\x72\x33\x63\x48\x63\x66\x63\x68\x59\x79','\x57\x4f\x71\x64\x57\x50\x6a\x47\x70\x43\x6f\x5a\x6b\x67\x43\x68','\x75\x53\x6f\x34\x79\x33\x33\x64\x49\x58\x65','\x57\x37\x44\x4e\x57\x36\x6d','\x57\x4f\x46\x64\x55\x6d\x6f\x69\x70\x76\x6c\x64\x4b\x61\x57\x48\x71\x64\x65\x43\x7a\x43\x6b\x42','\x57\x34\x44\x50\x57\x34\x46\x63\x4d\x38\x6f\x52\x57\x36\x66\x43\x71\x61','\x57\x34\x66\x59\x73\x38\x6b\x73','\x7a\x43\x6b\x49\x67\x68\x34\x47\x57\x50\x66\x57\x57\x51\x48\x4b\x77\x71','\x57\x35\x70\x64\x51\x48\x68\x64\x4d\x53\x6b\x32\x74\x6d\x6b\x4a\x42\x71\x31\x6a\x70\x53\x6f\x45','\x79\x43\x6b\x30\x6d\x78\x47\x47\x57\x4f\x31\x78\x57\x52\x76\x35','\x57\x50\x30\x61\x57\x50\x72\x4c\x6c\x43\x6f\x6b\x6b\x68\x31\x62\x62\x47','\x57\x35\x5a\x63\x51\x38\x6b\x4f\x75\x47','\x41\x38\x6b\x30\x76\x38\x6b\x4a\x65\x71','\x57\x50\x6e\x4b\x57\x52\x4a\x64\x47\x66\x52\x64\x50\x4b\x2f\x63\x50\x63\x71\x37\x57\x35\x52\x64\x4a\x76\x6d','\x57\x4f\x43\x77\x57\x4f\x65\x48\x43\x71','\x41\x6d\x6f\x32\x46\x53\x6b\x62\x57\x51\x69\x4b\x79\x47','\x57\x51\x35\x32\x57\x4f\x6e\x59\x57\x51\x4a\x64\x4a\x43\x6f\x75','\x78\x38\x6f\x55\x41\x76\x68\x63\x52\x77\x78\x64\x49\x43\x6f\x34\x57\x36\x79','\x57\x34\x33\x64\x4b\x53\x6f\x78\x75\x30\x75\x54\x46\x71','\x57\x50\x6e\x6a\x57\x37\x78\x63\x51\x4d\x64\x63\x54\x43\x6f\x6c\x57\x52\x61\x48\x57\x35\x57','\x7a\x43\x6f\x62\x57\x52\x76\x63\x45\x6d\x6f\x6e\x57\x35\x4f\x67\x6c\x38\x6b\x43','\x68\x73\x4a\x63\x4e\x30\x75\x74\x45\x76\x4f\x33\x57\x35\x65','\x43\x43\x6f\x62\x57\x52\x4c\x78\x41\x43\x6f\x55\x57\x35\x43','\x57\x35\x56\x63\x50\x6d\x6b\x43\x7a\x47\x6c\x63\x4a\x4c\x65\x74\x64\x66\x4f','\x73\x38\x6b\x58\x45\x6d\x6b\x54','\x57\x37\x64\x64\x55\x38\x6f\x49\x78\x43\x6f\x73\x43\x74\x47','\x42\x75\x56\x64\x4c\x57\x31\x65\x61\x43\x6b\x45\x57\x4f\x46\x63\x48\x47','\x57\x52\x33\x64\x52\x4c\x70\x63\x4d\x53\x6f\x55','\x57\x4f\x56\x63\x53\x65\x64\x63\x47\x57','\x45\x77\x6e\x38\x57\x50\x70\x63\x4f\x38\x6f\x2b\x57\x52\x68\x64\x55\x6d\x6f\x6d\x57\x50\x4f','\x7a\x4b\x2f\x64\x4c\x48\x66\x74','\x6a\x49\x53\x57','\x57\x50\x54\x6d\x57\x4f\x5a\x63\x4d\x38\x6f\x30\x6f\x6d\x6f\x4d\x73\x6d\x6f\x68','\x68\x78\x76\x31\x46\x6d\x6f\x6a\x71\x6d\x6f\x78\x57\x50\x5a\x63\x4e\x33\x65','\x71\x53\x6b\x6a\x57\x34\x71\x54\x63\x38\x6f\x58\x57\x51\x52\x63\x4a\x33\x57','\x45\x68\x7a\x58\x57\x50\x37\x63\x4d\x47','\x57\x37\x54\x4c\x57\x34\x33\x63\x4a\x38\x6f\x41','\x57\x34\x7a\x75\x57\x37\x64\x64\x47\x53\x6f\x75','\x57\x50\x6e\x6a\x57\x37\x78\x63\x51\x4d\x64\x63\x54\x71','\x76\x6d\x6f\x6c\x63\x53\x6b\x55\x62\x47','\x7a\x38\x6f\x4a\x66\x38\x6b\x74\x6b\x53\x6f\x43\x75\x68\x4f\x70','\x66\x49\x74\x63\x4e\x4c\x34\x65\x43\x47','\x57\x4f\x6e\x54\x75\x38\x6f\x38','\x63\x53\x6f\x44\x57\x50\x48\x6c\x57\x37\x4a\x64\x50\x6d\x6f\x53\x57\x36\x75\x76\x57\x52\x75','\x57\x35\x43\x38\x6f\x4d\x65\x78\x78\x67\x52\x64\x49\x53\x6b\x37\x57\x35\x47','\x57\x4f\x5a\x63\x55\x4b\x74\x63\x47\x53\x6f\x39\x64\x43\x6b\x78\x78\x63\x58\x74','\x6c\x31\x54\x33\x76\x43\x6f\x54','\x57\x37\x31\x48\x57\x37\x4e\x64\x47\x6d\x6f\x48\x57\x4f\x52\x64\x56\x6d\x6b\x35\x68\x6d\x6b\x6a','\x57\x35\x44\x55\x76\x53\x6b\x45','\x78\x53\x6f\x2f\x41\x31\x42\x63\x51\x32\x78\x64\x54\x38\x6f\x4e\x57\x37\x43\x78','\x72\x65\x56\x64\x49\x71\x4c\x63\x66\x38\x6b\x51','\x46\x38\x6f\x77\x57\x52\x66\x7a\x42\x38\x6f\x59\x57\x37\x43\x64\x6f\x61','\x57\x37\x56\x63\x53\x4c\x34\x59\x6d\x61','\x6b\x67\x2f\x64\x4c\x77\x34\x52','\x6e\x6d\x6f\x2b\x41\x47','\x57\x37\x5a\x63\x56\x65\x6d\x2f','\x57\x4f\x48\x30\x76\x38\x6f\x51\x66\x59\x54\x4a\x41\x53\x6f\x6e\x57\x51\x6d','\x63\x6d\x6f\x6a\x69\x57','\x57\x34\x4b\x4c\x78\x4d\x56\x64\x4a\x71','\x73\x38\x6f\x77\x6a\x43\x6b\x2b\x7a\x38\x6b\x41\x57\x50\x6a\x4a\x57\x4f\x61\x63','\x73\x6d\x6f\x6c\x6d\x61','\x57\x35\x65\x59\x57\x36\x4e\x63\x47\x61\x2f\x63\x55\x74\x78\x63\x49\x57\x79\x72','\x57\x34\x47\x54\x6d\x4d\x47\x30\x45\x68\x75','\x57\x37\x71\x63\x41\x33\x54\x70','\x57\x35\x56\x63\x54\x43\x6b\x30\x76\x64\x6d','\x43\x6d\x6f\x6b\x6f\x6d\x6b\x42\x6c\x57','\x57\x37\x5a\x63\x47\x38\x6b\x46\x74\x73\x65','\x57\x35\x7a\x30\x43\x5a\x6c\x64\x55\x43\x6f\x42\x57\x50\x53','\x57\x37\x71\x37\x79\x32\x66\x51','\x57\x50\x48\x67\x57\x50\x79','\x57\x50\x52\x64\x4d\x66\x68\x63\x47\x47','\x76\x53\x6f\x72\x6e\x64\x47','\x77\x53\x6f\x4c\x6e\x73\x4b','\x45\x43\x6b\x49\x43\x78\x4f\x33\x57\x50\x4c\x38\x57\x51\x35\x49\x74\x47','\x63\x53\x6b\x4f\x64\x43\x6b\x78\x72\x43\x6b\x39\x57\x52\x52\x64\x4b\x6d\x6f\x6a\x69\x71','\x45\x53\x6b\x57\x6b\x78\x53\x4d\x57\x4f\x43','\x57\x50\x54\x67\x57\x4f\x78\x63\x4e\x43\x6f\x47\x6b\x6d\x6f\x68\x72\x71','\x43\x78\x56\x64\x4e\x30\x4a\x64\x53\x71','\x7a\x38\x6b\x37\x67\x67\x69\x7a','\x74\x61\x74\x64\x52\x43\x6f\x4f\x57\x52\x56\x64\x48\x76\x58\x63\x57\x34\x71','\x41\x31\x2f\x64\x53\x58\x7a\x78','\x57\x36\x78\x63\x50\x30\x53\x4a\x6c\x6d\x6b\x70\x57\x50\x78\x63\x47\x53\x6f\x6a\x57\x35\x38','\x75\x6d\x6b\x6e\x6b\x38\x6b\x4b\x65\x61','\x57\x50\x33\x64\x51\x43\x6b\x35\x78\x5a\x50\x56\x57\x36\x38\x39','\x46\x6d\x6f\x4e\x64\x38\x6b\x71\x6c\x6d\x6f\x31','\x57\x36\x4a\x64\x53\x43\x6f\x37\x78\x57','\x7a\x6d\x6f\x35\x6f\x32\x30','\x57\x52\x78\x63\x50\x38\x6b\x4a\x63\x43\x6b\x68\x69\x4a\x4c\x41\x6d\x53\x6b\x63\x42\x38\x6f\x67','\x57\x36\x70\x63\x50\x4c\x4c\x38\x6e\x43\x6b\x46\x57\x52\x69','\x57\x50\x4c\x54\x77\x43\x6f\x51\x77\x78\x48\x52','\x74\x6d\x6f\x6c\x6c\x4a\x34','\x66\x53\x6b\x4f\x7a\x6d\x6b\x74\x75\x53\x6b\x31\x57\x52\x42\x64\x4c\x53\x6f\x70\x6e\x47','\x57\x50\x78\x64\x4d\x75\x5a\x63\x4e\x53\x6f\x4a\x71\x62\x30','\x6e\x32\x56\x64\x56\x76\x61\x55','\x57\x4f\x58\x77\x46\x43\x6f\x56\x63\x47','\x43\x4d\x5a\x64\x4e\x71','\x44\x53\x6f\x4b\x77\x30\x42\x64\x4e\x43\x6f\x74\x71\x53\x6f\x31\x6e\x47','\x57\x51\x39\x4e\x57\x50\x6a\x51\x57\x50\x52\x64\x4c\x38\x6f\x46\x57\x34\x43','\x78\x6d\x6b\x62\x57\x34\x65\x58\x65\x6d\x6f\x63\x57\x51\x52\x63\x4c\x4d\x74\x64\x53\x57','\x62\x58\x70\x64\x50\x53\x6f\x4f\x57\x51\x42\x64\x4b\x4d\x7a\x41\x57\x34\x74\x64\x55\x71','\x57\x50\x61\x34\x57\x35\x4a\x63\x54\x63\x42\x63\x55\x49\x79','\x73\x6d\x6f\x4c\x45\x76\x68\x63\x52\x78\x70\x64\x50\x6d\x6f\x4e\x57\x37\x65','\x57\x36\x61\x71\x6d\x31\x71\x6a','\x57\x34\x39\x59\x76\x43\x6b\x67\x57\x37\x78\x63\x48\x53\x6f\x34\x57\x36\x4a\x64\x55\x38\x6f\x50','\x71\x65\x74\x64\x47\x4d\x4e\x64\x51\x78\x6c\x64\x53\x47','\x45\x38\x6b\x2f\x67\x4e\x34\x2b\x57\x50\x66\x47','\x44\x6d\x6f\x53\x62\x53\x6b\x6d\x63\x43\x6f\x4c\x72\x77\x79','\x57\x52\x44\x65\x72\x38\x6f\x2b\x66\x57','\x78\x53\x6f\x2b\x7a\x4d\x43','\x6d\x38\x6f\x42\x57\x52\x6a\x77\x57\x36\x75','\x65\x61\x37\x64\x56\x38\x6f\x33\x57\x52\x70\x64\x47\x4c\x61','\x57\x37\x42\x64\x4f\x4e\x6c\x63\x4d\x61','\x57\x34\x33\x63\x54\x38\x6b\x55\x71\x49\x72\x4f\x57\x36\x69\x71\x41\x47','\x41\x6d\x6f\x2f\x70\x67\x44\x6d\x57\x36\x56\x64\x53\x6d\x6b\x66\x57\x51\x76\x31','\x57\x34\x62\x44\x57\x34\x78\x63\x51\x71','\x57\x35\x68\x64\x48\x57\x64\x64\x53\x6d\x6f\x30\x57\x35\x6e\x57\x57\x52\x69','\x71\x38\x6b\x41\x57\x35\x47\x31\x67\x53\x6f\x4e\x57\x51\x6c\x63\x4c\x33\x68\x64\x4c\x71','\x45\x38\x6f\x54\x63\x38\x6b\x72','\x6b\x73\x74\x63\x4d\x68\x38\x4b','\x57\x50\x52\x64\x48\x61\x61','\x57\x37\x39\x37\x71\x75\x71','\x57\x34\x44\x73\x57\x34\x56\x63\x4f\x61\x42\x63\x49\x58\x44\x69','\x57\x51\x33\x63\x56\x59\x4e\x64\x47\x76\x44\x52\x57\x36\x65\x78\x57\x35\x38\x37\x69\x61','\x75\x43\x6b\x32\x72\x61','\x57\x36\x30\x32\x57\x36\x78\x63\x53\x71\x79','\x6f\x4e\x35\x4b\x71\x6d\x6f\x58','\x6f\x38\x6f\x37\x77\x47','\x57\x34\x2f\x63\x53\x4b\x30','\x57\x35\x61\x63\x74\x66\x2f\x64\x4f\x61','\x57\x51\x66\x4a\x46\x38\x6f\x78\x64\x57','\x44\x38\x6f\x61\x70\x77\x44\x4b','\x73\x53\x6f\x2b\x76\x38\x6b\x70\x57\x51\x4b','\x77\x38\x6f\x59\x7a\x30\x64\x63\x53\x61','\x7a\x38\x6f\x6f\x68\x65\x31\x37','\x57\x36\x2f\x64\x51\x53\x6f\x69\x71\x38\x6f\x6b','\x61\x33\x31\x57\x79\x6d\x6f\x73\x43\x38\x6f\x78\x57\x4f\x78\x63\x48\x57','\x62\x59\x74\x63\x48\x4b\x69\x4e\x41\x78\x69\x37\x57\x37\x43\x61','\x6a\x38\x6b\x64\x57\x52\x48\x45\x43\x43\x6f\x50\x57\x37\x4f\x55','\x57\x35\x44\x36\x76\x38\x6b\x66\x57\x37\x38','\x7a\x43\x6f\x2b\x43\x6d\x6f\x45','\x57\x36\x30\x44\x42\x4e\x57','\x7a\x38\x6f\x4c\x65\x33\x66\x5a\x57\x36\x56\x64\x55\x57','\x7a\x43\x6f\x4a\x74\x75\x38','\x71\x38\x6f\x6c\x69\x43\x6b\x49\x79\x43\x6b\x71\x57\x50\x35\x50\x57\x4f\x30\x6f','\x57\x50\x7a\x42\x57\x50\x72\x43\x57\x4f\x57','\x66\x6d\x6b\x2b\x77\x71','\x73\x38\x6f\x2b\x73\x53\x6f\x59\x57\x52\x79','\x65\x43\x6b\x30\x76\x57','\x57\x4f\x31\x76\x57\x37\x42\x63\x50\x4c\x74\x63\x56\x53\x6f\x33\x57\x52\x34\x79\x57\x34\x38','\x57\x34\x37\x63\x53\x43\x6b\x38\x72\x48\x61','\x46\x43\x6f\x35\x69\x68\x43','\x42\x4b\x68\x64\x4a\x71','\x57\x4f\x70\x64\x4b\x4b\x5a\x63\x55\x53\x6f\x52\x75\x61\x6c\x64\x56\x61','\x57\x36\x70\x63\x50\x30\x58\x38\x79\x61','\x57\x34\x39\x79\x57\x34\x4e\x63\x55\x62\x69','\x46\x6d\x6f\x50\x44\x6d\x6f\x43\x57\x51\x48\x4e\x57\x52\x76\x74\x6c\x77\x69','\x73\x38\x6f\x71\x68\x73\x6a\x79','\x43\x38\x6f\x71\x57\x52\x39\x74\x42\x53\x6f\x34\x57\x37\x61\x66\x70\x38\x6b\x48','\x57\x50\x44\x72\x57\x50\x74\x63\x56\x53\x6f\x52','\x6f\x78\x4e\x64\x4b\x66\x79\x72\x57\x4f\x47\x73\x74\x6d\x6f\x66\x65\x61','\x57\x34\x76\x48\x72\x4c\x37\x63\x4c\x47','\x71\x6d\x6f\x4b\x42\x4b\x33\x63\x55\x78\x2f\x64\x48\x43\x6f\x51','\x57\x34\x50\x2b\x75\x43\x6b\x78\x57\x37\x37\x63\x48\x6d\x6f\x54\x57\x36\x71','\x57\x51\x48\x48\x57\x50\x50\x5a','\x41\x53\x6f\x59\x45\x53\x6b\x66','\x57\x52\x54\x33\x72\x30\x74\x63\x4e\x58\x7a\x53','\x57\x35\x4a\x64\x4c\x53\x6f\x52\x76\x53\x6f\x68','\x57\x52\x72\x38\x57\x50\x35\x37\x57\x51\x33\x64\x48\x38\x6f\x64','\x57\x37\x7a\x53\x57\x35\x2f\x64\x52\x38\x6f\x44','\x65\x38\x6f\x70\x57\x51\x48\x6b','\x45\x38\x6b\x41\x6f\x53\x6b\x46\x6b\x61','\x72\x6d\x6f\x62\x6a\x43\x6b\x4a','\x75\x43\x6f\x50\x57\x52\x66\x37\x7a\x61','\x75\x43\x6f\x50\x7a\x4e\x52\x64\x4d\x48\x64\x63\x4d\x71\x2f\x64\x51\x67\x53','\x57\x35\x43\x35\x57\x36\x74\x63\x4d\x57\x6c\x63\x55\x49\x74\x63\x49\x5a\x57\x74','\x57\x50\x43\x41\x57\x4f\x35\x2f\x70\x43\x6f\x71\x67\x4d\x4f\x62\x64\x57','\x74\x38\x6f\x42\x69\x6d\x6b\x35','\x57\x4f\x48\x61\x42\x57\x6a\x79','\x57\x34\x35\x7a\x42\x47\x4a\x64\x4c\x47','\x6a\x38\x6f\x41\x57\x4f\x4c\x58\x57\x37\x6d','\x78\x53\x6f\x42\x70\x38\x6b\x4c','\x57\x34\x6e\x7a\x57\x34\x78\x63\x4f\x57\x68\x63\x4c\x4a\x7a\x73\x61\x57','\x7a\x38\x6f\x54\x42\x6d\x6f\x46\x57\x51\x35\x6f\x57\x4f\x44\x65\x6b\x47','\x71\x6d\x6b\x41\x57\x35\x47\x53','\x7a\x32\x6e\x5a\x57\x50\x64\x63\x4d\x53\x6f\x5a','\x57\x35\x30\x4b\x42\x78\x76\x39','\x57\x51\x35\x4f\x7a\x38\x6f\x58\x68\x6d\x6f\x79\x65\x4c\x4b\x44','\x57\x34\x53\x4b\x57\x34\x5a\x63\x4d\x58\x37\x63\x54\x62\x74\x63\x48\x4a\x30\x63','\x57\x36\x53\x59\x57\x34\x6c\x63\x50\x48\x38','\x78\x6d\x6f\x6a\x73\x4c\x68\x64\x56\x47','\x46\x6d\x6b\x4b\x6c\x33\x38','\x57\x36\x5a\x64\x56\x38\x6f\x2f\x76\x61','\x57\x50\x4f\x6c\x57\x50\x44\x38\x6a\x53\x6f\x61\x6b\x68\x34\x46\x67\x71','\x71\x6d\x6b\x6a\x57\x35\x79\x59\x72\x43\x6b\x62\x57\x50\x61','\x57\x37\x65\x75\x6e\x30\x79\x59','\x72\x65\x64\x64\x48\x32\x4e\x64\x56\x65\x68\x64\x54\x53\x6f\x6e\x57\x50\x34'];a=function(){return aB;};return a();}import*as W from'\x70\x61\x74\x68';import*as X from'\x6f\x73';export class ObsidianBridge{[Z(0xb0,'\x57\x39\x4f\x23')]=null;['\x6d\x65\x6d\x6f\x72\x79\x44\x69\x72'];constructor(c){const ad={c:'\x30\x37\x32\x59',d:'\x28\x37\x40\x51',e:0x11b,f:'\x66\x4e\x48\x76'},a0=Z;this[a0(0x1ad,'\x76\x73\x29\x41')]=c||W['\x6a\x6f\x69\x6e'](X[a0(0xf2,ad.c)](),a0(0x154,ad.d)+a0(0x81,'\x6e\x78\x78\x71')),this[a0(ad.e,'\x64\x6a\x75\x47')](this[a0(0x173,ad.f)]);}[Z(0x144,'\x38\x55\x5e\x6f')+'\x74\x73'](){const ah={c:0x153,d:'\x71\x5e\x26\x75',e:0x6a,f:'\x53\x6d\x54\x46',g:0x135,h:'\x36\x70\x58\x6f',i:0x15e,j:'\x30\x37\x32\x59',k:0xd9,l:0x87,m:0x1bf,n:0xad,o:'\x53\x6e\x4e\x62',p:0x1c7,q:0x16a,r:'\x66\x4e\x48\x76',s:'\x67\x4c\x5d\x61',t:0x197,u:'\x67\x4c\x5d\x61',v:0xfd,w:'\x76\x35\x53\x65',x:0xc5,y:'\x79\x46\x59\x26',z:'\x38\x29\x74\x30',A:0x9e,B:0x1c5,C:'\x30\x37\x32\x59',D:0xb1,E:0x106,F:'\x42\x43\x34\x4d',G:'\x48\x7a\x23\x4a',H:0xe4,I:'\x66\x4e\x48\x76',J:0x118,K:'\x25\x7a\x59\x41',L:0x142,M:'\x72\x39\x6c\x5b',N:'\x42\x43\x34\x4d',O:0x1b8,P:'\x68\x32\x52\x4b',Q:0x120,R:0x182,S:'\x36\x70\x58\x6f',T:'\x49\x6d\x53\x21',U:0x13e,ai:0xab,aj:0xb3,ak:'\x76\x35\x53\x65',al:0xc7,am:0x95,an:'\x70\x76\x6b\x57',ao:'\x48\x30\x4b\x48',ap:0xdc,aq:0xd2,ar:'\x72\x71\x48\x4b',as:'\x5b\x57\x49\x21',at:'\x35\x72\x26\x23',au:0x1b7},a1=Z,f={};f[a1(0x103,'\x53\x6d\x54\x46')]=a1(ah.c,ah.d),f[a1(ah.e,ah.f)]=function(l,m){return l-m;},f[a1(0xaf,'\x25\x7a\x59\x41')]=a1(0x172,'\x6c\x30\x54\x25'),f[a1(ah.g,ah.h)]=a1(ah.i,ah.j)+a1(ah.k,'\x70\x47\x65\x78'),f[a1(0xf8,'\x38\x29\x74\x30')]='\x4f\x62\x73\x69\x64\x69\x61\x6e',f[a1(ah.l,'\x76\x35\x53\x65')]=a1(ah.m,'\x6b\x62\x70\x78'),f[a1(ah.n,ah.o)]=function(l,m){return l!==m;},f[a1(ah.p,'\x67\x4c\x5d\x61')]=a1(ah.q,'\x70\x76\x6b\x57'),f[a1(0x105,'\x25\x7a\x59\x41')]=a1(0xe5,ah.r),f[a1(0x158,ah.s)]=a1(ah.t,'\x64\x6a\x75\x47')+'\x73\x6f\x6e',f['\x57\x47\x76\x59\x5a']=a1(0x10f,ah.u),f[a1(0x113,'\x49\x6d\x53\x21')]=function(l,m){return l===m;},f[a1(0x13d,'\x59\x62\x26\x51')]=a1(ah.v,ah.w),f['\x6e\x73\x7a\x55\x58']=a1(0x111,'\x66\x4e\x48\x76');const g=f,h=[],i=X[a1(0xd0,'\x6c\x30\x54\x25')](),j=[W[a1(0xb5,'\x71\x5e\x26\x75')](i,g[a1(ah.x,ah.y)],g[a1(0xdb,ah.z)]),W['\x6a\x6f\x69\x6e'](i,g[a1(0x18a,'\x75\x63\x70\x31')]),W[a1(ah.A,ah.f)](i,g[a1(0xa9,ah.s)]),W['\x6a\x6f\x69\x6e'](i,g['\x47\x50\x69\x6b\x64'])];for(const l of j){if(!V[a1(ah.B,ah.C)](l))continue;try{const m={};m[a1(ah.D,'\x38\x55\x5e\x6f')+'\x70\x65\x73']=!![];const n=V[a1(ah.E,ah.F)+'\x63'](l,m);for(const o of n){if(g['\x76\x79\x6d\x64\x6f'](g[a1(0x145,ah.G)],g['\x78\x41\x65\x67\x6b'])){if(o[a1(ah.H,ah.I)+'\x79']()){const p=W[a1(ah.J,'\x48\x30\x4b\x48')](l,o[a1(0xe8,ah.K)],g[a1(ah.L,ah.M)]);V[a1(0xd6,ah.N)](p)&&V['\x73\x74\x61\x74\x53\x79\x6e\x63'](p)[a1(ah.O,ah.P)+'\x79']()&&h[a1(0xdd,'\x70\x47\x65\x78')]({'\x70\x61\x74\x68':W[a1(ah.Q,'\x73\x56\x41\x5a')](l,o[a1(ah.R,ah.S)]),'\x6e\x61\x6d\x65':o[a1(0x146,ah.T)]});}}else return e['\x75\x6e\x6c\x69\x6e\x6b\x53\x79\x6e\x63'](f),!![];}}catch{}}const k=W[a1(0x17e,'\x38\x26\x25\x23')](i,a1(0xce,'\x28\x37\x40\x51'),a1(ah.U,'\x72\x39\x6c\x5b'),g[a1(ah.ai,'\x76\x62\x34\x44')]);if(V[a1(0x188,'\x63\x5e\x4f\x76')](k))try{const r=JSON[a1(ah.aj,'\x35\x72\x26\x23')](V[a1(0x15f,ah.ak)+'\x6e\x63'](k,g['\x57\x47\x76\x59\x5a']));if(r['\x76\x61\x75\x6c\x74\x73'])for(const [s,t]of Object[a1(0x85,'\x72\x39\x6c\x5b')](r[a1(0x74,'\x36\x61\x71\x5b')])){if(a1(ah.al,'\x76\x73\x29\x41')===a1(0xac,'\x59\x62\x26\x51')){const v=m[a1(ah.am,'\x42\x43\x34\x4d')](n,o['\x6e\x61\x6d\x65'],g[a1(0x137,'\x48\x30\x4b\x48')]);p[a1(0x14c,'\x71\x5e\x26\x75')](v)&&q[a1(0x104,'\x77\x66\x6c\x58')](v)[a1(0x84,ah.an)+'\x79']()&&w['\x70\x75\x73\x68']({'\x70\x61\x74\x68':x[a1(0x7e,'\x25\x7a\x59\x41')](y,z[a1(0x9b,ah.ao)]),'\x6e\x61\x6d\x65':A[a1(0xfb,'\x66\x4e\x48\x76')]});}else{const v=g['\x6f\x57\x62\x4f\x6d'](typeof t,g[a1(ah.ap,ah.P)])?t:t[a1(ah.aq,'\x68\x32\x52\x4b')];if(v&&V[a1(0xc8,ah.ar)](v)){if(g[a1(0xf1,ah.as)]!==g['\x6e\x73\x7a\x55\x58'])g[a1(0x132,'\x77\x66\x6c\x58')](...this[a1(0xfc,'\x77\x66\x6c\x58')+'\x77\x6e\x46\x69\x6c\x65\x73'](h,g['\x61\x48\x5a\x64\x71'](i,0x1),j));else{if(!h[a1(0x193,ah.at)](x=>x[a1(0xcd,'\x59\x62\x26\x51')]===v)){const x={};x[a1(0x13c,ah.T)]=v,x[a1(ah.au,'\x30\x37\x32\x59')]=s,h[a1(0x112,'\x42\x43\x34\x4d')](x);}}}}}}catch{}return h;}[Z(0xc1,'\x72\x39\x6c\x5b')](d){const ai={c:'\x70\x76\x6b\x57',d:0xff,e:'\x79\x46\x59\x26',f:0xd1,g:0x7b,h:'\x59\x51\x2a\x4d',i:0x1c8,j:'\x70\x47\x65\x78',k:'\x38\x29\x74\x30',l:0x12e,m:'\x6b\x62\x70\x78',n:0xa4,o:0x110,p:0x124,q:'\x6e\x78\x78\x71',r:'\x76\x35\x53\x65',s:'\x5b\x57\x49\x21'},a2=Z,e={};e['\x6a\x6c\x79\x73\x78']='\x68\x69\x70\x70\x6f\x63\x61\x6d\x70\x75'+a2(0x73,ai.c)+'\x73',e['\x71\x50\x63\x62\x73']='\x2e\x6f\x62\x73\x69\x64\x69\x61\x6e',e[a2(ai.d,ai.e)]=a2(ai.f,'\x32\x7a\x66\x23');const f=e,g=W[a2(0xf9,'\x63\x47\x40\x6b')](d,f[a2(ai.g,ai.h)]);if(V[a2(ai.i,ai.j)](g)&&V[a2(0x116,ai.k)](g)[a2(0x194,'\x36\x61\x71\x5b')+'\x79']()){if(f['\x51\x68\x43\x68\x59']==='\x42\x49\x6c\x6e\x78'){const i=this[a2(ai.l,'\x70\x47\x65\x78')]||this[a2(0x15a,'\x53\x6e\x4e\x62')],j=g[a2(0xf5,ai.m)](/[^a-zA-Z0-9_-]/g,'\x5f')+a2(ai.n,'\x70\x76\x6b\x57'),k=h['\x6a\x6f\x69\x6e'](i,f[a2(ai.o,'\x64\x57\x49\x76')],j);if(i[a2(0xf3,'\x70\x76\x6b\x57')](k))return k[a2(0xd7,'\x66\x4e\x48\x76')](k),!![];return![];}else return this[a2(ai.p,ai.q)]=d,this[a2(0xe3,ai.r)](W[a2(0x17f,ai.s)](d,'\x68\x69\x70\x70\x6f\x63\x61\x6d\x70\x75'+'\x75\x73\x2d\x6d\x65\x6d\x6f\x72\x69\x65'+'\x73')),!![];}return![];}[Z(0x12a,'\x28\x37\x40\x51')+'\x74\x68'](){return this['\x76\x61\x75\x6c\x74\x50\x61\x74\x68'];}[Z(0x147,'\x38\x26\x25\x23')+'\x79'](d,e,f={}){const ak={c:0x102,d:'\x75\x63\x70\x31',e:0xef,f:'\x59\x51\x2a\x4d',g:0x117,h:'\x79\x46\x59\x26',i:'\x5d\x76\x4f\x46',j:0x184,k:0x17d,l:'\x71\x5e\x26\x75',m:0xae,n:'\x76\x62\x34\x44',o:0x14a,p:0x148,q:'\x36\x70\x58\x6f',r:0xed,s:'\x32\x7a\x66\x23',t:'\x53\x23\x34\x48',u:'\x42\x43\x34\x4d',v:0x101,w:'\x5d\x5a\x39\x47',x:'\x48\x7a\x23\x4a',y:0x88,z:'\x72\x71\x48\x4b',A:0x171,B:0x1c2},a3=Z,g={};g[a3(ak.c,ak.d)]=a3(ak.e,ak.f)+a3(ak.g,ak.h)+'\x73',g[a3(0x14e,'\x42\x43\x34\x4d')]=a3(0x1b3,ak.i),g[a3(ak.j,'\x58\x7a\x21\x76')]='\x2d\x2d\x2d',g['\x74\x6e\x6c\x4b\x4e']=a3(ak.k,ak.l);const h=g,i=this['\x76\x61\x75\x6c\x74\x50\x61\x74\x68']||this['\x6d\x65\x6d\x6f\x72\x79\x44\x69\x72'],j=W['\x6a\x6f\x69\x6e'](i,h[a3(ak.m,ak.n)]);this[a3(0x11f,'\x72\x4a\x34\x6d')](j);const k=(f['\x74\x61\x67\x73']||[h['\x55\x5a\x68\x57\x74'],'\x68\x69\x70\x70\x6f\x63\x61\x6d\x70\x75'+'\x75\x73'])[a3(0x1a9,'\x48\x7a\x23\x4a')]('\x2c\x20'),l=Date[a3(ak.o,'\x76\x35\x53\x65')](),m=[h[a3(ak.p,ak.i)],a3(0x157,ak.q)+'\x20'+d,a3(ak.r,ak.s)+(f[a3(0x11d,'\x63\x47\x40\x6b')]||l),a3(0x1a4,ak.t)+l,'\x61\x63\x63\x65\x73\x73\x5f\x63\x6f\x75'+a3(0x71,ak.u)+(f[a3(0xc6,'\x5d\x5a\x39\x47')+'\x74']||0x0),'\x6d\x65\x6d\x6f\x72\x79\x5f\x73\x63\x6f'+a3(ak.v,ak.w)+(f[a3(0x1ba,ak.x)+'\x65']||0x1),a3(0xea,'\x63\x5e\x4f\x76')+k+'\x5d',h[a3(0x12c,'\x72\x39\x6c\x5b')],'']['\x6a\x6f\x69\x6e']('\x0a'),n=d[a3(0x19c,'\x59\x62\x26\x51')](/[^a-zA-Z0-9_-]/g,'\x5f')+a3(ak.y,ak.z),o=W[a3(ak.A,'\x63\x5e\x4f\x76')](j,n);return V[a3(0x1a1,'\x5d\x5a\x39\x47')+'\x79\x6e\x63'](o,m+e,h[a3(ak.B,ak.z)]),o;}[Z(0x100,'\x36\x61\x71\x5b')](c){const ao={c:'\x64\x6a\x75\x47',d:0x72,e:'\x64\x6a\x75\x47',f:0x167,g:'\x76\x62\x34\x44',h:0x1ab,i:0x196,j:'\x38\x29\x74\x30',k:'\x49\x6d\x53\x21',l:0x6f,m:0x6d,n:'\x71\x5e\x26\x75',o:0x1c1,p:0x15b,q:0x125,r:'\x76\x35\x53\x65',s:'\x75\x63\x70\x31',t:0x108,u:'\x35\x38\x42\x77',v:'\x6e\x78\x78\x71',w:'\x38\x26\x25\x23',x:0x164,y:'\x76\x62\x34\x44',z:'\x63\x5e\x4f\x76',A:'\x57\x39\x4f\x23',B:'\x5d\x5a\x39\x47',C:0x9c,D:'\x63\x47\x40\x6b',E:0x1b0,F:'\x75\x63\x70\x31',G:'\x5b\x36\x31\x50',H:0x181,I:0x16f,J:'\x68\x32\x52\x4b',K:'\x79\x46\x59\x26',L:0x140,M:0x175,N:'\x30\x37\x32\x59',O:0x187,P:0xbc,Q:0x126},a4=Z,d={'\x78\x49\x78\x61\x45':a4(0xe9,ao.c)+a4(ao.d,'\x36\x61\x71\x5b')+'\x73','\x73\x49\x64\x73\x51':a4(0x19b,ao.e),'\x4a\x51\x4a\x51\x69':a4(ao.f,ao.g),'\x4b\x50\x41\x4e\x6f':function(o,p){return o===p;},'\x55\x6d\x79\x7a\x67':function(o,p){return o===p;},'\x42\x6f\x4a\x41\x77':a4(ao.h,'\x6b\x62\x70\x78'),'\x54\x4d\x6c\x43\x63':function(o,p){return o(p);}},e=this['\x76\x61\x75\x6c\x74\x50\x61\x74\x68']||this[a4(ao.i,'\x36\x61\x71\x5b')],f=W[a4(0xa1,'\x28\x37\x40\x51')](e,d[a4(0x177,'\x77\x66\x6c\x58')]),g=c[a4(0x6c,ao.j)](/[^a-zA-Z0-9_-]/g,'\x5f')+a4(0xa7,ao.k),h=W[a4(ao.l,'\x72\x39\x6c\x5b')](f,g);if(!V['\x65\x78\x69\x73\x74\x73\x53\x79\x6e\x63'](h))return null;const i=V['\x72\x65\x61\x64\x46\x69\x6c\x65\x53\x79'+'\x6e\x63'](h,d[a4(ao.m,ao.n)]),j=i[a4(ao.o,'\x6e\x78\x78\x71')](/^---\n([\s\S]*?)\n---\n([\s\S]*)$/);if(!j)return{'\x63\x6f\x6e\x74\x65\x6e\x74':i,'\x6d\x65\x74\x61\x64\x61\x74\x61':this[a4(ao.p,'\x25\x7a\x59\x41')+a4(ao.q,ao.r)]()};const l=j[0x1][a4(0x16e,ao.g)]('\x0a'),m=j[0x2],n={};for(const o of l){const [p,...q]=o[a4(0x161,ao.e)]('\x3a\x20');if(p&&q[a4(0xe1,ao.s)]){if(d[a4(0x185,ao.j)]===a4(ao.t,ao.u)){const r=q[a4(0x1c4,ao.v)]('\x3a\x20')[a4(0xcc,'\x6c\x30\x54\x25')]();if(d['\x4b\x50\x41\x4e\x6f'](r,a4(0x198,ao.w)))n[p[a4(0x12d,'\x64\x6a\x75\x47')]()]=!![];else{if(d[a4(ao.x,ao.y)](r,d[a4(0x129,ao.z)]))n[p[a4(0x11a,ao.A)]()]=![];else{if(!d[a4(0xeb,'\x64\x57\x49\x76')](isNaN,d['\x54\x4d\x6c\x43\x63'](Number,r)))n[p[a4(0x114,ao.B)]()]=Number(r);else{if(r[a4(0x7a,'\x6e\x78\x78\x71')]('\x5b')&&r[a4(ao.C,ao.D)]('\x5d'))n[p['\x74\x72\x69\x6d']()]=r['\x73\x6c\x69\x63\x65'](0x1,-0x1)[a4(ao.E,ao.F)]('\x2c')['\x6d\x61\x70'](s=>s[a4(0x11c,'\x38\x26\x25\x23')]());else n[p[a4(0xb4,ao.G)]()]=r;}}}}else{const t=this['\x6c\x69\x73\x74\x4d\x65\x6d\x6f\x72\x69'+'\x65\x73'](),u=[];for(const w of t){const x=this['\x72\x65\x61\x64\x4d\x65\x6d\x6f\x72\x79'](w[a4(ao.H,'\x76\x35\x53\x65')]);x&&x['\x6d\x65\x74\x61\x64\x61\x74\x61']['\x74\x61\x67\x73'][a4(ao.I,ao.J)](f)&&u[a4(0x70,ao.K)]({'\x6b\x65\x79':w[a4(ao.L,'\x72\x4a\x34\x6d')],'\x63\x6f\x6e\x74\x65\x6e\x74':x[a4(ao.M,'\x38\x26\x25\x23')]['\x73\x6c\x69\x63\x65'](0x0,0xc8),'\x73\x63\x6f\x72\x65':w['\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72'+'\x65']});}return u;}}}return{'\x63\x6f\x6e\x74\x65\x6e\x74':m,'\x6d\x65\x74\x61\x64\x61\x74\x61':{'\x74\x61\x67\x73':Array[a4(0xb6,'\x76\x62\x34\x44')](n['\x74\x61\x67\x73'])?n[a4(0x151,ao.N)]:[],'\x63\x72\x65\x61\x74\x65\x64':n[a4(0x1a3,ao.B)]||Date[a4(0x159,'\x6e\x78\x78\x71')](),'\x6d\x6f\x64\x69\x66\x69\x65\x64':n[a4(ao.O,'\x53\x6d\x54\x46')]||Date[a4(ao.P,'\x70\x76\x6b\x57')](),'\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':n[a4(ao.Q,'\x72\x71\x48\x4b')+'\x72\x65']||0x1,'\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e\x74':n['\x61\x63\x63\x65\x73\x73\x5f\x63\x6f\x75'+'\x6e\x74']||0x0}};}[Z(0x138,'\x68\x32\x52\x4b')+'\x72\x79'](d){const ap={c:0x1b2,d:'\x32\x7a\x66\x23',e:0x1ae,f:'\x57\x39\x4f\x23',g:0x183,h:'\x67\x4c\x5d\x61',i:0xd3,j:'\x5d\x5a\x39\x47',k:'\x58\x7a\x21\x76',l:0x1c6,m:'\x79\x46\x59\x26',n:0x107,o:'\x66\x4e\x48\x76',p:'\x71\x5e\x26\x75',q:0x19e,r:0xd8,s:0x18d,t:'\x48\x30\x4b\x48'},a5=Z,e={};e[a5(ap.c,ap.d)]=a5(ap.e,ap.f)+a5(ap.g,ap.h)+'\x73',e[a5(ap.i,'\x59\x51\x2a\x4d')]=a5(0x76,'\x58\x7a\x21\x76');const f=e,g=this[a5(0x14b,'\x76\x62\x34\x44')]||this[a5(0x1c0,ap.j)],h=d[a5(0x91,ap.k)](/[^a-zA-Z0-9_-]/g,'\x5f')+a5(ap.l,ap.m),i=W[a5(ap.n,ap.o)](g,f[a5(0xe2,ap.p)],h);if(V['\x65\x78\x69\x73\x74\x73\x53\x79\x6e\x63'](i)){if(f[a5(0x1bb,'\x57\x39\x4f\x23')]!==a5(0xd5,ap.j)){const k={};k[a5(ap.q,'\x53\x6e\x4e\x62')]=!![];if(!g[a5(ap.r,'\x64\x6a\x75\x47')](h))i['\x6d\x6b\x64\x69\x72\x53\x79\x6e\x63'](j,k);}else return V[a5(ap.s,ap.t)](i),!![];}return![];}[Z(0x176,'\x53\x23\x34\x48')+'\x65\x73'](){const aq={c:0x9f,d:0x90,e:'\x35\x72\x26\x23',f:0xcf,g:0x18b,h:'\x58\x7a\x21\x76',i:'\x48\x30\x4b\x48',j:'\x70\x47\x65\x78',k:0x8c,l:'\x70\x76\x6b\x57',m:0x1b6,n:'\x30\x37\x32\x59',o:0x94,p:0xf7,q:'\x48\x7a\x23\x4a',r:0x104,s:'\x77\x66\x6c\x58',t:0x166,u:'\x32\x7a\x66\x23',v:0xcb,w:0x1a0,x:0x1bd,y:'\x35\x72\x26\x23',z:'\x76\x62\x34\x44'},a6=Z,e={};e[a6(aq.c,'\x38\x55\x5e\x6f')]=a6(aq.d,aq.e)+a6(0x13a,'\x6e\x78\x78\x71')+'\x73',e[a6(aq.f,'\x25\x7a\x59\x41')]=a6(aq.g,aq.h);const f=e,g=this[a6(0xec,aq.h)]||this[a6(0xde,aq.i)],h=W[a6(0xd4,aq.j)](g,f['\x59\x69\x6a\x55\x45']);if(!V[a6(aq.k,'\x5b\x57\x49\x21')](h))return[];const i=V[a6(0x16d,aq.l)+'\x63'](h)[a6(aq.m,'\x38\x55\x5e\x6f')](k=>k[a6(0x168,'\x48\x30\x4b\x48')](a6(0xa0,'\x63\x47\x40\x6b'))),j=[];for(const k of i){if(f[a6(0x94,aq.n)]!==f[a6(aq.o,'\x30\x37\x32\x59')])f[g[a6(aq.p,'\x42\x43\x34\x4d')]()]=h['\x73\x6c\x69\x63\x65'](0x1,-0x1)[a6(0x1cc,'\x71\x5e\x26\x75')]('\x2c')[a6(0x15d,aq.q)](m=>m[a6(0xe0,'\x63\x5e\x4f\x76')]());else{const m=k[a6(0x19d,'\x6c\x30\x54\x25')](/\.md$/,''),n=W['\x6a\x6f\x69\x6e'](h,k),o=V[a6(aq.r,aq.s)](n),p=this['\x72\x65\x61\x64\x4d\x65\x6d\x6f\x72\x79'](m),q={};q['\x6b\x65\x79']=m,q[a6(aq.t,aq.u)]=o[a6(0x123,aq.u)],q[a6(0x12b,'\x64\x57\x49\x76')+'\x65']=p?.[a6(aq.v,'\x35\x72\x26\x23')][a6(aq.w,'\x5d\x76\x4f\x46')+'\x65']||0x1,j[a6(aq.x,aq.y)](q);}}return j[a6(0xbf,aq.z)]((r,s)=>s[a6(0x75,'\x76\x73\x29\x41')]-r[a6(0x162,'\x79\x46\x59\x26')]);}[Z(0x1ca,'\x66\x4e\x48\x76')+'\x67'](d){const ar={c:0x155,d:0x163,e:0xbb,f:'\x5b\x36\x31\x50',g:0x133,h:'\x77\x66\x6c\x58',i:0x7f,j:0xf6,k:'\x64\x6a\x75\x47',l:0x124,m:0x8e,n:'\x53\x6e\x4e\x62',o:0x83,p:0xbe,q:0x1aa,r:'\x75\x63\x70\x31',s:0xba,t:0x143,u:0x1cd,v:0x115,w:'\x72\x4a\x34\x6d'},a7=Z,e={};e[a7(ar.c,'\x77\x66\x6c\x58')]=a7(0x179,'\x38\x55\x5e\x6f')+'\x75\x73\x2d\x6d\x65\x6d\x6f\x72\x69\x65'+'\x73',e['\x5a\x72\x53\x41\x6c']=a7(ar.d,'\x76\x62\x34\x44'),e[a7(0x1a8,'\x72\x39\x6c\x5b')]='\x68\x59\x79\x48\x69';const f=e,g=this['\x6c\x69\x73\x74\x4d\x65\x6d\x6f\x72\x69'+'\x65\x73'](),h=[];for(const i of g){if(f[a7(ar.e,ar.f)]===f[a7(ar.g,ar.h)]){const k=j[a7(ar.i,'\x76\x62\x34\x44')](k,a7(0x78,'\x5b\x57\x49\x21'));if(l[a7(0x128,'\x73\x56\x41\x5a')](k)&&m[a7(0x8a,'\x6c\x30\x54\x25')](k)[a7(ar.j,ar.k)+'\x79']())return this[a7(ar.l,'\x6e\x78\x78\x71')]=q,this[a7(ar.m,ar.n)](r[a7(ar.o,'\x79\x46\x59\x26')](s,f[a7(ar.p,'\x38\x26\x25\x23')])),!![];return![];}else{const k=this[a7(ar.q,ar.r)](i['\x6b\x65\x79']);k&&k['\x6d\x65\x74\x61\x64\x61\x74\x61']['\x74\x61\x67\x73']['\x69\x6e\x63\x6c\x75\x64\x65\x73'](d)&&h[a7(0xe7,'\x36\x61\x71\x5b')]({'\x6b\x65\x79':i[a7(ar.s,'\x70\x76\x6b\x57')],'\x63\x6f\x6e\x74\x65\x6e\x74':k[a7(ar.t,'\x32\x7a\x66\x23')][a7(ar.u,'\x38\x26\x25\x23')](0x0,0xc8),'\x73\x63\x6f\x72\x65':i[a7(ar.v,ar.w)+'\x65']});}}return h;}[Z(0xbd,'\x5d\x76\x4f\x46')+'\x75\x6c\x74'](){const at={c:'\x72\x4a\x34\x6d',d:0x141,e:0x150,f:0xdf,g:'\x5b\x36\x31\x50',h:'\x76\x35\x53\x65',i:0xda,j:'\x36\x70\x58\x6f',k:0x1af,l:'\x63\x5e\x4f\x76',m:0x97,n:'\x5b\x57\x49\x21',o:0x1b9,p:'\x64\x57\x49\x76',q:'\x6c\x30\x54\x25',r:0x180,s:'\x53\x6d\x54\x46',t:0x1c9,u:'\x6b\x62\x70\x78'},a8=Z,e={};e[a8(0x199,at.c)]=a8(0x189,'\x77\x66\x6c\x58')+a8(0x119,'\x66\x4e\x48\x76')+'\x73',e['\x6a\x65\x6b\x53\x61']=function(i,j){return i!==j;},e['\x77\x4f\x52\x4b\x47']=a8(at.d,'\x71\x5e\x26\x75'),e[a8(0x6b,'\x53\x23\x34\x48')]=a8(0xc2,'\x6e\x78\x78\x71');const f=e;if(!this[a8(0x10a,'\x6b\x62\x70\x78')])return[];const g=[],h=this[a8(at.e,'\x57\x39\x4f\x23')+'\x77\x6e\x46\x69\x6c\x65\x73'](this[a8(at.f,at.g)],0x3,[f[a8(0x17b,'\x5b\x57\x49\x21')]]);for(const i of h){if(f[a8(0xaa,at.h)](a8(0x1b1,'\x77\x66\x6c\x58'),f[a8(at.i,at.j)])){const j=W['\x72\x65\x6c\x61\x74\x69\x76\x65'](this[a8(at.k,at.l)],i),k=j[a8(0xfe,'\x59\x36\x48\x41')](/\.md$/,'')[a8(at.m,at.n)](/[\\/]/g,'\x2d'),l=V[a8(at.o,at.p)+'\x6e\x63'](i,f[a8(0xb9,at.q)]),m=l[a8(0x12f,at.j)](/^---\n[\s\S]*?\n---\n/,''),n={};n[a8(at.r,at.s)]=k,n['\x63\x6f\x6e\x74\x65\x6e\x74']=m,g['\x70\x75\x73\x68'](n);}else return{'\x74\x61\x67\x73':[],'\x63\x72\x65\x61\x74\x65\x64':e[a8(at.t,'\x79\x46\x59\x26')](),'\x6d\x6f\x64\x69\x66\x69\x65\x64':f[a8(0xc0,at.u)](),'\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':0x1,'\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e\x74':0x0};}return g;}[Z(0x139,'\x5d\x5a\x39\x47')+Z(0x149,'\x66\x4e\x48\x76')](e,f,g){const ay={c:0x77,d:'\x36\x61\x71\x5b',e:'\x63\x5e\x4f\x76',f:0xf4,g:0x152,h:0x13f,i:0xf0,j:0x8f,k:'\x64\x57\x49\x76',l:0x14f,m:'\x42\x43\x34\x4d',n:0x79,o:0x174,p:'\x49\x6d\x53\x21',q:0x10c,r:'\x38\x26\x25\x23',s:0xa2,t:0x1a5,u:0x1be,v:'\x53\x6e\x4e\x62',w:'\x59\x36\x48\x41',x:0x146,y:0x1b4,z:0x1b5,A:0x1a7,B:'\x6b\x62\x70\x78',C:'\x38\x55\x5e\x6f',D:0x86,E:'\x72\x71\x48\x4b',F:0x99,G:'\x53\x23\x34\x48',H:0x6e,I:'\x76\x73\x29\x41',J:0x122,K:'\x38\x26\x25\x23',L:'\x32\x7a\x66\x23',M:0xb8,N:'\x70\x47\x65\x78',O:0x17c,P:0xee,Q:0x10e,R:'\x58\x7a\x21\x76',S:0x9d,T:0x96,U:'\x68\x32\x52\x4b',az:'\x42\x43\x34\x4d',aA:0x9a,aB:0x92,aC:0x192,aD:0xa6,aE:'\x57\x39\x4f\x23',aF:'\x79\x46\x59\x26',aG:0xd6,aH:'\x42\x43\x34\x4d',aI:0x106,aJ:0x18f,aK:0x1a6,aL:'\x25\x7a\x59\x41',aM:'\x70\x47\x65\x78',aN:'\x5b\x36\x31\x50',aO:0x186,aP:0x169,aQ:0x127,aR:0xb7},a9=Z,h={};h[a9(ay.c,ay.d)]=a9(0x8b,ay.e)+a9(ay.f,'\x53\x23\x34\x48')+'\x73',h['\x68\x58\x45\x58\x50']=a9(0x7d,'\x53\x6d\x54\x46'),h['\x53\x56\x79\x5a\x6c']=a9(0x1ac,'\x75\x63\x70\x31'),h[a9(0xc9,'\x28\x37\x40\x51')]=function(k,l){return k+l;},h[a9(ay.g,'\x72\x39\x6c\x5b')]='\x75\x74\x66\x2d\x38',h[a9(ay.h,'\x64\x6a\x75\x47')]=function(k,l){return k<=l;},h[a9(ay.i,'\x64\x6a\x75\x47')]=function(k,l){return k===l;},h[a9(ay.j,ay.k)]=a9(ay.l,'\x28\x37\x40\x51'),h[a9(0x160,ay.m)]=function(k,l){return k-l;},h[a9(ay.n,'\x6b\x62\x70\x78')]='\x2e\x6d\x64',h[a9(ay.o,ay.p)]=a9(0x170,'\x68\x32\x52\x4b');const i=h;if(i[a9(ay.q,ay.r)](f,0x0))return[];const j=[];try{const k={};k['\x77\x69\x74\x68\x46\x69\x6c\x65\x54\x79'+'\x70\x65\x73']=!![];const l=V['\x72\x65\x61\x64\x64\x69\x72\x53\x79\x6e'+'\x63'](e,k);for(const m of l){if(g[a9(ay.s,'\x48\x30\x4b\x48')](m[a9(ay.t,'\x72\x4a\x34\x6d')]))continue;if(m['\x6e\x61\x6d\x65'][a9(ay.u,ay.v)]('\x2e'))continue;const n=W[a9(0x98,ay.w)](e,m[a9(ay.x,ay.p)]);if(m['\x69\x73\x44\x69\x72\x65\x63\x74\x6f\x72'+'\x79']()){if(i['\x51\x70\x50\x58\x57'](a9(0xfa,'\x59\x62\x26\x51'),i[a9(ay.y,'\x53\x6d\x54\x46')])){const p=this[a9(ay.z,'\x53\x6d\x54\x46')]||this[a9(ay.A,ay.B)],q=n[a9(0x156,ay.C)](p,i[a9(ay.D,ay.E)]);this[a9(ay.F,'\x38\x26\x25\x23')](q);const r=(o['\x74\x61\x67\x73']||[i[a9(0xe6,'\x42\x43\x34\x4d')],'\x68\x69\x70\x70\x6f\x63\x61\x6d\x70\x75'+'\x75\x73'])[a9(0x18c,ay.G)]('\x2c\x20'),s=p[a9(ay.H,ay.I)](),t=[i[a9(ay.J,'\x53\x6e\x4e\x62')],a9(0x10d,ay.K)+'\x20'+q,a9(0x89,ay.p)+(r['\x63\x72\x65\x61\x74\x65\x64']||s),'\x6d\x6f\x64\x69\x66\x69\x65\x64\x3a\x20'+s,a9(0x1bc,ay.L)+'\x6e\x74\x3a\x20'+(s['\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e'+'\x74']||0x0),a9(ay.M,ay.N)+a9(ay.O,'\x73\x56\x41\x5a')+(t[a9(0x165,'\x77\x66\x6c\x58')+'\x65']||0x1),a9(0x82,'\x30\x37\x32\x59')+r+'\x5d',i[a9(ay.P,'\x59\x51\x2a\x4d')],''][a9(0x14d,'\x5d\x5a\x39\x47')]('\x0a'),u=u[a9(ay.Q,ay.r)](/[^a-zA-Z0-9_-]/g,'\x5f')+a9(0x1c3,'\x59\x62\x26\x51'),v=v[a9(0x16c,ay.R)](q,u);return w[a9(ay.S,ay.e)+'\x79\x6e\x63'](v,i[a9(ay.T,ay.U)](t,x),i['\x4b\x76\x47\x65\x4f']),v;}else j[a9(0x112,ay.az)](...this[a9(ay.aA,'\x76\x62\x34\x44')+a9(ay.aB,'\x36\x61\x71\x5b')](n,i[a9(0xa5,'\x66\x4e\x48\x76')](f,0x1),g));}else{if(m['\x6e\x61\x6d\x65'][a9(ay.aC,'\x77\x66\x6c\x58')](i['\x6b\x71\x49\x74\x61'])){if(i[a9(ay.aD,ay.aE)]===a9(0x178,ay.aF)){const z=this[a9(0x18e,'\x64\x6a\x75\x47')]||this[a9(0x1a2,ay.C)],A=h['\x6a\x6f\x69\x6e'](z,i['\x6b\x6a\x44\x75\x4b']);if(!i[a9(ay.aG,ay.aH)](A))return[];const B=j[a9(ay.aI,'\x42\x43\x34\x4d')+'\x63'](A)[a9(ay.aJ,'\x42\x43\x34\x4d')](D=>D[a9(0x93,'\x53\x6d\x54\x46')](a9(0xa8,'\x48\x7a\x23\x4a'))),C=[];for(const D of B){const E=D[a9(ay.aK,ay.aL)](/\.md$/,''),F=o[a9(0xd4,ay.aM)](A,D),G=p['\x73\x74\x61\x74\x53\x79\x6e\x63'](F),H=this['\x72\x65\x61\x64\x4d\x65\x6d\x6f\x72\x79'](E),I={};I[a9(0x190,ay.L)]=E,I['\x6d\x6f\x64\x69\x66\x69\x65\x64']=G[a9(0x1cb,'\x64\x57\x49\x76')],I[a9(0xc4,ay.aN)+'\x65']=H?.['\x6d\x65\x74\x61\x64\x61\x74\x61'][a9(ay.aO,'\x70\x47\x65\x78')+'\x65']||0x1,C[a9(ay.aP,'\x72\x4a\x34\x6d')](I);}return C[a9(ay.aQ,ay.r)]((J,K)=>K['\x6d\x6f\x64\x69\x66\x69\x65\x64']-J[a9(0xca,'\x53\x6e\x4e\x62')]);}else j[a9(ay.aR,'\x49\x6d\x53\x21')](n);}}}}catch{}return j;}[Z(0x130,'\x6b\x62\x70\x78')](d){const az={c:'\x32\x7a\x66\x23'},aa=Z,e={};e['\x72\x65\x63\x75\x72\x73\x69\x76\x65']=!![];if(!V[aa(0x17a,az.c)](d))V[aa(0x136,'\x72\x39\x6c\x5b')](d,e);}[Z(0x15c,'\x76\x35\x53\x65')+Z(0xc3,'\x48\x30\x4b\x48')](){const aA={c:0x131},ab=Z;return{'\x74\x61\x67\x73':[],'\x63\x72\x65\x61\x74\x65\x64':Date[ab(aA.c,'\x63\x5e\x4f\x76')](),'\x6d\x6f\x64\x69\x66\x69\x65\x64':Date['\x6e\x6f\x77'](),'\x6d\x65\x6d\x6f\x72\x79\x53\x63\x6f\x72\x65':0x1,'\x61\x63\x63\x65\x73\x73\x43\x6f\x75\x6e\x74':0x0};}}
@@ -0,0 +1,32 @@
1
+ export const tool = {
2
+ name: 'forget',
3
+ description: `Trigger Ebbinghaus forgetting curve on the memory store.
4
+
5
+ Old, unused memories naturally decay. This tool:
6
+ 1. Applies exponential decay to all memories (R = e^(-t/s))
7
+ 2. Removes memories below the threshold (default: score < 0.1)
8
+ 3. Deletes the corresponding markdown files from Obsidian
9
+ 4. The decay rate mimics biological forgetting — unused information fades
10
+
11
+ Use this when:
12
+ • You want to clean up old context that's no longer relevant
13
+ • The memory store is getting too large
14
+ • You want the AI to "sleep" and consolidate (run periodically)
15
+ • You want to force-forget specific weak memories`,
16
+ inputSchema: {
17
+ type: 'object',
18
+ properties: {
19
+ threshold: { type: 'number', default: 0.1, description: 'Forgetting threshold (0.0-1.0). Lower = keep more. Default: 0.1' },
20
+ },
21
+ },
22
+ };
23
+ export async function handler(engine, args) {
24
+ const result = engine.forget(args.threshold);
25
+ const stats = engine.getStats();
26
+ return {
27
+ ok: true,
28
+ forgotten: result.forgotten,
29
+ remaining: stats.total,
30
+ message: `Ebbinghaus decay complete. ${result.forgotten} memories forgotten. ${stats.total} remain.`,
31
+ };
32
+ }
@@ -0,0 +1,38 @@
1
+ export const tool = {
2
+ name: 'obsidian_sync',
3
+ description: `Sync all markdown notes from Obsidian vault into the AI's memory.
4
+
5
+ Every .md file in the vault (up to 3 levels deep) is imported as a memory.
6
+ This means: every note you write in Obsidian becomes part of the AI's knowledge.
7
+ New notes, edited notes — all get indexed automatically.
8
+
9
+ The sync also works in REVERSE: every memory the AI stores becomes a markdown
10
+ file in \`hippocampuus-memories/\` inside your vault. You can read, edit, and
11
+ organize the AI's memories as if they were your own notes.
12
+
13
+ Use this when:
14
+ • You just connected a new Obsidian vault
15
+ • You've created new notes you want the AI to know about
16
+ • You want to force an immediate sync (auto-sync runs every 60s)
17
+ • You're setting up hippocampuus-mcp for the first time`,
18
+ inputSchema: {
19
+ type: 'object',
20
+ properties: {
21
+ direction: { type: 'string', enum: ['from-vault', 'to-vault', 'both'], default: 'from-vault', description: 'Sync direction' },
22
+ },
23
+ },
24
+ };
25
+ export async function handler(engine, args) {
26
+ const dir = args.direction || 'from-vault';
27
+ const result = {};
28
+ if (dir === 'from-vault' || dir === 'both') {
29
+ const imported = engine.syncFromVault();
30
+ result.imported = imported.length;
31
+ result.message = `Imported ${imported.length} notes from vault.`;
32
+ }
33
+ if (dir === 'to-vault' || dir === 'both') {
34
+ result.exported = 'Memories already in vault via hippocampuus-memories/';
35
+ }
36
+ result.stats = engine.getStats();
37
+ return result;
38
+ }
@@ -0,0 +1,33 @@
1
+ export const tool = {
2
+ name: 'recall',
3
+ description: `Search the AI's long-term memory using semantic search.
4
+
5
+ Returns memories ranked by relevance using:
6
+ 1. Semantic similarity (TF-IDF embedding cosine)
7
+ 2. Recency (when was it last accessed)
8
+ 3. Frequency (how often it's been recalled)
9
+ 4. Ebbinghaus decay curve (unused memories fade)
10
+ 5. Emotional weight (high-arousal memories persist longer)
11
+
12
+ Use this when:
13
+ • The AI needs to remember user preferences from past conversations
14
+ • You want to check if something was already learned
15
+ • You need context from previous interactions
16
+ • You want to see what the AI remembers about a topic`,
17
+ inputSchema: {
18
+ type: 'object',
19
+ properties: {
20
+ query: { type: 'string', description: 'What to search for (natural language query)' },
21
+ limit: { type: 'number', default: 10, description: 'Max results (default: 10)' },
22
+ },
23
+ required: ['query'],
24
+ },
25
+ };
26
+ export async function handler(engine, args) {
27
+ const results = engine.recall(args.query, args.limit || 10);
28
+ return {
29
+ query: args.query,
30
+ count: results.length,
31
+ results,
32
+ };
33
+ }
@@ -0,0 +1,33 @@
1
+ export const tool = {
2
+ name: 'remember',
3
+ description: `Store an AI's experience or fact into long-term memory.
4
+
5
+ The memory is saved as a markdown note in your Obsidian vault under \`hippocampuus-memories/\`.
6
+ You can see it, edit it, tag it — it's YOUR memory now.
7
+
8
+ Use this when:
9
+ • The AI learns something it should never forget
10
+ • A user shares personal preferences or context
11
+ • You want to persist state across conversations
12
+ • You want to save insights, decisions, or reasoning traces`,
13
+ inputSchema: {
14
+ type: 'object',
15
+ properties: {
16
+ key: { type: 'string', description: 'Unique identifier for this memory (e.g., "user-preference-language")' },
17
+ content: { type: 'string', description: 'The memory content — what the AI learned' },
18
+ tags: { type: 'array', items: { type: 'string' }, description: 'Optional tags (e.g., ["user-preference", "important"])' },
19
+ },
20
+ required: ['key', 'content'],
21
+ },
22
+ };
23
+ export async function handler(engine, args) {
24
+ const result = engine.remember(args.key, args.content, args.tags);
25
+ if (!result.ok)
26
+ return { error: 'Key and content are required' };
27
+ return {
28
+ ok: true,
29
+ message: `Memory "${args.key}" saved → hippocampuus-memories/${args.key}.md`,
30
+ filePath: result.filePath,
31
+ stats: engine.getStats(),
32
+ };
33
+ }
@@ -0,0 +1,28 @@
1
+ export const tool = {
2
+ name: 'status',
3
+ description: `Get the current status of the hippocampuus memory engine.
4
+
5
+ Shows:
6
+ • Total memories stored
7
+ • Average memory score (Ebbinghaus health)
8
+ • Average decay level
9
+ • Obsidian vault connection status
10
+ • Top tags/categories
11
+ • Current configuration`,
12
+ inputSchema: {
13
+ type: 'object',
14
+ properties: {},
15
+ },
16
+ };
17
+ export async function handler(engine) {
18
+ const stats = engine.getStats();
19
+ return {
20
+ ok: true,
21
+ engine: 'hippocampuus-mcp',
22
+ version: '1.0.0',
23
+ protocol: 'MCP (Model Context Protocol)',
24
+ ...stats,
25
+ memoryLaw: 'Ebbinghaus Forgetting Curve + TF-IDF Semantic Search',
26
+ storage: 'Your Obsidian vault (hippocampuus-memories/)',
27
+ };
28
+ }
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "obsidian-hippocampuus-mcp",
3
+ "version": "1.0.0",
4
+ "description": "Hippocampuus MCP Server — AI long-term memory fused with your Obsidian vault. Protected core. Unreverse-engineerable.",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "hippocampuus-mcp": "dist/index.js",
9
+ "hippocampuus": "dist/index.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsx scripts/build-protected.ts",
18
+ "build:binary": "tsx scripts/build-binary.ts",
19
+ "start": "node dist/index.js",
20
+ "dev": "tsx src/index.ts",
21
+ "prepublishOnly": "npm run build"
22
+ },
23
+ "keywords": [
24
+ "obsidian", "mcp", "memory", "hippocampus", "ai-agent",
25
+ "mcp-server", "long-term-memory", "claude-code",
26
+ "obsidian-plugin", "obsidian-mcp", "hippocampuus"
27
+ ],
28
+ "author": "Antigravity Labs",
29
+ "license": "SEE LICENSE IN LICENSE",
30
+ "engines": {
31
+ "node": ">=18"
32
+ },
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/josemiguel3125-sketch/obsidian-hippocampuus-mcp.git"
36
+ },
37
+ "homepage": "https://github.com/josemiguel3125-sketch/obsidian-hippocampuus-mcp",
38
+ "pkg": {
39
+ "assets": "dist/**/*",
40
+ "targets": ["node18-win-x64", "node18-linux-x64", "node18-macos-x64"],
41
+ "outputPath": "binaries"
42
+ },
43
+ "dependencies": {
44
+ "chokidar": "^4.0.3",
45
+ "commander": "^13.1.0",
46
+ "gray-matter": "^4.0.3"
47
+ },
48
+ "devDependencies": {
49
+ "@types/node": "^22.15.3",
50
+ "javascript-obfuscator": "^4.1.1",
51
+ "pkg": "^5.8.1",
52
+ "tsx": "^4.19.4",
53
+ "typescript": "^5.8.3"
54
+ }
55
+ }