.dockerignore
Dockerfile.gateway
Dockerfile.server
LICENSE
LICENSING.md
MANIFEST.in
README.md
SECURITY.md
buf.gen.yaml
buf.lock
buf.yaml
compose.yaml
go.mod
go.sum
pyproject.toml
cmd/a-memorix-gateway/main.go
deploy/a-memorix.example.toml
docs/ADAPTER_PROTOCOL_V1.md
docs/ADR_0001_GRPC_GATEWAY_PROTOCOL.md
docs/EVALUATION.md
docs/EXTENSIONS_REGISTRY_SPEC.md
docs/GENERIC_ARCHITECTURE_AND_DISTRIBUTION_PLAN.md
docs/PHASE0_BASELINE_20260805.md
docs/PHASE1_RELEASE_BLOCKERS_20260805.md
docs/PHASE2_1_RUNTIME_BOUNDARIES_20260808.md
docs/PHASE2_GENERIC_MAINLINE_20260805.md
docs/PHASE3_NAMESPACE_RUNTIME_20260809.md
docs/PHASE4_1_GENERIC_APPLICATION_20260809.md
docs/PHASE4_UNIFIED_PROTOCOL_20260809.md
docs/PHASE5_1_NAMESPACE_BACKUP_20260809.md
docs/PHASE5_PACKAGING_AND_OPERATIONS_20260809.md
docs/PHASE7_ADAPTER_ECOSYSTEM_20260809.md
docs/PHASE8_ALPHA_RELEASE_GATE_20260809.md
docs/examples/adapter-in-process.toml
docs/examples/adapter-remote.toml
docs/openapi/a_memorix_v1.swagger.json
gen/go/a_memorix/api/v1/auth.pb.go
gen/go/a_memorix/api/v1/auth.pb.gw.go
gen/go/a_memorix/api/v1/auth_grpc.pb.go
gen/go/a_memorix/api/v1/backup.pb.go
gen/go/a_memorix/api/v1/backup.pb.gw.go
gen/go/a_memorix/api/v1/backup_grpc.pb.go
gen/go/a_memorix/api/v1/common.pb.go
gen/go/a_memorix/api/v1/job.pb.go
gen/go/a_memorix/api/v1/job.pb.gw.go
gen/go/a_memorix/api/v1/job_grpc.pb.go
gen/go/a_memorix/api/v1/memory.pb.go
gen/go/a_memorix/api/v1/memory.pb.gw.go
gen/go/a_memorix/api/v1/memory_grpc.pb.go
gen/go/a_memorix/api/v1/namespace.pb.go
gen/go/a_memorix/api/v1/namespace.pb.gw.go
gen/go/a_memorix/api/v1/namespace_grpc.pb.go
proto/a_memorix/api/v1/auth.proto
proto/a_memorix/api/v1/backup.proto
proto/a_memorix/api/v1/common.proto
proto/a_memorix/api/v1/job.proto
proto/a_memorix/api/v1/memory.proto
proto/a_memorix/api/v1/namespace.proto
src/a_memorix/__init__.py
src/a_memorix/adapter_manifest.py
src/a_memorix/cli.py
src/a_memorix/client.py
src/a_memorix/config.py
src/a_memorix/engine.py
src/a_memorix/logging.py
src/a_memorix/mcp_server.py
src/a_memorix/observability.py
src/a_memorix/paths.py
src/a_memorix.egg-info/PKG-INFO
src/a_memorix.egg-info/SOURCES.txt
src/a_memorix.egg-info/dependency_links.txt
src/a_memorix.egg-info/entry_points.txt
src/a_memorix.egg-info/requires.txt
src/a_memorix.egg-info/top_level.txt
src/a_memorix/api/__init__.py
src/a_memorix/api/v1/__init__.py
src/a_memorix/api/v1/auth_pb2.py
src/a_memorix/api/v1/auth_pb2.pyi
src/a_memorix/api/v1/auth_pb2_grpc.py
src/a_memorix/api/v1/backup_pb2.py
src/a_memorix/api/v1/backup_pb2.pyi
src/a_memorix/api/v1/backup_pb2_grpc.py
src/a_memorix/api/v1/common_pb2.py
src/a_memorix/api/v1/common_pb2.pyi
src/a_memorix/api/v1/common_pb2_grpc.py
src/a_memorix/api/v1/job_pb2.py
src/a_memorix/api/v1/job_pb2.pyi
src/a_memorix/api/v1/job_pb2_grpc.py
src/a_memorix/api/v1/memory_pb2.py
src/a_memorix/api/v1/memory_pb2.pyi
src/a_memorix/api/v1/memory_pb2_grpc.py
src/a_memorix/api/v1/namespace_pb2.py
src/a_memorix/api/v1/namespace_pb2.pyi
src/a_memorix/api/v1/namespace_pb2_grpc.py
src/a_memorix/contracts/__init__.py
src/a_memorix/contracts/auth.py
src/a_memorix/contracts/backups.py
src/a_memorix/contracts/context.py
src/a_memorix/contracts/errors.py
src/a_memorix/contracts/jobs.py
src/a_memorix/contracts/memory.py
src/a_memorix/contracts/namespaces.py
src/a_memorix/core/__init__.py
src/a_memorix/core/embedding/__init__.py
src/a_memorix/core/embedding/api_adapter.py
src/a_memorix/core/embedding/manager.py
src/a_memorix/core/embedding/presets.py
src/a_memorix/core/retrieval/__init__.py
src/a_memorix/core/retrieval/dual_path.py
src/a_memorix/core/retrieval/graph_relation_recall.py
src/a_memorix/core/retrieval/pagerank.py
src/a_memorix/core/retrieval/posterior_graph.py
src/a_memorix/core/retrieval/score_calibration.py
src/a_memorix/core/retrieval/sparse_bm25.py
src/a_memorix/core/retrieval/threshold.py
src/a_memorix/core/runtime/__init__.py
src/a_memorix/core/runtime/admin_contracts.py
src/a_memorix/core/runtime/kernel_compat.py
src/a_memorix/core/runtime/models.py
src/a_memorix/core/runtime/namespace_backup.py
src/a_memorix/core/runtime/namespace_control.py
src/a_memorix/core/runtime/namespace_registry.py
src/a_memorix/core/runtime/namespace_runtime.py
src/a_memorix/core/runtime/namespace_storage.py
src/a_memorix/core/runtime/runtime_facade.py
src/a_memorix/core/runtime/runtime_services.py
src/a_memorix/core/runtime/runtime_writer_lock.py
src/a_memorix/core/runtime/sdk_memory_kernel.py
src/a_memorix/core/runtime/search_runtime_initializer.py
src/a_memorix/core/runtime/services/__init__.py
src/a_memorix/core/runtime/services/background_task_service.py
src/a_memorix/core/runtime/services/base.py
src/a_memorix/core/runtime/services/chat_filter_service.py
src/a_memorix/core/runtime/services/correction_admin_service.py
src/a_memorix/core/runtime/services/delete_admin_service.py
src/a_memorix/core/runtime/services/dual_vector_migration_service.py
src/a_memorix/core/runtime/services/dual_vector_state_service.py
src/a_memorix/core/runtime/services/embedding_state_service.py
src/a_memorix/core/runtime/services/episode_admin_service.py
src/a_memorix/core/runtime/services/feedback_correction_service.py
src/a_memorix/core/runtime/services/graph_admin_service.py
src/a_memorix/core/runtime/services/import_tuning_admin_service.py
src/a_memorix/core/runtime/services/ingest_service.py
src/a_memorix/core/runtime/services/memory_maintenance_service.py
src/a_memorix/core/runtime/services/memory_search_service.py
src/a_memorix/core/runtime/services/profile_admin_service.py
src/a_memorix/core/runtime/services/request_dedup_service.py
src/a_memorix/core/runtime/services/runtime_config_service.py
src/a_memorix/core/runtime/services/runtime_dependency_service.py
src/a_memorix/core/runtime/services/runtime_lifecycle_service.py
src/a_memorix/core/runtime/services/search_hit_processing_service.py
src/a_memorix/core/runtime/services/source_admin_service.py
src/a_memorix/core/runtime/services/stats_service.py
src/a_memorix/core/runtime/services/summary_service.py
src/a_memorix/core/runtime/services/v5_admin_service.py
src/a_memorix/core/runtime/services/vector_delete_service.py
src/a_memorix/core/runtime/services/vector_recovery_service.py
src/a_memorix/core/runtime/services/vector_runtime_service.py
src/a_memorix/core/storage/__init__.py
src/a_memorix/core/storage/format_migration.py
src/a_memorix/core/storage/graph_store.py
src/a_memorix/core/storage/knowledge_types.py
src/a_memorix/core/storage/metadata_cleanup.py
src/a_memorix/core/storage/metadata_episode.py
src/a_memorix/core/storage/metadata_fact.py
src/a_memorix/core/storage/metadata_feedback.py
src/a_memorix/core/storage/metadata_fts.py
src/a_memorix/core/storage/metadata_profile.py
src/a_memorix/core/storage/metadata_schema.py
src/a_memorix/core/storage/metadata_store.py
src/a_memorix/core/storage/sqlite_connection.py
src/a_memorix/core/storage/tokenizer_runtime.py
src/a_memorix/core/storage/transaction.py
src/a_memorix/core/storage/type_detection.py
src/a_memorix/core/storage/value_coercion.py
src/a_memorix/core/storage/vector_store.py
src/a_memorix/core/strategies/__init__.py
src/a_memorix/core/strategies/base.py
src/a_memorix/core/strategies/factual.py
src/a_memorix/core/strategies/narrative.py
src/a_memorix/core/strategies/quote.py
src/a_memorix/core/utils/__init__.py
src/a_memorix/core/utils/aggregate_query_service.py
src/a_memorix/core/utils/episode_retrieval_service.py
src/a_memorix/core/utils/episode_segmentation_service.py
src/a_memorix/core/utils/episode_service.py
src/a_memorix/core/utils/feedback_policy.py
src/a_memorix/core/utils/hash.py
src/a_memorix/core/utils/import_payloads.py
src/a_memorix/core/utils/io.py
src/a_memorix/core/utils/lpmm_converter.py
src/a_memorix/core/utils/matcher.py
src/a_memorix/core/utils/memory_lifecycle_policy.py
src/a_memorix/core/utils/metadata.py
src/a_memorix/core/utils/model_routing.py
src/a_memorix/core/utils/monitor.py
src/a_memorix/core/utils/path_fallback_service.py
src/a_memorix/core/utils/person_profile_service.py
src/a_memorix/core/utils/profile_evidence.py
src/a_memorix/core/utils/profile_policy.py
src/a_memorix/core/utils/profile_text.py
src/a_memorix/core/utils/quantization.py
src/a_memorix/core/utils/relation_extraction_service.py
src/a_memorix/core/utils/relation_query.py
src/a_memorix/core/utils/relation_write_service.py
src/a_memorix/core/utils/retrieval_tuning_manager.py
src/a_memorix/core/utils/runtime_payloads.py
src/a_memorix/core/utils/runtime_self_check.py
src/a_memorix/core/utils/search_execution_service.py
src/a_memorix/core/utils/search_postprocess.py
src/a_memorix/core/utils/summary_importer.py
src/a_memorix/core/utils/time_parser.py
src/a_memorix/core/utils/web_import_manager.py
src/a_memorix/evaluation/__init__.py
src/a_memorix/evaluation/__main__.py
src/a_memorix/evaluation/cli.py
src/a_memorix/evaluation/common.py
src/a_memorix/evaluation/comparison.py
src/a_memorix/evaluation/engine_backend.py
src/a_memorix/evaluation/longmemeval.py
src/a_memorix/evaluation/swebench.py
src/a_memorix/ports/__init__.py
src/a_memorix/ports/clock.py
src/a_memorix/ports/embedding.py
src/a_memorix/ports/identity.py
src/a_memorix/ports/llm.py
src/a_memorix/ports/message_source.py
src/a_memorix/ports/namespace.py
src/a_memorix/providers/__init__.py
src/a_memorix/providers/configured.py
src/a_memorix/providers/openai_compatible.py
src/a_memorix/scripts/__init__.py
src/a_memorix/scripts/convert_lpmm.py
src/a_memorix/server/__init__.py
src/a_memorix/server/__main__.py
src/a_memorix/server/auth.py
src/a_memorix/server/errors.py
src/a_memorix/server/grpc_server.py
src/a_memorix/server/mapping.py
src/a_memorix/server/services.py
tests/test_a_memorix_paths.py
tests/test_access_reinforcement_boundaries.py
tests/test_adapter_manifest.py
tests/test_admin_contracts.py
tests/test_aggregate_query_service.py
tests/test_algorithm_mechanism_fixes.py
tests/test_chat_summary_episode_incremental.py
tests/test_cli_operations.py
tests/test_code_quality_guards.py
tests/test_delete_manifest_invalidation.py
tests/test_dual_path_local_ppr.py
tests/test_dual_pool_compatibility_edges.py
tests/test_dual_vector_pool_retrieval.py
tests/test_dynamic_threshold_filter.py
tests/test_embedding_dimension_control.py
tests/test_episode_retrieval_service_strategy.py
tests/test_episode_source_outbox.py
tests/test_fact_ledger.py
tests/test_feedback_correction_core.py
tests/test_feedback_policy.py
tests/test_feedback_task_leases.py
tests/test_format_migration.py
tests/test_format_migration_large_dataset.py
tests/test_fuzzy_modify_metadata_store.py
tests/test_generic_application.py
tests/test_graph_cache_revisions.py
tests/test_graph_store_persistence.py
tests/test_lpmm_convert.py
tests/test_matcher_threshold.py
tests/test_memory_data_safety.py
tests/test_memory_graph_search_kernel.py
tests/test_memory_lifecycle_policy.py
tests/test_metadata_connection_manager.py
tests/test_metadata_schema20_real_migration.py
tests/test_metadata_schema_fingerprint_migration.py
tests/test_metadata_store_sources.py
tests/test_migration_runtime_integration.py
tests/test_namespace_backup.py
tests/test_namespace_runtime.py
tests/test_paragraph_ngram_incremental.py
tests/test_person_fact_cost_controls.py
tests/test_person_profile_evidence_version.py
tests/test_person_profile_service.py
tests/test_posterior_graph_competition.py
tests/test_production_providers.py
tests/test_profile_evidence.py
tests/test_profile_policy.py
tests/test_protocol_v1.py
tests/test_public_evaluation.py
tests/test_real_storage_delete_outbox.py
tests/test_relation_extraction.py
tests/test_relation_graph_projection_protocol.py
tests/test_retrieval_tuning_manager.py
tests/test_runtime_facade.py
tests/test_runtime_lifecycle_boundaries.py
tests/test_runtime_models.py
tests/test_runtime_payloads.py
tests/test_runtime_service_boundaries.py
tests/test_safe_metadata_coercion.py
tests/test_score_calibration.py
tests/test_sparse_warmup_backend.py
tests/test_standard_memory_stack.py
tests/test_summary_importer_model_config.py
tests/test_vector_pools_retrieval.py
tests/test_vector_rebuild_runtime.py
tests/test_vector_recovery_runtime.py
tests/test_vector_store_consistency.py
tests/test_web_import_manager_payloads.py