README.md
pyproject.toml
smartmemory_mcp/__init__.py
smartmemory_mcp/capabilities.py
smartmemory_mcp/code_parser.py
smartmemory_mcp/eval_logger.py
smartmemory_mcp/health.py
smartmemory_mcp/server.py
smartmemory_mcp/tier.py
smartmemory_mcp.egg-info/PKG-INFO
smartmemory_mcp.egg-info/SOURCES.txt
smartmemory_mcp.egg-info/dependency_links.txt
smartmemory_mcp.egg-info/entry_points.txt
smartmemory_mcp.egg-info/requires.txt
smartmemory_mcp.egg-info/top_level.txt
smartmemory_mcp/backends/__init__.py
smartmemory_mcp/backends/dispatch.py
smartmemory_mcp/backends/interface.py
smartmemory_mcp/backends/local.py
smartmemory_mcp/backends/models.py
smartmemory_mcp/backends/remote.py
smartmemory_mcp/hosted/__init__.py
smartmemory_mcp/hosted/api_key_verifier.py
smartmemory_mcp/hosted/auth.py
smartmemory_mcp/hosted/backend.py
smartmemory_mcp/hosted/config.py
smartmemory_mcp/hosted/exchange.py
smartmemory_mcp/hosted/identity.py
smartmemory_mcp/hosted/middleware.py
smartmemory_mcp/hosted/ratelimit.py
smartmemory_mcp/hosted/server.py
smartmemory_mcp/hosted/storage.py
smartmemory_mcp/hosted/tools.py
smartmemory_mcp/tools/__init__.py
smartmemory_mcp/tools/agent_tools.py
smartmemory_mcp/tools/anchor_tools.py
smartmemory_mcp/tools/code_tools.py
smartmemory_mcp/tools/common.py
smartmemory_mcp/tools/decision_tools.py
smartmemory_mcp/tools/dev_tools.py
smartmemory_mcp/tools/evolution_tools.py
smartmemory_mcp/tools/graph_tools.py
smartmemory_mcp/tools/insight_tools.py
smartmemory_mcp/tools/lifecycle_tools.py
smartmemory_mcp/tools/memory_tools.py
smartmemory_mcp/tools/pattern_tools.py
smartmemory_mcp/tools/peer_tools.py
smartmemory_mcp/tools/plan_tools.py
smartmemory_mcp/tools/portability_tools.py
smartmemory_mcp/tools/reasoning_tools.py
smartmemory_mcp/tools/search_window.py
smartmemory_mcp/tools/structured_tools.py
smartmemory_mcp/tools/transcript_tools.py
smartmemory_mcp/tools/zettel_tools.py
tests/test_agent_evaluation_get_contract.py
tests/test_agent_recall_profile_store.py
tests/test_as_of_and_explain.py
tests/test_backend_conformance.py
tests/test_backend_dispatch.py
tests/test_citations.py
tests/test_code_blame_tool.py
tests/test_code_read_transcript_tool.py
tests/test_confidence_display.py
tests/test_decision_tools_local_backend.py
tests/test_dist_lite_quiet_local_origin.py
tests/test_get_working_context_standalone.py
tests/test_graph_tools_local_backend.py
tests/test_hosted_api_key_verifier.py
tests/test_hosted_auth_metadata.py
tests/test_hosted_backend_401.py
tests/test_hosted_config.py
tests/test_hosted_exchange.py
tests/test_hosted_identity.py
tests/test_hosted_ratelimit.py
tests/test_hosted_route_contract.py
tests/test_hosted_scope_union.py
tests/test_hosted_storage_encrypted.py
tests/test_hosted_storage_ttl.py
tests/test_hosted_token_kinds.py
tests/test_hosted_tool_annotations.py
tests/test_hosted_tools_allowlist.py
tests/test_http_guard.py
tests/test_http_health.py
tests/test_ingest_document.py
tests/test_lifecycle_tools.py
tests/test_lineage_display.py
tests/test_list_metadata_filters.py
tests/test_local_backend_evolution.py
tests/test_normalize.py
tests/test_origin_context.py
tests/test_peer_tools_local_backend.py
tests/test_pending_decision_tools_local_backend.py
tests/test_policy_bundle_tool.py
tests/test_portability.py
tests/test_read_around_tool.py
tests/test_recall_pack_tool.py
tests/test_remote_error_surfacing.py
tests/test_remote_search_channel_weights.py
tests/test_remote_update_method.py
tests/test_search_hop_strategy.py
tests/test_search_time_range.py
tests/test_server_decompose.py
tests/test_server_multi_hop.py
tests/test_stale_display.py
tests/test_tier_registration.py
tests/test_transcript_tools.py