LICENSE
MANIFEST.in
README.md
pyproject.toml
cli/__init__.py
cli/main.py
cli/parser.py
cli/commands/__init__.py
cli/commands/ask.py
cli/commands/benchmark.py
cli/commands/config_cmd.py
cli/commands/doctor.py
cli/commands/export.py
cli/commands/import_cmd.py
cli/commands/init.py
cli/commands/logs.py
cli/commands/monitor.py
cli/commands/plugins.py
cli/commands/restart.py
cli/commands/start.py
cli/commands/status.py
cli/commands/stop.py
cli/commands/sync.py
cli/commands/version.py
cli/commands/workspace.py
cli/tui/__init__.py
cli/tui/app.py
cli_memory_os.egg-info/PKG-INFO
cli_memory_os.egg-info/SOURCES.txt
cli_memory_os.egg-info/dependency_links.txt
cli_memory_os.egg-info/entry_points.txt
cli_memory_os.egg-info/requires.txt
cli_memory_os.egg-info/top_level.txt
connectors/__init__.py
connectors/base.py
connectors/github.py
connectors/gmail.py
connectors/notion.py
connectors/registry.py
core/__init__.py
core/chunker.py
core/context_builder.py
core/embedder.py
core/llm.py
core/vector_store.py
infrastructure/__init__.py
infrastructure/compose.py
infrastructure/config.py
infrastructure/docker.py
infrastructure/health.py
infrastructure/observability.py
infrastructure/workspace.py
models/__init__.py
models/memory.py
storage/__init__.py
storage/db.py
storage/graph.py
storage/schema.sql
storage/tech_detector.py
tests/test_cli_integration.py
tests/test_commands_phase2.py
tests/test_compose_manager.py
tests/test_first_time_user_experience.py
tests/test_infrastructure_stabilization.py
tests/test_sync_ask_cli.py
tests/test_tui.py
tests/test_v1_features.py