Dashboard

Welcome to Mnemos - Your AI Memory Management System

Overview

Total Memories

2,845

All stored memories

Recent (7 Days)

0

Newly added memories

Memory Types

4

Most common: semantic

Types Breakdown

2,245

semantic

537

procedural

50

episodic

13

document

Quick Capture

Recent Memories

View all
proceduralJul 30

"""Tests for the get_params_util module.""" from unittest.mock import Mock import pytest import torch from transformer_lens.model_bridge.get_params_util import get_bridge_params class TestGetBrid...

abcfc0ef...View details
proceduralJul 30

"""Tests for `benchmark_gated_hooks_fire`. The benchmark's job: exercise every cfg-gated attention hook on every verified architecture and fail if the hook was registered but never fired. This replac...

bfeb0495...View details
proceduralJul 30

"""Tests for ``build_bridge_from_module`` free function. Signature, defaults, and behavior must stay aligned with dev-4.x so that the v4 merge is a no-op for users importing from this module. """ fro...

ec6e95a9...View details
proceduralJul 30

"""Regression test: every adapter's hook aliases resolve to a real HookPoint. Catches bugs where an alias target path doesn't navigate to a HookPoint (the complementary case to Tier 2, which catches...

12287bdb...View details
proceduralJul 30

"""Tests for ArchitectureAdapter._qkvo_weight_conversions() factory method.""" import torch from transformer_lens.model_bridge.architecture_adapter import ArchitectureAdapter class _FakeCfg: d...

a72984f9...View details