LICENSE
README.md
pyproject.toml
src/daryl_dsm.egg-info/PKG-INFO
src/daryl_dsm.egg-info/SOURCES.txt
src/daryl_dsm.egg-info/dependency_links.txt
src/daryl_dsm.egg-info/entry_points.txt
src/daryl_dsm.egg-info/requires.txt
src/daryl_dsm.egg-info/top_level.txt
src/dsm/__init__.py
src/dsm/__main__.py
src/dsm/agent.py
src/dsm/anchor.py
src/dsm/artifacts.py
src/dsm/attestation.py
src/dsm/audit.py
src/dsm/causal.py
src/dsm/cli.py
src/dsm/cold_storage.py
src/dsm/collective.py
src/dsm/coverage.py
src/dsm/exceptions.py
src/dsm/exchange.py
src/dsm/lanes.py
src/dsm/lifecycle.py
src/dsm/moltbook_home_client.py
src/dsm/moltbook_home_normalizer.py
src/dsm/orchestrator.py
src/dsm/policy_adapter.py
src/dsm/receipts.py
src/dsm/seal.py
src/dsm/security.py
src/dsm/shard_families.py
src/dsm/signing.py
src/dsm/sovereignty.py
src/dsm/status.py
src/dsm/summarizer.py
src/dsm/verify.py
src/dsm/witness.py
src/dsm/ans/__init__.py
src/dsm/ans/ans_analyzer.py
src/dsm/ans/ans_engine.py
src/dsm/ans/ans_models.py
src/dsm/ans/ans_scorer.py
src/dsm/ans/ans_test.py
src/dsm/ans/cli.py
src/dsm/block_layer/__init__.py
src/dsm/block_layer/benchmark.py
src/dsm/block_layer/manager.py
src/dsm/core/__init__.py
src/dsm/core/_compat.py
src/dsm/core/drift_metrics.py
src/dsm/core/models.py
src/dsm/core/replay.py
src/dsm/core/runtime.py
src/dsm/core/security.py
src/dsm/core/security_listener.py
src/dsm/core/session.py
src/dsm/core/shard_segments.py
src/dsm/core/signing.py
src/dsm/core/storage.py
src/dsm/core/tracing.py
src/dsm/identity/__init__.py
src/dsm/identity/identity_guard.py
src/dsm/identity/identity_manager.py
src/dsm/identity/identity_registry.py
src/dsm/identity/identity_replay.py
src/dsm/integrations/goose/__init__.py
src/dsm/integrations/goose/__main__.py
src/dsm/integrations/goose/server.py
src/dsm/modules/dsm_rm.py
src/dsm/moltbook/__init__.py
src/dsm/rr/__init__.py
src/dsm/rr/relay.py
src/dsm/rr/context/__init__.py
src/dsm/rr/context/rr_context_builder.py
src/dsm/rr/index/__init__.py
src/dsm/rr/index/rr_index_builder.py
src/dsm/rr/navigator/__init__.py
src/dsm/rr/navigator/rr_navigator.py
src/dsm/rr/query/__init__.py
src/dsm/rr/query/rr_query_engine.py
src/dsm/session/__init__.py
src/dsm/session/session_graph.py
src/dsm/session/session_index.py
src/dsm/session/session_limits_manager.py
src/dsm/skills/__init__.py
src/dsm/skills/anthropic_parser.py
src/dsm/skills/cli.py
src/dsm/skills/evaluator.py
src/dsm/skills/ingestor.py
src/dsm/skills/models.py
src/dsm/skills/registry.py
src/dsm/skills/router.py
src/dsm/skills/skill_graph.py
src/dsm/skills/skill_success_logger.py
src/dsm/skills/skill_usage_logger.py
src/dsm/skills/success_analyzer.py
src/dsm/skills/browser/browser_client.py
src/dsm/skills/browser/browser_init.py
src/dsm/skills/browser/browser_skill.py
src/dsm/skills/browser/browser_test.py
src/dsm/skills/libraries/__init__.py
src/dsm/skills/libraries/anthropic/__init__.py
src/dsm/skills/libraries/community/__init__.py
src/dsm/skills/libraries/custom/__init__.py
src/dsm/storage/__init__.py
tests/test_agent.py
tests/test_agent_coverage.py
tests/test_agent_pillars_integration.py
tests/test_agent_startup.py
tests/test_anchor.py
tests/test_artifacts.py
tests/test_artifacts_coverage.py
tests/test_attestation.py
tests/test_audit.py
tests/test_block_layer.py
tests/test_block_layer_coverage.py
tests/test_causal.py
tests/test_cli_basic.py
tests/test_cold_storage.py
tests/test_collective.py
tests/test_coverage.py
tests/test_coverage_boost.py
tests/test_e2e_full_chain.py
tests/test_exchange.py
tests/test_identity.py
tests/test_identity_registry.py
tests/test_lanes.py
tests/test_lifecycle.py
tests/test_orchestration.py
tests/test_policy_adapter.py
tests/test_receipts.py
tests/test_rolling_digests.py
tests/test_rr_relay_coverage.py
tests/test_rr_relay_full_coverage.py
tests/test_s1_seed_encryption.py
tests/test_s2_key_rotation.py
tests/test_s3_witness_hash.py
tests/test_seal.py
tests/test_security_fixes.py
tests/test_security_listener_coverage.py
tests/test_session_index.py
tests/test_shard_families.py
tests/test_signing.py
tests/test_sovereignty.py
tests/test_status_enums.py
tests/test_summarizer.py
tests/test_tiered_resolution.py
tests/test_timestamp_format.py
tests/test_verify_coverage.py
tests/test_verify_full_coverage.py
tests/test_witness.py