LICENSE
README.md
pyproject.toml
src/memalot/__init__.py
src/memalot/api.py
src/memalot/base.py
src/memalot/cli.py
src/memalot/interface.py
src/memalot/memory.py
src/memalot/monitors.py
src/memalot/networkx_copy.py
src/memalot/objects.py
src/memalot/options.py
src/memalot/output.py
src/memalot/report_generator.py
src/memalot/reports.py
src/memalot/snapshots.py
src/memalot/themes.py
src/memalot/utils.py
src/memalot.egg-info/PKG-INFO
src/memalot.egg-info/SOURCES.txt
src/memalot.egg-info/dependency_links.txt
src/memalot.egg-info/entry_points.txt
src/memalot.egg-info/requires.txt
src/memalot.egg-info/top_level.txt
src/memalot/mcp_server/__init__.py
src/memalot/mcp_server/main.py
src/tests/__init__.py
src/tests/test_api.py
src/tests/test_base.py
src/tests/test_cli.py
src/tests/test_memory.py
src/tests/test_monitors.py
src/tests/test_objects.py
src/tests/test_options.py
src/tests/test_output.py
src/tests/test_report_generator.py
src/tests/test_reports.py
src/tests/test_snapshots.py
src/tests/test_utils.py
src/tests/utils_for_testing.py
src/tests/mcp_server/__init__.py
src/tests/mcp_server/test_main.py
src/tests_integration/__init__.py
src/tests_integration/test_cache_examples.py
src/tests_integration/test_converging_tree.py
src/tests_integration/test_integration.py
src/tests_integration/test_time_based.py
src/tests_integration/utils.py
src/tests_performance/__init__.py
src/tests_performance/test_performance_barbell.py
src/tests_performance/test_performance_objects.py