LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agmem.egg-info/PKG-INFO
agmem.egg-info/SOURCES.txt
agmem.egg-info/dependency_links.txt
agmem.egg-info/entry_points.txt
agmem.egg-info/requires.txt
agmem.egg-info/top_level.txt
docs/AGMEM_PUBLISHING_SETUP.md
docs/CONFIG.md
docs/FEDERATED.md
docs/GTM.md
docs/KNOWLEDGE_GRAPH.md
docs/SEQUENTIAL_VALIDATION.md
docs/TEST_REPORT.md
docs/aux/INSTALL.md
examples/basic_workflow.sh
memvcs/__init__.py
memvcs/cli.py
memvcs/commands/__init__.py
memvcs/commands/add.py
memvcs/commands/audit.py
memvcs/commands/base.py
memvcs/commands/blame.py
memvcs/commands/branch.py
memvcs/commands/checkout.py
memvcs/commands/clean.py
memvcs/commands/clone.py
memvcs/commands/commit.py
memvcs/commands/daemon.py
memvcs/commands/decay.py
memvcs/commands/diff.py
memvcs/commands/distill.py
memvcs/commands/federated.py
memvcs/commands/fsck.py
memvcs/commands/garden.py
memvcs/commands/gc.py
memvcs/commands/graph.py
memvcs/commands/init.py
memvcs/commands/log.py
memvcs/commands/mcp.py
memvcs/commands/merge.py
memvcs/commands/pack.py
memvcs/commands/prove.py
memvcs/commands/pull.py
memvcs/commands/push.py
memvcs/commands/recall.py
memvcs/commands/reflog.py
memvcs/commands/remote.py
memvcs/commands/repair.py
memvcs/commands/reset.py
memvcs/commands/resolve.py
memvcs/commands/resurrect.py
memvcs/commands/search.py
memvcs/commands/serve.py
memvcs/commands/show.py
memvcs/commands/stash.py
memvcs/commands/status.py
memvcs/commands/tag.py
memvcs/commands/test.py
memvcs/commands/timeline.py
memvcs/commands/tree.py
memvcs/commands/verify.py
memvcs/commands/when.py
memvcs/core/__init__.py
memvcs/core/access_index.py
memvcs/core/audit.py
memvcs/core/compression_pipeline.py
memvcs/core/config_loader.py
memvcs/core/consistency.py
memvcs/core/constants.py
memvcs/core/crypto_verify.py
memvcs/core/decay.py
memvcs/core/diff.py
memvcs/core/distiller.py
memvcs/core/encryption.py
memvcs/core/federated.py
memvcs/core/gardener.py
memvcs/core/hooks.py
memvcs/core/ipfs_remote.py
memvcs/core/knowledge_graph.py
memvcs/core/merge.py
memvcs/core/objects.py
memvcs/core/pack.py
memvcs/core/pii_scanner.py
memvcs/core/privacy_budget.py
memvcs/core/refs.py
memvcs/core/remote.py
memvcs/core/repository.py
memvcs/core/schema.py
memvcs/core/staging.py
memvcs/core/temporal_index.py
memvcs/core/test_runner.py
memvcs/core/trust.py
memvcs/core/vector_store.py
memvcs/core/zk_proofs.py
memvcs/core/llm/__init__.py
memvcs/core/llm/anthropic_provider.py
memvcs/core/llm/base.py
memvcs/core/llm/factory.py
memvcs/core/llm/openai_provider.py
memvcs/core/storage/__init__.py
memvcs/core/storage/base.py
memvcs/core/storage/gcs.py
memvcs/core/storage/local.py
memvcs/core/storage/s3.py
memvcs/integrations/__init__.py
memvcs/integrations/mcp_server.py
memvcs/integrations/web_ui/__init__.py
memvcs/integrations/web_ui/server.py
memvcs/retrieval/__init__.py
memvcs/retrieval/base.py
memvcs/retrieval/pack.py
memvcs/retrieval/recaller.py
memvcs/retrieval/strategies.py
memvcs/utils/__init__.py
memvcs/utils/helpers.py
tests/test_access_index.py
tests/test_advanced_commands.py
tests/test_audit.py
tests/test_commit_importance.py
tests/test_consistency.py
tests/test_crypto_verify.py
tests/test_decay.py
tests/test_edge_cases.py
tests/test_encryption.py
tests/test_federated.py
tests/test_ipfs_remote.py
tests/test_llm_provider.py
tests/test_objects.py
tests/test_pack_gc.py
tests/test_pii.py
tests/test_plan_features.py
tests/test_privacy_budget.py
tests/test_repository.py
tests/test_resolve_helpers.py
tests/test_retrieval.py
tests/test_temporal_index.py
tests/test_trust.py
tests/test_zk_proofs.py