SerenMemory.pyproj
pyproject.toml
seren-memory.service.sample
seren-memory.yaml.sample
seren_memory/__init__.py
seren_memory/__main__.py
seren_memory/_version.py
seren_memory/app.py
seren_memory/collections.py
seren_memory/config.py
seren_memory.egg-info/PKG-INFO
seren_memory.egg-info/SOURCES.txt
seren_memory.egg-info/dependency_links.txt
seren_memory.egg-info/entry_points.txt
seren_memory.egg-info/requires.txt
seren_memory.egg-info/top_level.txt
seren_memory/consolidator/__init__.py
seren_memory/consolidator/service.py
seren_memory/mcp/__init__.py
seren_memory/mcp/server.py
seren_memory/mcp/tools.py
seren_memory/models/__init__.py
seren_memory/models/schemas.py
seren_memory/routes/__init__.py
seren_memory/routes/long.py
seren_memory/routes/near.py
seren_memory/routes/search.py
seren_memory/routes/short.py
seren_memory/viewer/halls.html
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_brief.py
tests/test_drafts.py
tests/test_mcp_endpoint.py
tests/test_mcp_fallback.py
tests/test_mcp_mount.py
tests/test_mcp_tools.py
tests/test_near_listing.py
tests/test_search.py
tests/test_smoke.py
tests/test_validation.py