LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
src/8mem.egg-info/PKG-INFO
src/8mem.egg-info/SOURCES.txt
src/8mem.egg-info/dependency_links.txt
src/8mem.egg-info/entry_points.txt
src/8mem.egg-info/requires.txt
src/8mem.egg-info/top_level.txt
src/eightmem/__init__.py
src/eightmem/analyzers/__init__.py
src/eightmem/analyzers/extractor.py
src/eightmem/channels/__init__.py
src/eightmem/channels/telegram_adapter.py
src/eightmem/cli/__init__.py
src/eightmem/cli/main.py
src/eightmem/core/__init__.py
src/eightmem/core/constants.py
src/eightmem/core/context_export.py
src/eightmem/core/env.py
src/eightmem/core/governance.py
src/eightmem/core/heartbeat.py
src/eightmem/core/import_cache.py
src/eightmem/core/ingestion.py
src/eightmem/core/memory_store.py
src/eightmem/core/models.py
src/eightmem/core/notification_decision.py
src/eightmem/core/paths.py
src/eightmem/core/pipeline.py
src/eightmem/core/signal_connectors.py
src/eightmem/core/sqlite_facts.py
src/eightmem/core/templates.py
src/eightmem/importers/__init__.py
src/eightmem/importers/parser.py
src/eightmem/llm/__init__.py
src/eightmem/llm/ollama.py
src/eightmem/mirror/__init__.py
src/eightmem/mirror/summary.py
src/eightmem/resources/__init__.py
src/eightmem/resources/integrations/openclaw/eightmem-external-pre-llm-hooks.js
src/eightmem/resources/integrations/openclaw/external-pre-llm-hooks.ts
src/eightmem/resources/memory_templates/BELIEFS.md
src/eightmem/resources/memory_templates/CORRECTIONS.md
src/eightmem/resources/memory_templates/DECISIONS.md
src/eightmem/resources/memory_templates/EVOLUTION.md
src/eightmem/resources/memory_templates/IDENTITY.md
src/eightmem/resources/memory_templates/PREFERENCES.md
src/eightmem/services/__init__.py
src/eightmem/services/compare_card.py
src/eightmem/services/memory_service.py
src/eightmem/services/telegram_service.py
src/eightmem/services/webhook_service.py
src/eightmem/ui/__init__.py
src/eightmem/ui/app.py
src/eightmem/ui/static/logo.svg
src/eightmem/ui/static/styles.css
src/eightmem/ui/templates/base.html
src/eightmem/ui/templates/chat.html
src/eightmem/ui/templates/dashboard.html
src/eightmem/ui/templates/edit.html
src/eightmem/ui/templates/everywhere.html
src/eightmem/ui/templates/export.html
src/eightmem/ui/templates/files.html
src/eightmem/ui/templates/import.html
src/eightmem/ui/templates/inbox.html
src/eightmem/ui/templates/mirror.html
src/eightmem/ui/templates/overview.html