LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.well-known/mcp/server-card.json
memograph/__init__.py
memograph/__main__.py
memograph/cli.py
memograph/cli_batch_helpers.py
memograph/cli_helpers.py
memograph/cli_infrastructure_helpers.py
memograph/mcp_setup.py
memograph/py.typed
memograph/quickstart.py
memograph.egg-info/PKG-INFO
memograph.egg-info/SOURCES.txt
memograph.egg-info/dependency_links.txt
memograph.egg-info/entry_points.txt
memograph.egg-info/requires.txt
memograph.egg-info/top_level.txt
memograph/adapters/embeddings/base.py
memograph/adapters/embeddings/ollama.py
memograph/adapters/embeddings/openai.py
memograph/adapters/embeddings/sentence_transformers.py
memograph/adapters/frameworks/langchain.py
memograph/adapters/frameworks/llamaindex.py
memograph/adapters/llm/claude.py
memograph/adapters/llm/litellm_adapter.py
memograph/adapters/llm/ollama.py
memograph/ai/__init__.py
memograph/ai/auto_tagger.py
memograph/ai/content_analyzer.py
memograph/ai/gap_detector.py
memograph/ai/link_suggester.py
memograph/core/__init__.py
memograph/core/access_tracker.py
memograph/core/action_logger.py
memograph/core/assistant.py
memograph/core/backup.py
memograph/core/compressor.py
memograph/core/config.py
memograph/core/entity.py
memograph/core/enums.py
memograph/core/extractor.py
memograph/core/gam_retriever.py
memograph/core/gam_scorer.py
memograph/core/graph.py
memograph/core/graph_enhanced.py
memograph/core/indexer.py
memograph/core/kernel.py
memograph/core/kernel_async.py
memograph/core/kernel_batch.py
memograph/core/kernel_enhanced.py
memograph/core/kernel_gam_async.py
memograph/core/logging_config.py
memograph/core/metrics.py
memograph/core/node.py
memograph/core/parser.py
memograph/core/retriever.py
memograph/core/tenant_registry.py
memograph/core/validation.py
memograph/data/sample_vault/async-pitfalls.md
memograph/data/sample_vault/concurrency-decision.md
memograph/data/sample_vault/dataclasses-vs-pydantic.md
memograph/data/sample_vault/fastapi-dependencies.md
memograph/data/sample_vault/fastapi-handlers.md
memograph/data/sample_vault/multiprocessing.md
memograph/data/sample_vault/mypy.md
memograph/data/sample_vault/poetry-vs-uv.md
memograph/data/sample_vault/python-async.md
memograph/data/sample_vault/python-dev-tooling.md
memograph/data/sample_vault/python-version-policy.md
memograph/data/sample_vault/ruff.md
memograph/data/sample_vault/task-queues.md
memograph/data/sample_vault/testing-pytest.md
memograph/data/sample_vault/type-hints.md
memograph/data/sample_vault/welcome.md
memograph/importers/__init__.py
memograph/importers/chat_models.py
memograph/importers/chatgpt.py
memograph/importers/claude.py
memograph/importers/documents.py
memograph/integrations/__init__.py
memograph/integrations/base.py
memograph/integrations/notion/__init__.py
memograph/integrations/notion/auth.py
memograph/integrations/notion/client.py
memograph/integrations/notion/integration.py
memograph/integrations/obsidian/__init__.py
memograph/integrations/obsidian/conflict_resolver.py
memograph/integrations/obsidian/parser.py
memograph/integrations/obsidian/performance_metrics.py
memograph/integrations/obsidian/sync.py
memograph/integrations/obsidian/sync_state.py
memograph/integrations/obsidian/watcher.py
memograph/mcp/__init__.py
memograph/mcp/__main__.py
memograph/mcp/autonomous_hooks.py
memograph/mcp/bob_shell_config.json
memograph/mcp/card_server.py
memograph/mcp/cherry_studio_config.json
memograph/mcp/claude_code_config.json
memograph/mcp/claude_desktop_config.json
memograph/mcp/cline_config.json
memograph/mcp/continue_config.json
memograph/mcp/conversation_monitor.py
memograph/mcp/cursor_config.json
memograph/mcp/gemini_cli_config.json
memograph/mcp/lm_studio_config.json
memograph/mcp/roo_code_config.json
memograph/mcp/run_server.py
memograph/mcp/run_server_enhanced.py
memograph/mcp/server.py
memograph/mcp/vault_lock.py
memograph/mcp/vscode_config.json
memograph/mcp/windsurf_config.json
memograph/mcp/zed_config.json
memograph/mcp/.well-known/mcp/server-card.json
memograph/scripts/__init__.py
memograph/scripts/migrate_to_multitenant.py
memograph/scripts/run_backup.py
memograph/scripts/run_reaper.py
memograph/server/__init__.py
memograph/server/schemas.py
memograph/storage/cache.py
memograph/storage/cache_enhanced.py
memograph/storage/tenant_storage.py
memograph/storage/tombstone.py
memograph/storage/vault.py
memograph/swarm/__init__.py
memograph/swarm/agent_base.py
memograph/swarm/config.py
memograph/swarm/orchestrator.py
memograph/swarm/pheromone.py
memograph/swarm/agents/__init__.py
memograph/swarm/agents/gap_agent.py
memograph/swarm/agents/linker_agent.py
memograph/swarm/agents/salience_agent.py
memograph/swarm/agents/summarizer_agent.py
memograph/swarm/agents/tagger_agent.py
memograph/web/run_web_ui.py
memograph/web/backend/__init__.py
memograph/web/backend/asgi.py
memograph/web/backend/auth.py
memograph/web/backend/errors.py
memograph/web/backend/middleware.py
memograph/web/backend/observability.py
memograph/web/backend/rate_limit.py
memograph/web/backend/server.py
memograph/web/backend/tenant_resolver.py
memograph/web/backend/models/__init__.py
memograph/web/backend/routes/actions.py
memograph/web/backend/routes/admin.py
memograph/web/backend/routes/ai.py
memograph/web/backend/routes/analytics.py
memograph/web/backend/routes/graph.py
memograph/web/backend/routes/memories.py
memograph/web/backend/routes/search.py
memograph/web/frontend/package-lock.json
memograph/web/frontend/package.json
memograph/web/frontend/tsconfig.json
memograph/web/frontend/tsconfig.node.json
tests/test_access_tracker.py
tests/test_assistant.py
tests/test_async_kernel.py
tests/test_batch_kernel.py
tests/test_cache_enhanced.py
tests/test_cli.py
tests/test_cli_batch_operations.py
tests/test_cli_delete.py
tests/test_cli_infrastructure.py
tests/test_cli_interactive_mode.py
tests/test_cli_list.py
tests/test_cli_search.py
tests/test_cli_tag_filtering.py
tests/test_cli_update.py
tests/test_compressor.py
tests/test_conversation_monitor.py
tests/test_embeddings.py
tests/test_extractor.py
tests/test_gam_async_kernel.py
tests/test_gam_scorer.py
tests/test_graph_enhanced.py
tests/test_graph_find_path.py
tests/test_indexer.py
tests/test_kernel.py
tests/test_kernel_enhanced.py
tests/test_litellm_adapter.py
tests/test_logging_config.py
tests/test_mcp_bridge.py
tests/test_mcp_server.py
tests/test_metrics.py
tests/test_node.py
tests/test_parser.py
tests/test_quickstart.py
tests/test_scaling.py
tests/test_validation.py
tests/test_vault_security.py
tests/test_web_api.py