LICENSE
README.md
pyproject.toml
src/agent_memory_contracts/__init__.py
src/agent_memory_contracts/__main__.py
src/agent_memory_contracts/access.py
src/agent_memory_contracts/audit.py
src/agent_memory_contracts/bundle_diff.py
src/agent_memory_contracts/bundles.py
src/agent_memory_contracts/candidate_contracts.py
src/agent_memory_contracts/candidate_ids.py
src/agent_memory_contracts/citations.py
src/agent_memory_contracts/compilation.py
src/agent_memory_contracts/conflict.py
src/agent_memory_contracts/contextpack_contracts.py
src/agent_memory_contracts/contextpack_ids.py
src/agent_memory_contracts/contextpack_validation.py
src/agent_memory_contracts/decay.py
src/agent_memory_contracts/embedding.py
src/agent_memory_contracts/evidence_contracts.py
src/agent_memory_contracts/evidence_ids.py
src/agent_memory_contracts/hygiene.py
src/agent_memory_contracts/jsonschema_validator.py
src/agent_memory_contracts/ledger_contracts.py
src/agent_memory_contracts/ledger_ids.py
src/agent_memory_contracts/merge.py
src/agent_memory_contracts/migrations.py
src/agent_memory_contracts/py.typed
src/agent_memory_contracts/state_contracts.py
src/agent_memory_contracts/state_ids.py
src/agent_memory_contracts/state_queries.py
src/agent_memory_contracts/taste_contracts.py
src/agent_memory_contracts/taste_ids.py
src/agent_memory_contracts.egg-info/PKG-INFO
src/agent_memory_contracts.egg-info/SOURCES.txt
src/agent_memory_contracts.egg-info/dependency_links.txt
src/agent_memory_contracts.egg-info/entry_points.txt
src/agent_memory_contracts.egg-info/requires.txt
src/agent_memory_contracts.egg-info/top_level.txt
src/agent_memory_contracts/integrations/__main__.py
src/agent_memory_contracts/integrations/langchain.py
src/agent_memory_contracts/integrations/mcp.py
src/agent_memory_contracts/runtime/__init__.py
src/agent_memory_contracts/runtime/anchors.py
src/agent_memory_contracts/runtime/gate.py
src/agent_memory_contracts/runtime/grounding.py
src/agent_memory_contracts/runtime/store.py
src/agent_memory_contracts/schemas/candidate_claim.schema.json
src/agent_memory_contracts/schemas/candidate_decision.schema.json
src/agent_memory_contracts/schemas/candidate_preference.schema.json
src/agent_memory_contracts/schemas/candidate_task.schema.json
src/agent_memory_contracts/schemas/candidate_taste_signal.schema.json
src/agent_memory_contracts/schemas/context_pack.schema.json
src/agent_memory_contracts/schemas/context_pack_build_receipt.schema.json
src/agent_memory_contracts/schemas/context_pack_validation_report.schema.json
src/agent_memory_contracts/schemas/core_state_delta_proposal.schema.json
src/agent_memory_contracts/schemas/core_state_snapshot.schema.json
src/agent_memory_contracts/schemas/decision_ledger_entry.schema.json
src/agent_memory_contracts/schemas/episode_record.schema.json
src/agent_memory_contracts/schemas/evidence_span.schema.json
src/agent_memory_contracts/schemas/fact_ledger_entry.schema.json
src/agent_memory_contracts/schemas/memory_reducer_decision.schema.json
src/agent_memory_contracts/schemas/preference_ledger_entry.schema.json
src/agent_memory_contracts/schemas/project_state_delta_proposal.schema.json
src/agent_memory_contracts/schemas/project_state_snapshot.schema.json
src/agent_memory_contracts/schemas/source_record.schema.json
src/agent_memory_contracts/schemas/state_reducer_decision.schema.json
src/agent_memory_contracts/schemas/taste_card.schema.json
src/agent_memory_contracts/schemas/taste_delta_proposal.schema.json
src/agent_memory_contracts/schemas/taste_reducer_decision.schema.json
tests/test_access.py
tests/test_arthashila_demo.py
tests/test_arthashila_runtime.py
tests/test_audit.py
tests/test_bundle_diff.py
tests/test_bundles.py
tests/test_candidate.py
tests/test_citations.py
tests/test_cli.py
tests/test_cli_hygiene.py
tests/test_cli_json.py
tests/test_cli_merge.py
tests/test_compilation.py
tests/test_conflict.py
tests/test_contextpack.py
tests/test_decay.py
tests/test_embedding.py
tests/test_evidence.py
tests/test_hygiene.py
tests/test_integrations_langchain.py
tests/test_integrations_mcp.py
tests/test_jsonschema_validator.py
tests/test_ledger.py
tests/test_merge.py
tests/test_migration_example.py
tests/test_migrations.py
tests/test_poisoning_demo.py
tests/test_reference_reducer.py
tests/test_runtime_anchors.py
tests/test_runtime_gate.py
tests/test_runtime_grounding.py
tests/test_runtime_store.py
tests/test_state.py
tests/test_taste.py