LICENSE
README.md
pyproject.toml
rainman/__init__.py
rainman/__main__.py
rainman/cli/__init__.py
rainman/cli/commands.py
rainman/core/__init__.py
rainman/core/audit.py
rainman/core/config.py
rainman/core/consolidate.py
rainman/core/encoding.py
rainman/core/engine.py
rainman/core/fusion.py
rainman/core/identity.py
rainman/core/log.py
rainman/core/models.py
rainman/core/porter.py
rainman/core/redact.py
rainman/core/salience.py
rainman/core/scoring.py
rainman/core/sentiment.py
rainman/core/sqlite_store.py
rainman/core/storage.py
rainman/core/store.py
rainman/core/text.py
rainman/core/trust.py
rainman/core/working.py
rainman/eval/__init__.py
rainman/eval/agent_harness.py
rainman/eval/harness.py
rainman/eval/metrics.py
rainman/hooks/__init__.py
rainman/hooks/post_compact.py
rainman/hooks/post_tool_use.py
rainman/hooks/session_end.py
rainman/hooks/session_start.py
rainman/ingest/__init__.py
rainman/ingest/files.py
rainman/ingest/git.py
rainman/integration/__init__.py
rainman/integration/core.py
rainman/integration/hosts.py
rainman/mcp/__init__.py
rainman/mcp/server.py
rainman/semantic/__init__.py
rainman/sync/__init__.py
rainman/sync/client.py
rainman_memory.egg-info/PKG-INFO
rainman_memory.egg-info/SOURCES.txt
rainman_memory.egg-info/dependency_links.txt
rainman_memory.egg-info/entry_points.txt
rainman_memory.egg-info/requires.txt
rainman_memory.egg-info/top_level.txt
tests/test_assoc_graph.py
tests/test_audit.py
tests/test_cli_smoke.py
tests/test_concurrency.py
tests/test_config.py
tests/test_consolidation.py
tests/test_engine.py
tests/test_eval.py
tests/test_experience.py
tests/test_hooks.py
tests/test_hosts.py
tests/test_integration.py
tests/test_integration_core.py
tests/test_mcp_server.py
tests/test_reconsolidation.py
tests/test_regressions.py
tests/test_retention.py
tests/test_retrieval_quality.py
tests/test_review.py
tests/test_salience.py
tests/test_scoring.py
tests/test_semantic.py
tests/test_semantic_live.py
tests/test_sentiment.py
tests/test_sleep_consolidation.py
tests/test_sqlite_backend.py
tests/test_sync_client.py
tests/test_trust.py