LICENSE
README.md
pyproject.toml
src/eling/__init__.py
src/eling/brain.py
src/eling/cli.py
src/eling/compress.py
src/eling/config.py
src/eling/decay.py
src/eling/export.py
src/eling/hermes_plugin.py
src/eling/hooks.py
src/eling/mcp_server.py
src/eling/permissions.py
src/eling/privacy.py
src/eling/snapshot.py
src/eling.egg-info/PKG-INFO
src/eling.egg-info/SOURCES.txt
src/eling.egg-info/dependency_links.txt
src/eling.egg-info/requires.txt
src/eling.egg-info/top_level.txt
src/eling/adapters/__init__.py
src/eling/layers/__init__.py
src/eling/layers/builtin.py
src/eling/layers/code.py
src/eling/layers/code_index.py
src/eling/layers/facts.py
src/eling/layers/hrr.py
src/eling/layers/kb.py
src/eling/layers/notion.py
src/eling/scripts/benchmark.py
src/eling/utils/__init__.py
tests/test_adapters.py
tests/test_brain.py
tests/test_builtin.py
tests/test_cli.py
tests/test_compress.py
tests/test_config.py
tests/test_contradiction.py
tests/test_decay.py
tests/test_export.py
tests/test_facts.py
tests/test_graph.py
tests/test_hooks.py
tests/test_hrr.py
tests/test_kb.py
tests/test_permissions.py
tests/test_privacy.py
tests/test_schema_packs.py
tests/test_snapshot.py
tests/test_sync.py
tests/test_think.py