LICENSE
README.md
pyproject.toml
src/mnemara/__init__.py
src/mnemara/agent.py
src/mnemara/cli.py
src/mnemara/config.py
src/mnemara/graph.py
src/mnemara/logging_util.py
src/mnemara/mcp.py
src/mnemara/paths.py
src/mnemara/permissions.py
src/mnemara/rag.py
src/mnemara/repl.py
src/mnemara/replay.py
src/mnemara/role.py
src/mnemara/runtime_sentinel.py
src/mnemara/skeleton.py
src/mnemara/store.py
src/mnemara/tools.py
src/mnemara/tui.py
src/mnemara/wiki.py
src/mnemara.egg-info/PKG-INFO
src/mnemara.egg-info/SOURCES.txt
src/mnemara.egg-info/dependency_links.txt
src/mnemara.egg-info/entry_points.txt
src/mnemara.egg-info/requires.txt
src/mnemara.egg-info/top_level.txt
tests/test_file_stat_manifest.py
tests/test_graph_and_replay.py
tests/test_multi_backend.py
tests/test_paths_security.py
tests/test_read_skeleton.py
tests/test_role_from_url.py
tests/test_runtime_sentinel.py
tests/test_smoke.py