LICENSE
MANIFEST.in
README.md
pyproject.toml
erii/__init__.py
erii/_version.py
erii/compatibility.py
erii/data_lifecycle.py
erii/demo.py
erii/engine.py
erii/errors.py
erii/lifecycle_erasure.py
erii/lifecycle_erasure_contracts.py
erii/lifecycle_memory_pack_import.py
erii/lifecycle_memory_pack_import_contracts.py
erii/lifecycle_sqlite_upgrade.py
erii/lifecycle_streaming.py
erii.egg-info/PKG-INFO
erii.egg-info/SOURCES.txt
erii.egg-info/dependency_links.txt
erii.egg-info/entry_points.txt
erii.egg-info/requires.txt
erii.egg-info/top_level.txt
erii/adapters/__init__.py
erii/adapters/base.py
erii/adapters/custom_adapter.py
erii/adapters/openai_adapter.py
erii/adapters/persona_compiler.py
erii/core/__init__.py
erii/core/adjudication.py
erii/core/archival.py
erii/core/archival_evidence.py
erii/core/archiver.py
erii/core/budget.py
erii/core/consequence.py
erii/core/consolidation.py
erii/core/continuity.py
erii/core/continuity_evidence.py
erii/core/continuity_review.py
erii/core/decay.py
erii/core/evidence_authority.py
erii/core/logging.py
erii/core/memory_pack_evidence.py
erii/core/memory_pack_import_compatibility.py
erii/core/persona_compilation.py
erii/core/persona_context.py
erii/core/pipeline_inspection.py
erii/core/recall.py
erii/core/recall_authority.py
erii/core/relationship.py
erii/core/relationship_processing.py
erii/core/retriever.py
erii/core/temporal.py
erii/core/temporal_history.py
erii/core/turn_context.py
erii/core/turn_ledger.py
erii/core/queue/__init__.py
erii/core/queue/base.py
erii/core/queue/persistent_queue.py
erii/evaluation/__init__.py
erii/evaluation/longitudinal.py
erii/evaluation/scenarios.py
erii/models/__init__.py
erii/models/_wire_codec.py
erii/models/adjudication.py
erii/models/archival.py
erii/models/archival_evidence.py
erii/models/config.py
erii/models/consequence.py
erii/models/consolidation.py
erii/models/continuity.py
erii/models/continuity_evidence.py
erii/models/continuity_review.py
erii/models/node.py
erii/models/pack.py
erii/models/persona.py
erii/models/provenance.py
erii/models/recall.py
erii/models/relationship.py
erii/models/temporal.py
erii/models/turn.py
erii/models/turn_context.py
erii/models/voice_trace.py
erii/renderers/__init__.py
erii/renderers/base.py
erii/renderers/markdown.py
erii/security/__init__.py
erii/security/credential_manager.py
erii/security/sanitizer.py
erii/server/__init__.py
erii/server/app.py
erii/storage/__init__.py
erii/storage/archival.py
erii/storage/base.py
erii/storage/errors.py
erii/storage/file_storage.py
erii/storage/sqlite_storage.py
erii/storage/timeline_order.py
erii/storage/turn_context.py
erii/vector/__init__.py
erii/vector/base.py
erii/vector/chroma_adapter.py
erii/vector/in_memory_vector.py
tests/test_a3_release_contracts.py
tests/test_a7_public_api.py
tests/test_a8_rest_memorypack_roundtrip_public.py
tests/test_archival_evidence_public.py
tests/test_archival_lifecycle_public.py
tests/test_archival_rest_public.py
tests/test_archival_safety_regressions.py
tests/test_consequence_example.py
tests/test_consequence_file_storage.py
tests/test_consequence_recall.py
tests/test_consequence_sqlite_storage.py
tests/test_consolidation_memorypack.py
tests/test_consolidation_public.py
tests/test_consolidation_storage_contract.py
tests/test_continuity_engine_public.py
tests/test_continuity_evidence.py
tests/test_continuity_review_receipt.py
tests/test_continuity_voice_public.py
tests/test_contract_snapshots.py
tests/test_credential_manager.py
tests/test_decay.py
tests/test_deprecation_contracts.py
tests/test_docs_contracts.py
tests/test_engine.py
tests/test_golden_continuity_demo.py
tests/test_lifecycle_backup_restore.py
tests/test_lifecycle_consequence_erasure.py
tests/test_lifecycle_erasure.py
tests/test_lifecycle_erasure_coordinator.py
tests/test_lifecycle_historical_backup_compatibility.py
tests/test_lifecycle_inspection.py
tests/test_lifecycle_memory_pack_import_coordinator.py
tests/test_lifecycle_memory_pack_staging_import.py
tests/test_lifecycle_memory_pack_upgrade.py
tests/test_lifecycle_plan_v1_compatibility.py
tests/test_lifecycle_process_safety.py
tests/test_lifecycle_sqlite_coordinator.py
tests/test_lifecycle_sqlite_upgrade.py
tests/test_lifecycle_streaming.py
tests/test_lifecycle_upgrade.py
tests/test_longitudinal_eval.py
tests/test_memory_pack_wire_versions.py
tests/test_monologue_narrative.py
tests/test_persona_compilation.py
tests/test_persona_scope_recall.py
tests/test_persona_storage_integrity.py
tests/test_perspective_and_db.py
tests/test_pipeline_inspection.py
tests/test_recall_authority_public.py
tests/test_recall_renderer.py
tests/test_recent_timeline_storage.py
tests/test_relationship_adjudication.py
tests/test_relationship_consequence_engine.py
tests/test_relationship_consequence_projection.py
tests/test_relationship_evidence_quarantine_public.py
tests/test_relationship_kernel.py
tests/test_relationship_premise.py
tests/test_relationship_processing_public.py
tests/test_relationship_processing_restart_concurrency.py
tests/test_repository_secret_hygiene.py
tests/test_rfc_full_verification.py
tests/test_security.py
tests/test_security_regressions.py
tests/test_server_lifecycle.py
tests/test_storage_adapter_compatibility.py
tests/test_storage_integrity.py
tests/test_structured_recall.py
tests/test_structured_recall_memory_provenance.py
tests/test_temporal_adjudication.py
tests/test_temporal_engine.py
tests/test_temporal_models.py
tests/test_temporal_recall.py
tests/test_temporal_signals.py
tests/test_turn_lifecycle_public.py
tests/test_turn_rest_public.py
tests/test_v020_features.py
tests/test_v030_enhancements.py
tests/test_voice_activation_trace.py
tests/test_workflow_contracts.py