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/CONFIG.md
docs/GTM.md
docs/KNOWLEDGE_GRAPH.md
docs/TEST_REPORT.md
docs/aux/INSTALL.md
docs/aux/MARKET_POSITIONING.md
docs/aux/README.md
docs/aux/STRESS_TEST_REPORT.md
examples/basic_workflow.sh
memvcs/__init__.py
memvcs/cli.py
memvcs/commands/__init__.py
memvcs/commands/add.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/diff.py
memvcs/commands/fsck.py
memvcs/commands/garden.py
memvcs/commands/graph.py
memvcs/commands/init.py
memvcs/commands/log.py
memvcs/commands/mcp.py
memvcs/commands/merge.py
memvcs/commands/pull.py
memvcs/commands/push.py
memvcs/commands/reflog.py
memvcs/commands/remote.py
memvcs/commands/reset.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/tree.py
memvcs/core/__init__.py
memvcs/core/config_loader.py
memvcs/core/constants.py
memvcs/core/diff.py
memvcs/core/gardener.py
memvcs/core/hooks.py
memvcs/core/knowledge_graph.py
memvcs/core/merge.py
memvcs/core/objects.py
memvcs/core/pii_scanner.py
memvcs/core/refs.py
memvcs/core/remote.py
memvcs/core/repository.py
memvcs/core/schema.py
memvcs/core/staging.py
memvcs/core/test_runner.py
memvcs/core/vector_store.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/utils/__init__.py
memvcs/utils/helpers.py
tests/test_edge_cases.py
tests/test_objects.py
tests/test_pii.py
tests/test_plan_features.py
tests/test_repository.py