LICENSE
README.md
pyproject.toml
loreconvo.egg-info/PKG-INFO
loreconvo.egg-info/SOURCES.txt
loreconvo.egg-info/dependency_links.txt
loreconvo.egg-info/entry_points.txt
loreconvo.egg-info/requires.txt
loreconvo.egg-info/top_level.txt
src/__init__.py
src/anthropic_bridge.py
src/cli.py
src/compat_check.py
src/server.py
src/session_summarizer.py
src/core/__init__.py
src/core/config.py
src/core/consolidation.py
src/core/database.py
src/core/embedding_circuit.py
src/core/hybrid_search.py
src/core/idle_watchdog.py
src/core/license.py
src/core/models.py
src/core/onboard_tool.py
tests/test_anthropic_bridge.py
tests/test_anthropic_export.py
tests/test_api_summarization.py
tests/test_auto_load.py
tests/test_auto_save.py
tests/test_busy_timeout.py
tests/test_cli.py
tests/test_compat_check.py
tests/test_cross_product_migration.py
tests/test_database_new.py
tests/test_dreaming.py
tests/test_embedding_autolink.py
tests/test_fts_migration.py
tests/test_gitignore_safety.py
tests/test_hybrid_search.py
tests/test_idle_watchdog.py
tests/test_init_guard.py
tests/test_inspect.py
tests/test_license.py
tests/test_mcp_behavior.py
tests/test_mcp_json_pro_defaults.py
tests/test_migration_upgrade_paths.py
tests/test_null_id_migration.py
tests/test_onboard.py
tests/test_periodic_save.py
tests/test_plugin_json_structure.py
tests/test_plugin_skills_sync.py
tests/test_previous_summary.py
tests/test_save_script.py
tests/test_semantic_search.py
tests/test_session_limit.py
tests/test_team_memory.py
tests/test_vault_suggest.py