LICENSE
README.md
pyproject.toml
ai_iq.egg-info/PKG-INFO
ai_iq.egg-info/SOURCES.txt
ai_iq.egg-info/dependency_links.txt
ai_iq.egg-info/entry_points.txt
ai_iq.egg-info/requires.txt
ai_iq.egg-info/top_level.txt
hooks/claude-code/CLAUDE.md.example
hooks/claude-code/README.md
hooks/claude-code/daily-maintenance.sh
hooks/claude-code/error-hook.sh
hooks/claude-code/session-hook.sh
hooks/claude-code/settings.json.example
memory_tool/__init__.py
memory_tool/beliefs.py
memory_tool/beliefs_extended.py
memory_tool/cli.py
memory_tool/config.py
memory_tool/core.py
memory_tool/corrections.py
memory_tool/database.py
memory_tool/display.py
memory_tool/dream.py
memory_tool/embedding.py
memory_tool/export.py
memory_tool/feedback.py
memory_tool/fsrs.py
memory_tool/graph.py
memory_tool/identity.py
memory_tool/importance.py
memory_tool/memory_ops.py
memory_tool/meta_learning.py
memory_tool/modes.py
memory_tool/narrative.py
memory_tool/py.typed
memory_tool/relations.py
memory_tool/runs.py
memory_tool/snapshots.py
memory_tool/sync.py
memory_tool/utils.py
tests/test_beliefs.py
tests/test_beliefs_extended.py
tests/test_cli_advanced.py
tests/test_cli_graph.py
tests/test_cli_integration.py
tests/test_config.py
tests/test_content_hash.py
tests/test_corrections.py
tests/test_database.py
tests/test_decay.py
tests/test_display.py
tests/test_export.py
tests/test_feedback.py
tests/test_fsrs.py
tests/test_graph.py
tests/test_identity.py
tests/test_importance.py
tests/test_integration_scavenge.py
tests/test_lifecycle.py
tests/test_memory_ops.py
tests/test_meta_learning.py
tests/test_modes.py
tests/test_narrative.py
tests/test_relations.py
tests/test_runs.py
tests/test_timeline.py
tests/test_token_economics.py
tests/test_utils.py