LICENSE
NOTICE
README.md
pyproject.toml
src/agience_mantle.egg-info/PKG-INFO
src/agience_mantle.egg-info/SOURCES.txt
src/agience_mantle.egg-info/dependency_links.txt
src/agience_mantle.egg-info/entry_points.txt
src/agience_mantle.egg-info/requires.txt
src/agience_mantle.egg-info/top_level.txt
src/mantle/__init__.py
src/mantle/attenuation.py
src/mantle/config.py
src/mantle/main.py
src/mantle/api/__init__.py
src/mantle/api/errors.py
src/mantle/api/vectors.py
src/mantle/clients/__init__.py
src/mantle/clients/artifact_helpers.py
src/mantle/clients/origin_client.py
src/mantle/db/__init__.py
src/mantle/db/access.py
src/mantle/db/audit.py
src/mantle/db/backend.py
src/mantle/db/constants.py
src/mantle/db/content_cache.py
src/mantle/db/content_tier.py
src/mantle/db/doc_boundary.py
src/mantle/db/edge.py
src/mantle/db/identity_backend.py
src/mantle/db/lattice_api.py
src/mantle/db/lattice_identity.py
src/mantle/db/plane.py
src/mantle/db/s3_content.py
src/mantle/db/schema.py
src/mantle/db/seq.py
src/mantle/db/store.py
src/mantle/db/test_cas_rekey.py
src/mantle/db/test_collect_ignore_is_honest.py
src/mantle/db/test_content_tier.py
src/mantle/db/test_deprecated_columns.py
src/mantle/db/test_embeddable_surface.py
src/mantle/db/test_lattice.py
src/mantle/db/test_lattice_api.py
src/mantle/db/test_op_dispatch_route_is_gone.py
src/mantle/db/test_page_truncation.py
src/mantle/db/test_the_collection_index_covers_both_directions.py
src/mantle/db/typed_fetch.py
src/mantle/db/vertex.py
src/mantle/entities/__init__.py
src/mantle/entities/artifact.py
src/mantle/entities/base.py
src/mantle/entities/collection.py
src/mantle/entities/commit.py
src/mantle/entities/commit_item.py
src/mantle/entities/context.py
src/mantle/entities/grant.py
src/mantle/entities/person.py
src/mantle/entities/relation.py
src/mantle/entities/subscription.py
src/mantle/events/event_backplane.py
src/mantle/events/event_bus.py
src/mantle/events/observation.py
src/mantle/mesh/__init__.py
src/mantle/mesh/anchor_routing.py
src/mantle/mesh/carrier.py
src/mantle/mesh/daemon.py
src/mantle/mesh/demand.py
src/mantle/mesh/directory.py
src/mantle/mesh/export.py
src/mantle/mesh/federation.py
src/mantle/mesh/manifest.py
src/mantle/mesh/mantle_bridge.py
src/mantle/mesh/merkle.py
src/mantle/mesh/node.py
src/mantle/mesh/service.py
src/mantle/mesh/sync.py
src/mantle/oci/__init__.py
src/mantle/oci/address.py
src/mantle/oci/layout.py
src/mantle/oci/store.py
src/mantle/routers/__init__.py
src/mantle/routers/artifacts_router.py
src/mantle/routers/events_router.py
src/mantle/routers/git_router.py
src/mantle/routers/grants_router.py
src/mantle/routers/mcp_router.py
src/mantle/routers/oci_router.py
src/mantle/routers/system_router.py
src/mantle/scripts/collect_usage_metrics.py
src/mantle/scripts/dev_init_keys.py
src/mantle/scripts/dev_mint_token.py
src/mantle/scripts/generate_usage_snapshot.py
src/mantle/scripts/manage_erasure.py
src/mantle/scripts/mantle_cas_rekey.py
src/mantle/scripts/promote_collection.py
src/mantle/scripts/report_usage_snapshot.py
src/mantle/scripts/review_installation.py
src/mantle/scripts/serve.py
src/mantle/scripts/wal_checkpoint.py
src/mantle/search/__init__.py
src/mantle/search/embeddings.py
src/mantle/search/embeddings_cache.py
src/mantle/search/field_filters.py
src/mantle/search/init_search.py
src/mantle/search/lazy.py
src/mantle/search/query_parser.py
src/mantle/search/types.py
src/mantle/search/anchors/__init__.py
src/mantle/search/anchors/anchorset.py
src/mantle/search/anchors/crosswalk.py
src/mantle/search/anchors/crosswalk_artifact.py
src/mantle/search/anchors/repo.py
src/mantle/search/anchors/routing.py
src/mantle/search/anchors/store.py
src/mantle/search/beacon/__init__.py
src/mantle/search/beacon/cut.py
src/mantle/search/beacon/density.py
src/mantle/search/beacon/engine.py
src/mantle/search/beacon/instrument.py
src/mantle/search/ingest/__init__.py
src/mantle/search/ingest/chunking.py
src/mantle/search/ingest/collection_frame.py
src/mantle/search/ingest/digest_refresh.py
src/mantle/search/ingest/index_queue.py
src/mantle/search/ingest/pipeline_unified.py
src/mantle/search/ingest/tags.py
src/mantle/search/mantle/__init__.py
src/mantle/search/mantle/cell.py
src/mantle/search/mantle/collection_proximity.py
src/mantle/search/mantle/custody.py
src/mantle/search/mantle/engine.py
src/mantle/search/mantle/file_cell_store.py
src/mantle/search/mantle/indexer.py
src/mantle/search/mantle/key_provider.py
src/mantle/search/mantle/lightcone.py
src/mantle/search/mantle/oracle.py
src/mantle/search/mantle/principal.py
src/mantle/search/mantle/s3_cell_store.py
src/mantle/search/mantle/stores.py
src/mantle/search/mantle/wiring.py
src/mantle/search/mantle/sse/__init__.py
src/mantle/search/mantle/sse/blind_tokens.py
src/mantle/search/mantle/sse/file_stores.py
src/mantle/search/mantle/sse/indexer.py
src/mantle/search/mantle/sse/keys.py
src/mantle/search/mantle/sse/narrowing.py
src/mantle/search/mantle/sse/posting.py
src/mantle/search/mantle/sse/router_accessor.py
src/mantle/search/mantle/sse/s3_stores.py
src/mantle/search/mantle/sse/sqlite_stores.py
src/mantle/search/mantle/sse/tokenizer.py
src/mantle/search/ranking/__init__.py
src/mantle/services/__init__.py
src/mantle/services/acting_principal.py
src/mantle/services/artifact_identity.py
src/mantle/services/audit_service.py
src/mantle/services/auth_service.py
src/mantle/services/bootstrap_types.py
src/mantle/services/collection_service.py
src/mantle/services/content_crypto.py
src/mantle/services/content_service.py
src/mantle/services/context_service.py
src/mantle/services/dependencies.py
src/mantle/services/grant_key_service.py
src/mantle/services/grant_service.py
src/mantle/services/grant_store.py
src/mantle/services/ingest_runner_service.py
src/mantle/services/issuers.py
src/mantle/services/mint_context.py
src/mantle/services/mirror_drain.py
src/mantle/services/oidc.py
src/mantle/services/operator.py
src/mantle/services/peer_signing.py
src/mantle/services/person_service.py
src/mantle/services/platform_settings_service.py
src/mantle/services/platform_topology.py
src/mantle/services/principal.py
src/mantle/services/system_identity.py
src/mantle/services/types_service.py
src/mantle/services/workspace_service.py
src/mantle/services/seed_provisioning/__init__.py
src/mantle/services/seed_provisioning/exporter.py
src/mantle/services/seed_provisioning/loader.py
src/mantle/services/seed_provisioning/platform_email.py
src/mantle/services/seed_provisioning/user_provisioning.py
src/mantle/shard/__init__.py
src/mantle/shard/cache.py
src/mantle/shard/content.py
src/mantle/shard/content_tier.py
src/mantle/shard/curate.py
src/mantle/shard/erasure.py
src/mantle/shard/keyed.py
src/mantle/shard/local_collection.py
src/mantle/shard/local_store.py
src/mantle/shard/region.py
src/mantle/shard/sqlite_store.py
src/mantle/shard/store.py
src/mantle/shard/test_resolve_text_never_returns_ciphertext.py
src/mantle/shard/test_the_store_answers_the_resolve_text_seam.py
src/mantle/system/logging_utils.py
src/mantle/system/manage_addons.py
src/mantle/system/manage_anchors.py
src/mantle/system/manage_bootstrap.py
src/mantle/system/manage_content_tier.py
src/mantle/system/manage_seed.py
src/mantle/system/manage_sse_index.py
src/mantle/system/runner_hooks.py
src/mantle/system/uvicorn_log_config.json
src/mantle/tests/test_mint_context.py
src/mantle/tools/migrate_env_to_db.py
src/mantle/ui/browse_page.py
tests/test_a_body_announces_itself.py
tests/test_a_cascade_asks_before_it_destroys.py
tests/test_a_commit_reports_what_changed.py
tests/test_a_content_type_filter_finds_every_match.py
tests/test_a_create_is_an_upsert.py
tests/test_a_create_that_updates_says_so.py
tests/test_a_declared_parameter_is_never_silently_dropped.py
tests/test_a_delete_says_what_it_did.py
tests/test_a_deleted_node_takes_its_edges.py
tests/test_a_deny_is_not_damage.py
tests/test_a_dropped_field_is_not_silent.py
tests/test_a_misspelled_state_is_refused.py
tests/test_a_partial_reorder_leaves_the_rest_alone.py
tests/test_a_platform_scope_is_a_bound_not_a_label.py
tests/test_a_removed_route_has_no_in_house_caller.py
tests/test_a_repeated_id_is_fetched_once.py
tests/test_a_retired_recall_field_is_countable.py
tests/test_a_silent_write_failure_is_not_debug.py
tests/test_a_tag_is_group_membership.py
tests/test_a_title_states_a_subject.py
tests/test_a_truncated_cone_is_not_a_new_user.py
tests/test_a_virgin_store_takes_its_first_write.py
tests/test_a_wrapped_key_names_its_principal.py
tests/test_a_write_does_not_destroy_its_region.py
tests/test_acting_principal_grant_key_subject.py
tests/test_an_ack_does_not_destroy_its_own_key_root.py
tests/test_an_artifact_id_is_one_path_segment.py
tests/test_an_artifact_joins_its_collection_when_it_is_written.py
tests/test_an_edge_does_not_outlive_its_endpoints.py
tests/test_an_edge_read_never_clips_in_silence.py
tests/test_an_unknown_upload_status_is_refused.py
tests/test_an_unreachable_mirror_leaves_a_record.py
tests/test_anchor_repo.py
tests/test_anchors.py
tests/test_anchorset_fingerprint_gate.py
tests/test_anchorset_provisioning.py
tests/test_artifact_identity.py
tests/test_artifacts_error_contract_is_declared.py
tests/test_artifacts_inputs_are_bounded.py
tests/test_attenuation_algebra.py
tests/test_attenuation_is_single_sourced.py
tests/test_audit_service.py
tests/test_auth_dependencies.py
tests/test_auth_policy_matrix.py
tests/test_authentication_precedes_the_store.py
tests/test_authority_trust.py
tests/test_authz_ceilings.py
tests/test_base_dir_is_not_the_install_tree.py
tests/test_beacon_conformance.py
tests/test_beacon_cut.py
tests/test_beacon_held_out_rank_is_not_a_topic_count.py
tests/test_beacon_instrument.py
tests/test_beacon_is_the_cut.py
tests/test_beacon_live_width.py
tests/test_beacon_structure_rank.py
tests/test_blas_thread_pin.py
tests/test_blind_token_narrowing.py
tests/test_both_arms_answer_without_s3.py
tests/test_both_patch_branches_pass_the_same_fields.py
tests/test_browse_page.py
tests/test_candidates_mode_says_what_it_overrides.py
tests/test_cell_crypto.py
tests/test_cell_principal.py
tests/test_change_feed_is_complete_by_construction.py
tests/test_child_order_version_is_real.py
tests/test_children_authorize_every_member.py
tests/test_children_authorizes_the_page.py
tests/test_chunking_invariants.py
tests/test_collection_frame.py
tests/test_collection_proximity_narrowing.py
tests/test_collection_service.py
tests/test_commit_provenance_fields.py
tests/test_commits_does_not_gate_on_a_rule_it_never_had.py
tests/test_content_addressed_fixtures_survive_a_checkout.py
tests/test_content_cache_key_eras.py
tests/test_content_crypto.py
tests/test_content_crypto_integrity.py
tests/test_content_handle.py
tests/test_content_key_root.py
tests/test_content_never_lives_in_the_lattice.py
tests/test_content_reads_under_the_key_it_was_sealed_with.py
tests/test_content_route_needs_no_object_store.py
tests/test_content_service.py
tests/test_content_url_agrees_with_content.py
tests/test_context_lattice.py
tests/test_context_takes_an_object_and_paths_name_one_thing.py
tests/test_create_rejects_a_malformed_body_with_422.py
tests/test_density_previews_where_it_matched.py
tests/test_deny_grants_deny_everywhere.py
tests/test_dependencies_check_access.py
tests/test_dev_init_keys_ownership.py
tests/test_documented_settings_reach_live_code.py
tests/test_edge_label_extent_counter.py
tests/test_embeddings_cache.py
tests/test_env_ignored_keys_are_announced.py
tests/test_event_backplane_is_optional.py
tests/test_event_bus_semantics.py
tests/test_event_log_and_subscriptions.py
tests/test_events_router.py
tests/test_events_router_durable.py
tests/test_every_action_param_publishes_its_enum.py
tests/test_every_in_house_call_reaches_a_live_route.py
tests/test_every_route_group_declares_its_errors.py
tests/test_every_router_is_mounted.py
tests/test_field_filters_narrow_recall.py
tests/test_file_cell_store.py
tests/test_first_login_provisioning_is_concurrency_safe.py
tests/test_git_router.py
tests/test_grant_cache_invalidation.py
tests/test_grant_key_bundles.py
tests/test_grant_service_invites.py
tests/test_grant_store_backend.py
tests/test_granted_roots_is_memoized.py
tests/test_id_invariants.py
tests/test_identity_is_logged_after_it_is_resolved.py
tests/test_in_process_route_callers_pass_models.py
tests/test_inbound_nonce.py
tests/test_ingest_reads_the_local_tier_first.py
tests/test_ingest_runner.py
tests/test_issuers.py
tests/test_key_custody_bypasses.py
tests/test_key_manager.py
tests/test_key_provider_custody.py
tests/test_lazy.py
tests/test_lexical_extra_is_numpy_free.py
tests/test_lexical_narrows_semantic_ranks.py
tests/test_lightcone_resolver.py
tests/test_link_source_artifact_idor.py
tests/test_manage_addons.py
tests/test_manage_seed_revoke.py
tests/test_mantle_indexer.py
tests/test_mantle_query_engine.py
tests/test_mantle_search_scaffolding.py
tests/test_mantle_stores.py
tests/test_mantle_token.py
tests/test_mantle_wal_checkpoint_command.py
tests/test_mantle_wiring.py
tests/test_mcp_calls_match_the_handler_signatures.py
tests/test_mcp_can_write_and_find.py
tests/test_mcp_client_acts_for_its_user.py
tests/test_mcp_router.py
tests/test_missing_state_default.py
tests/test_no_5xx_returns_exception_text.py
tests/test_no_forcings.py
tests/test_no_guard_against_a_function_that_cannot_fail.py
tests/test_no_origin_service.py
tests/test_no_store_call_runs_on_the_event_loop.py
tests/test_nobody_grants_what_they_do_not_hold.py
tests/test_observation_events.py
tests/test_oci_address.py
tests/test_oci_ingest_tool.py
tests/test_oci_layout.py
tests/test_oci_layout_real.py
tests/test_oci_router.py
tests/test_oci_store.py
tests/test_oidc.py
tests/test_one_ceiling_governs_both_write_paths.py
tests/test_one_word_is_one_blind_token.py
tests/test_oracle_grant_coupling.py
tests/test_oracle_service.py
tests/test_origin_is_not_a_dependency.py
tests/test_per_box_state_never_replicates.py
tests/test_person_and_lead_conversion.py
tests/test_pipeline_unified.py
tests/test_platform_admin_predicate.py
tests/test_platform_email_provisioner.py
tests/test_platform_settings_service.py
tests/test_platform_topology.py
tests/test_privacy_erasure.py
tests/test_protected_resource_metadata.py
tests/test_query_vector_ingress.py
tests/test_ranking_works_without_a_persona.py
tests/test_rate_limit_client_identity.py
tests/test_rate_limit_middleware.py
tests/test_recall_declares_both_of_its_shapes.py
tests/test_recall_honours_artifact_scoped_grants.py
tests/test_recall_orders_by_reach_when_an_ontology_is_bound.py
tests/test_recall_vector_without_anchorset.py
tests/test_relation.py
tests/test_resolution_is_observable.py
tests/test_response_envelopes_match_the_handlers.py
tests/test_rounding_law_is_single_sourced.py
tests/test_route_reshape.py
tests/test_router_accessor_candidates.py
tests/test_router_artifacts.py
tests/test_router_inbound_nonce_enforcement.py
tests/test_router_mcp.py
tests/test_router_search.py
tests/test_s3_cell_store.py
tests/test_scoped_deletion_and_urls.py
tests/test_search.py
tests/test_seed_artifact_loader.py
tests/test_seed_drift.py
tests/test_seed_exporter.py
tests/test_seed_platform_tree.py
tests/test_serve_worker_guard.py
tests/test_service_content_dual_store.py
tests/test_service_identity.py
tests/test_source_attestation.py
tests/test_sse_blind_tokens.py
tests/test_sse_indexer.py
tests/test_sse_lexical_arm_is_separable.py
tests/test_sse_posting.py
tests/test_sse_router_accessor.py
tests/test_sse_s3_stores.py
tests/test_sse_tokenizer.py
tests/test_the_access_log_can_be_narrowed.py
tests/test_the_apache_store_is_a_product.py
tests/test_the_artifact_response_drops_nothing.py
tests/test_the_byte_routes_declare_bytes.py
tests/test_the_commons_is_reserved_and_visible.py
tests/test_the_event_path_honours_revocation.py
tests/test_the_event_path_is_check_access.py
tests/test_the_feed_carries_no_artifact_body.py
tests/test_the_filesystem_path_law.py
tests/test_the_fold_uses_the_lexicons_own_identity.py
tests/test_the_index_hint_publishes_its_vocabulary.py
tests/test_the_index_says_which_analysis_wrote_it.py
tests/test_the_marker_follows_the_work.py
tests/test_the_mesh_plane_can_be_a_directory.py
tests/test_the_mesh_refuses_authority_it_cannot_verify.py
tests/test_the_mirror_drain_retries_what_it_owes.py
tests/test_the_origin_chain_is_one_walk.py
tests/test_the_page_authorizes_without_refetching_the_container.py
tests/test_the_person_lookup_names_its_subject.py
tests/test_the_posting_store_is_one_row_per_slot.py
tests/test_the_question_names_the_answer.py
tests/test_the_repo_holds_only_the_database.py
tests/test_the_schema_is_always_served.py
tests/test_the_source_race_reverify_is_not_a_retry.py
tests/test_the_sovereign_code_plane_refuses_anonymous.py
tests/test_the_three_zero_vector_semantics_are_deliberate.py
tests/test_the_tool_text_is_the_only_thing_an_agent_reads.py
tests/test_the_wal_is_bounded_and_reclaimable.py
tests/test_types_service.py
tests/test_upload_status_is_a_patch.py
tests/test_usage_scripts.py
tests/test_user_provisioning.py
tests/test_v2_serves_from_a_real_tiered_store.py
tests/test_vector_ingress.py
tests/test_warm_and_reorder_guarantees.py
tests/test_warm_says_what_it_could_not_do.py
tests/test_wheel_ships_its_data.py
tests/test_workspace_bindings.py
tests/test_workspace_service.py