README.md
pyproject.toml
MemShan.egg-info/PKG-INFO
MemShan.egg-info/SOURCES.txt
MemShan.egg-info/dependency_links.txt
MemShan.egg-info/entry_points.txt
MemShan.egg-info/requires.txt
MemShan.egg-info/top_level.txt
src/__init__.py
src/config.py
src/server.py
src/base/__init__.py
src/base/embedder.py
src/base/loci_store.py
src/layers/__init__.py
src/layers/major_system/__init__.py
src/layers/major_system/phonetic_encoder.py
src/layers/pao/__init__.py
src/layers/pao/snapshot.py
src/layers/songlines/__init__.py
src/layers/songlines/knowledge_graph.py
src/llm/__init__.py
src/llm/anthropic_client.py
src/llm/client.py
src/llm/gemini_client.py
src/llm/ollama_client.py
src/llm/openai_client.py
src/pipeline/__init__.py
src/pipeline/retrieval.py
src/tools/__init__.py
src/tools/mcp_tools.py
tests/test_anthropic_client.py
tests/test_config.py
tests/test_embedder.py
tests/test_gemini_client.py
tests/test_gemini_live.py
tests/test_knowledge_graph.py
tests/test_llm_client.py
tests/test_loci_store.py
tests/test_main.py
tests/test_mcp_tools.py
tests/test_ollama_client.py
tests/test_ollama_live.py
tests/test_openai_client.py
tests/test_phonetic_encoder.py
tests/test_pipeline.py
tests/test_server.py
tests/test_snapshot.py