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/fact_memory_provider.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/rules.py
src/eling/snapshot.py
src/eling/spec_kit.py
src/eling/verify_on_stop.py
src/eling.egg-info/PKG-INFO
src/eling.egg-info/SOURCES.txt
src/eling.egg-info/dependency_links.txt
src/eling.egg-info/entry_points.txt
src/eling.egg-info/requires.txt
src/eling.egg-info/top_level.txt
src/eling/adapters/__init__.py
src/eling/as_brain/__init__.py
src/eling/as_brain/mcp_server.py
src/eling/blackbox/__init__.py
src/eling/blackbox/cli.py
src/eling/blackbox/core.py
src/eling/blackbox/effectiveness.py
src/eling/blackbox/mcp_server.py
src/eling/blackbox/score.py
src/eling/blackbox/store.py
src/eling/blackbox/timeline.py
src/eling/blackbox/adapters/__init__.py
src/eling/blackbox/adapters/common.py
src/eling/blackbox/adapters/hermes.py
src/eling/blackbox/adapters/zero.py
src/eling/continuum/__init__.py
src/eling/continuum/mcp_server.py
src/eling/continuum/plot.py
src/eling/continuum/store.py
src/eling/continuum/worktree.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/embeddings.py
src/eling/layers/facts.py
src/eling/layers/hrr.py
src/eling/layers/kb.py
src/eling/layers/notion.py
src/eling/layers/obsidian.py
src/eling/markdownify/__init__.py
src/eling/markdownify/markdownify.sh
src/eling/markdownify/mcp_server.py
src/eling/opencode_plugin/__init__.py
src/eling/opencode_plugin/eling-memory.js
src/eling/scripts/benchmark.py
src/eling/utils/__init__.py
src/eling/zero_plugin/SKILL.md
src/eling/zero_plugin/__init__.py
src/eling/zero_plugin/eling-hook.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_continuum.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_notion_retrieval.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
tests/test_universal_brain.py
tests/test_verify_on_stop.py