Implements Read the Docs infrastructure to generate API documentation directly from code docstrings. Replaces static modules.md (1200+ lines). New structure: - docs/_source/conf.py — Sphinx configuration (furo theme) - docs/_source/index.rst — Main TOC - docs/_source/api/*.rst — Module groups (substrate, storage, retrieval, qa, distill, mesh, cli) - docs/_source/Makefile — Local build targets - docs/_source/README.md — Documentation on building and extending Makefile integration: - make docs-api — generate HTML (output: docs/_source/_build/html/) - make docs-api-clean — remove build artifacts Build output (40 HTML files): - API module reference with docstrings - Source code links (:viewcode: extension) - Full-text search index - Module index (genindex, py-modindex) Sphinx installed in venv as dev dependency. HTML is browseable at docs/_source/_build/html/index.html (open in browser after build). This justifies the deletion of modules.md: code docstrings + Sphinx autodoc = automatically-generated, always-current API reference.
1 line
No EOL
59 KiB
JavaScript
1 line
No EOL
59 KiB
JavaScript
Search.setIndex({"alltitles":{"API Modules":[[7,null]],"Aborist API Reference":[[7,null]],"Algorithm (wikitext-base-v1)":[[6,"algorithm-wikitext-base-v1"]],"CLI: Command-line interface":[[0,null]],"Distillation: surface \u2192 core compression":[[1,null]],"Federation: multiplayer aborist":[[2,null]],"Indices and tables":[[7,"indices-and-tables"]],"Q&A Pipeline: question \u2192 answer \u2192 verify \u2192 cache":[[3,null]],"Retrieval: FTS5 search and concepts":[[4,null]],"Storage: SQLite schema and audit":[[5,null]],"Substrate: Core data structures":[[6,null]],"Versioning protocol":[[6,"versioning-protocol"]],"client":[[3,"module-aborist.qa.client"]],"concepts":[[4,"module-aborist.concepts"]],"dag":[[3,"module-aborist.qa.dag"]],"document":[[6,"module-aborist.document"]],"evict":[[5,"module-aborist.evict"]],"evidence":[[3,"module-aborist.qa.evidence"]],"ingest":[[5,"module-aborist.ingest"]],"keys":[[3,"module-aborist.qa.keys"]],"merkle":[[6,"module-aborist.merkle"]],"metacognition":[[3,"module-aborist.qa.metacognition"]],"quantifier":[[3,"module-aborist.qa.quantifier"]],"query":[[3,"module-aborist.qa.query"]],"runner":[[3,"module-aborist.qa.runner"]],"search":[[4,"module-aborist.search"]],"sources":[[4,"module-aborist.source"]],"store":[[5,"module-aborist.store"]],"verify":[[3,"module-aborist.qa.verify"]],"wikitext":[[6,"module-aborist.wikitext"]]},"docnames":["api/cli","api/distill","api/mesh","api/qa","api/retrieval","api/storage","api/substrate","index"],"envversion":{"sphinx":66,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinx.ext.viewcode":1},"filenames":["api/cli.rst","api/distill.rst","api/mesh.rst","api/qa.rst","api/retrieval.rst","api/storage.rst","api/substrate.rst","index.rst"],"indexentries":{"aborist.cli":[[0,"module-aborist.cli",false]],"aborist.concepts":[[4,"module-aborist.concepts",false]],"aborist.distill":[[1,"module-aborist.distill",false]],"aborist.document":[[6,"module-aborist.document",false]],"aborist.evict":[[5,"module-aborist.evict",false]],"aborist.ingest":[[5,"module-aborist.ingest",false]],"aborist.merkle":[[6,"module-aborist.merkle",false]],"aborist.mesh":[[2,"module-aborist.mesh",false]],"aborist.qa.client":[[3,"module-aborist.qa.client",false]],"aborist.qa.dag":[[3,"module-aborist.qa.dag",false]],"aborist.qa.evidence":[[3,"module-aborist.qa.evidence",false]],"aborist.qa.keys":[[3,"module-aborist.qa.keys",false]],"aborist.qa.metacognition":[[3,"module-aborist.qa.metacognition",false]],"aborist.qa.quantifier":[[3,"module-aborist.qa.quantifier",false]],"aborist.qa.query":[[3,"module-aborist.qa.query",false]],"aborist.qa.runner":[[3,"module-aborist.qa.runner",false]],"aborist.qa.verify":[[3,"module-aborist.qa.verify",false]],"aborist.search":[[4,"module-aborist.search",false]],"aborist.source":[[4,"module-aborist.source",false]],"aborist.sources.html_page":[[4,"module-aborist.sources.html_page",false]],"aborist.sources.wikipedia":[[4,"module-aborist.sources.wikipedia",false]],"aborist.store":[[5,"module-aborist.store",false]],"aborist.wikitext":[[6,"module-aborist.wikitext",false]],"add_concept_relation() (in module aborist.concepts)":[[4,"aborist.concepts.add_concept_relation",false]],"aead_decrypt() (in module aborist.mesh)":[[2,"aborist.mesh.aead_decrypt",false]],"aead_encrypt() (in module aborist.mesh)":[[2,"aborist.mesh.aead_encrypt",false]],"anchor (aborist.document.edge attribute)":[[6,"aborist.document.Edge.anchor",false]],"answer_constraints (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.answer_constraints",false]],"append_audit() (in module aborist.store)":[[5,"aborist.store.append_audit",false]],"ask() (in module aborist.qa.runner)":[[3,"aborist.qa.runner.ask",false]],"audit_mode (aborist.search.fts5backend attribute)":[[4,"aborist.search.FTS5Backend.audit_mode",false]],"audit_mode (aborist.search.hit attribute)":[[4,"aborist.search.Hit.audit_mode",false]],"audit_mode (aborist.search.searchbackend attribute)":[[4,"aborist.search.SearchBackend.audit_mode",false]],"auditmode (class in aborist.search)":[[4,"aborist.search.AuditMode",false]],"build() (aborist.merkle.merkletree class method)":[[6,"aborist.merkle.MerkleTree.build",false]],"build_evidence_map() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.build_evidence_map",false]],"build_parser() (in module aborist.cli)":[[0,"aborist.cli.build_parser",false]],"build_preflight_node_payload() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.build_preflight_node_payload",false]],"build_reject_run_dag() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.build_reject_run_dag",false]],"build_run_dag() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.build_run_dag",false]],"cache_key() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.cache_key",false]],"canonical_question() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.canonical_question",false]],"canonicalize() (in module aborist.document)":[[6,"aborist.document.canonicalize",false]],"chain_audit_events() (in module aborist.store)":[[5,"aborist.store.chain_audit_events",false]],"chat_completion() (aborist.qa.client.chatclient method)":[[3,"aborist.qa.client.ChatClient.chat_completion",false]],"chat_completion() (aborist.qa.client.openaicompatibleclient method)":[[3,"aborist.qa.client.OpenAICompatibleClient.chat_completion",false]],"chat_completion() (aborist.qa.client.stubclient method)":[[3,"aborist.qa.client.StubClient.chat_completion",false]],"chatclient (class in aborist.qa.client)":[[3,"aborist.qa.client.ChatClient",false]],"chunk_idx (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.chunk_idx",false]],"chunk_idx (aborist.search.hit attribute)":[[4,"aborist.search.Hit.chunk_idx",false]],"chunk_root (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.chunk_root",false]],"chunker (class in aborist.document)":[[6,"aborist.document.Chunker",false]],"chunks_total (aborist.ingest.ingeststats attribute)":[[5,"aborist.ingest.IngestStats.chunks_total",false]],"classifier_version (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.classifier_version",false]],"classify_question_quantifier() (in module aborist.qa.quantifier)":[[3,"aborist.qa.quantifier.classify_question_quantifier",false]],"close() (aborist.qa.client.openaicompatibleclient method)":[[3,"aborist.qa.client.OpenAICompatibleClient.close",false]],"concept_relations_for_token() (in module aborist.concepts)":[[4,"aborist.concepts.concept_relations_for_token",false]],"connect() (in module aborist.store)":[[5,"aborist.store.connect",false]],"connect_query() (in module aborist.store)":[[5,"aborist.store.connect_query",false]],"content (aborist.document.document attribute)":[[6,"aborist.document.Document.content",false]],"contradiction_pairs (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.contradiction_pairs",false]],"contributing_chunk_indices (aborist.distill.distillationresult attribute)":[[1,"aborist.distill.DistillationResult.contributing_chunk_indices",false]],"conversation_hash() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.conversation_hash",false]],"core (aborist.distill.distillationresult attribute)":[[1,"aborist.distill.DistillationResult.core",false]],"corpus_requirement (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.corpus_requirement",false]],"created_at (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.created_at",false]],"current_epoch() (in module aborist.mesh)":[[2,"aborist.mesh.current_epoch",false]],"detect_contradiction() (in module aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.detect_contradiction",false]],"detect_false_premise() (in module aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.detect_false_premise",false]],"detect_out_of_corpus() (in module aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.detect_out_of_corpus",false]],"detect_temporal_sensitivity() (in module aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.detect_temporal_sensitivity",false]],"dh_priv (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.dh_priv",false]],"dh_pub (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.dh_pub",false]],"dh_pub (aborist.mesh.meshrosterentry attribute)":[[2,"aborist.mesh.MeshRosterEntry.dh_pub",false]],"discover_shards() (in module aborist.store)":[[5,"aborist.store.discover_shards",false]],"distill() (aborist.distill.distiller method)":[[1,"aborist.distill.Distiller.distill",false]],"distill() (aborist.distill.firstsentencedistiller method)":[[1,"aborist.distill.FirstSentenceDistiller.distill",false]],"distill() (aborist.distill.tfidfkeyworddistiller method)":[[1,"aborist.distill.TfidfKeywordDistiller.distill",false]],"distillationresult (class in aborist.distill)":[[1,"aborist.distill.DistillationResult",false]],"distiller (class in aborist.distill)":[[1,"aborist.distill.Distiller",false]],"document (class in aborist.document)":[[6,"aborist.document.Document",false]],"document_root (aborist.search.hit attribute)":[[4,"aborist.search.Hit.document_root",false]],"document_uri (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.document_uri",false]],"document_uri (aborist.search.hit attribute)":[[4,"aborist.search.Hit.document_uri",false]],"dst_root (aborist.document.edge attribute)":[[6,"aborist.document.Edge.dst_root",false]],"dst_uri (aborist.document.edge attribute)":[[6,"aborist.document.Edge.dst_uri",false]],"ecdh_shared_secret() (in module aborist.mesh)":[[2,"aborist.mesh.ecdh_shared_secret",false]],"edge (class in aborist.document)":[[6,"aborist.document.Edge",false]],"edge_type (aborist.document.edge attribute)":[[6,"aborist.document.Edge.edge_type",false]],"edges (aborist.document.document attribute)":[[6,"aborist.document.Document.edges",false]],"edges_total (aborist.ingest.ingeststats attribute)":[[5,"aborist.ingest.IngestStats.edges_total",false]],"evict_to_cold() (in module aborist.evict)":[[5,"aborist.evict.evict_to_cold",false]],"evidence_id (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.evidence_id",false]],"evidence_map_by_evidence_id() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.evidence_map_by_evidence_id",false]],"evidence_map_by_evidence_id_local() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.evidence_map_by_evidence_id_local",false]],"evidence_map_by_pointer_id() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.evidence_map_by_pointer_id",false]],"evidence_map_root() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.evidence_map_root",false]],"evidenceobject (class in aborist.qa.evidence)":[[3,"aborist.qa.evidence.EvidenceObject",false]],"extra (aborist.document.document attribute)":[[6,"aborist.document.Document.extra",false]],"extract_claim_spans() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.extract_claim_spans",false]],"extract_proper_nouns() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.extract_proper_nouns",false]],"extract_quotes() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.extract_quotes",false]],"extract_wikilinks() (in module aborist.wikitext)":[[6,"aborist.wikitext.extract_wikilinks",false]],"false_premise_hints (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.false_premise_hints",false]],"firstsentencedistiller (class in aborist.distill)":[[1,"aborist.distill.FirstSentenceDistiller",false]],"from_file() (aborist.sources.html_page.htmlpagesource class method)":[[4,"aborist.sources.html_page.HtmlPageSource.from_file",false]],"fts5backend (class in aborist.search)":[[4,"aborist.search.FTS5Backend",false]],"generate_dh_keypair() (in module aborist.mesh)":[[2,"aborist.mesh.generate_dh_keypair",false]],"generate_signing_keypair() (in module aborist.mesh)":[[2,"aborist.mesh.generate_signing_keypair",false]],"get_chunker() (in module aborist.document)":[[6,"aborist.document.get_chunker",false]],"get_meta() (in module aborist.store)":[[5,"aborist.store.get_meta",false]],"governance_policy_hash() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.governance_policy_hash",false]],"group_name (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.group_name",false]],"has_compare_phrasing() (in module aborist.concepts)":[[4,"aborist.concepts.has_compare_phrasing",false]],"hash (aborist.merkle.proofnode attribute)":[[6,"aborist.merkle.ProofNode.hash",false]],"hash_combine() (in module aborist.merkle)":[[6,"aborist.merkle.hash_combine",false]],"hash_leaf() (in module aborist.merkle)":[[6,"aborist.merkle.hash_leaf",false]],"hit (class in aborist.search)":[[4,"aborist.search.Hit",false]],"htmlpagesource (class in aborist.sources.html_page)":[[4,"aborist.sources.html_page.HtmlPageSource",false]],"hybrid (aborist.search.auditmode attribute)":[[4,"aborist.search.AuditMode.HYBRID",false]],"ingest_source() (in module aborist.ingest)":[[5,"aborist.ingest.ingest_source",false]],"ingeststats (class in aborist.ingest)":[[5,"aborist.ingest.IngestStats",false]],"init_identity() (in module aborist.mesh)":[[2,"aborist.mesh.init_identity",false]],"inserted (aborist.ingest.ingeststats attribute)":[[5,"aborist.ingest.IngestStats.inserted",false]],"invalidate_cache() (in module aborist.concepts)":[[4,"aborist.concepts.invalidate_cache",false]],"is_enabled() (in module aborist.mesh)":[[2,"aborist.mesh.is_enabled",false]],"is_left (aborist.merkle.proofnode attribute)":[[6,"aborist.merkle.ProofNode.is_left",false]],"iter_documents() (aborist.source.source method)":[[4,"aborist.source.Source.iter_documents",false]],"iter_documents() (aborist.sources.html_page.htmlpagesource method)":[[4,"aborist.sources.html_page.HtmlPageSource.iter_documents",false]],"iter_documents() (aborist.sources.wikipedia.wikipediasqldump method)":[[4,"aborist.sources.wikipedia.WikipediaSqlDump.iter_documents",false]],"known_boundaries (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.known_boundaries",false]],"latest_event_hash() (in module aborist.store)":[[5,"aborist.store.latest_event_hash",false]],"layers (aborist.merkle.merkletree attribute)":[[6,"aborist.merkle.MerkleTree.layers",false]],"leaf (aborist.merkle.merkleproof attribute)":[[6,"aborist.merkle.MerkleProof.leaf",false]],"leaf_index (aborist.merkle.merkleproof attribute)":[[6,"aborist.merkle.MerkleProof.leaf_index",false]],"leaves (aborist.merkle.merkletree property)":[[6,"aborist.merkle.MerkleTree.leaves",false]],"load_identity() (in module aborist.mesh)":[[2,"aborist.mesh.load_identity",false]],"localize_failure() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.localize_failure",false]],"logical_statuses (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.logical_statuses",false]],"main() (in module aborist.cli)":[[0,"aborist.cli.main",false]],"member_id (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.member_id",false]],"member_id (aborist.mesh.meshrosterentry attribute)":[[2,"aborist.mesh.MeshRosterEntry.member_id",false]],"merkleproof (class in aborist.merkle)":[[6,"aborist.merkle.MerkleProof",false]],"merkletree (class in aborist.merkle)":[[6,"aborist.merkle.MerkleTree",false]],"meshidentity (class in aborist.mesh)":[[2,"aborist.mesh.MeshIdentity",false]],"meshrosterentry (class in aborist.mesh)":[[2,"aborist.mesh.MeshRosterEntry",false]],"model_profile_hash() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.model_profile_hash",false]],"module":[[0,"module-aborist.cli",false],[1,"module-aborist.distill",false],[2,"module-aborist.mesh",false],[3,"module-aborist.qa.client",false],[3,"module-aborist.qa.dag",false],[3,"module-aborist.qa.evidence",false],[3,"module-aborist.qa.keys",false],[3,"module-aborist.qa.metacognition",false],[3,"module-aborist.qa.quantifier",false],[3,"module-aborist.qa.query",false],[3,"module-aborist.qa.runner",false],[3,"module-aborist.qa.verify",false],[4,"module-aborist.concepts",false],[4,"module-aborist.search",false],[4,"module-aborist.source",false],[4,"module-aborist.sources.html_page",false],[4,"module-aborist.sources.wikipedia",false],[5,"module-aborist.evict",false],[5,"module-aborist.ingest",false],[5,"module-aborist.store",false],[6,"module-aborist.document",false],[6,"module-aborist.merkle",false],[6,"module-aborist.wikitext",false]],"name (aborist.distill.distiller attribute)":[[1,"aborist.distill.Distiller.name",false]],"name (aborist.distill.firstsentencedistiller attribute)":[[1,"aborist.distill.FirstSentenceDistiller.name",false]],"name (aborist.distill.tfidfkeyworddistiller attribute)":[[1,"aborist.distill.TfidfKeywordDistiller.name",false]],"name (aborist.document.chunker attribute)":[[6,"aborist.document.Chunker.name",false]],"name (aborist.document.sentencechunker attribute)":[[6,"aborist.document.SentenceChunker.name",false]],"name (aborist.document.tokenchunker attribute)":[[6,"aborist.document.TokenChunker.name",false]],"name (aborist.search.fts5backend attribute)":[[4,"aborist.search.FTS5Backend.name",false]],"name (aborist.search.searchbackend attribute)":[[4,"aborist.search.SearchBackend.name",false]],"offset_end (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.offset_end",false]],"offset_start (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.offset_start",false]],"openaicompatibleclient (class in aborist.qa.client)":[[3,"aborist.qa.client.OpenAICompatibleClient",false]],"parse_html() (in module aborist.sources.html_page)":[[4,"aborist.sources.html_page.parse_html",false]],"pointer_id (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.pointer_id",false]],"preflight_node_hash() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.preflight_node_hash",false]],"preflight_policy_hash (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.preflight_policy_hash",false]],"preflight_question() (in module aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.preflight_question",false]],"preflight_result (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.preflight_result",false]],"proof() (aborist.merkle.merkletree method)":[[6,"aborist.merkle.MerkleTree.proof",false]],"proof_from_dict() (in module aborist.merkle)":[[6,"aborist.merkle.proof_from_dict",false]],"proof_to_dict() (in module aborist.merkle)":[[6,"aborist.merkle.proof_to_dict",false]],"proofnode (class in aborist.merkle)":[[6,"aborist.merkle.ProofNode",false]],"purge_by_evidence_kind() (in module aborist.concepts)":[[4,"aborist.concepts.purge_by_evidence_kind",false]],"quantifier_intensity (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.quantifier_intensity",false]],"quantifier_matched_token (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.quantifier_matched_token",false]],"query() (in module aborist.qa.query)":[[3,"aborist.qa.query.query",false]],"question_hash (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.question_hash",false]],"question_hash() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.question_hash",false]],"question_shape (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.question_shape",false]],"questionstate (class in aborist.qa.metacognition)":[[3,"aborist.qa.metacognition.QuestionState",false]],"raw_question (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.raw_question",false]],"reference_frames (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.reference_frames",false]],"rehydrate() (in module aborist.evict)":[[5,"aborist.evict.rehydrate",false]],"render_claim_lattice() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.render_claim_lattice",false]],"render_evidence_block() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.render_evidence_block",false]],"render_evidence_block_for_json() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.render_evidence_block_for_json",false]],"render_evidence_map() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.render_evidence_map",false]],"render_evidence_map_for_json() (in module aborist.qa.evidence)":[[3,"aborist.qa.evidence.render_evidence_map_for_json",false]],"rivalry_excluded() (in module aborist.concepts)":[[4,"aborist.concepts.rivalry_excluded",false]],"role (aborist.mesh.meshrosterentry attribute)":[[2,"aborist.mesh.MeshRosterEntry.role",false]],"root (aborist.merkle.merkleproof attribute)":[[6,"aborist.merkle.MerkleProof.root",false]],"root (aborist.merkle.merkletree property)":[[6,"aborist.merkle.MerkleTree.root",false]],"scope_bound_hint (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.scope_bound_hint",false]],"score (aborist.search.hit attribute)":[[4,"aborist.search.Hit.score",false]],"search() (aborist.search.fts5backend method)":[[4,"aborist.search.FTS5Backend.search",false]],"search() (aborist.search.searchbackend method)":[[4,"aborist.search.SearchBackend.search",false]],"searchbackend (class in aborist.search)":[[4,"aborist.search.SearchBackend",false]],"seen (aborist.ingest.ingeststats attribute)":[[5,"aborist.ingest.IngestStats.seen",false]],"sentencechunker (class in aborist.document)":[[6,"aborist.document.SentenceChunker",false]],"set_enabled() (in module aborist.mesh)":[[2,"aborist.mesh.set_enabled",false]],"set_meta() (in module aborist.store)":[[5,"aborist.store.set_meta",false]],"siblings (aborist.merkle.merkleproof attribute)":[[6,"aborist.merkle.MerkleProof.siblings",false]],"sign() (in module aborist.mesh)":[[2,"aborist.mesh.sign",false]],"sign_priv (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.sign_priv",false]],"sign_pub (aborist.mesh.meshidentity attribute)":[[2,"aborist.mesh.MeshIdentity.sign_pub",false]],"sign_pub (aborist.mesh.meshrosterentry attribute)":[[2,"aborist.mesh.MeshRosterEntry.sign_pub",false]],"skipped_duplicate (aborist.ingest.ingeststats attribute)":[[5,"aborist.ingest.IngestStats.skipped_duplicate",false]],"snippet (aborist.search.hit attribute)":[[4,"aborist.search.Hit.snippet",false]],"source (class in aborist.source)":[[4,"aborist.source.Source",false]],"source_role (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.source_role",false]],"source_root (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.source_root",false]],"source_type (aborist.document.document attribute)":[[6,"aborist.document.Document.source_type",false]],"source_type (aborist.source.source attribute)":[[4,"aborist.source.Source.source_type",false]],"source_type (aborist.sources.html_page.htmlpagesource attribute)":[[4,"aborist.sources.html_page.HtmlPageSource.source_type",false]],"span (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.span",false]],"split() (aborist.document.chunker method)":[[6,"aborist.document.Chunker.split",false]],"split() (aborist.document.sentencechunker method)":[[6,"aborist.document.SentenceChunker.split",false]],"split() (aborist.document.tokenchunker method)":[[6,"aborist.document.TokenChunker.split",false]],"stats() (in module aborist.store)":[[5,"aborist.store.stats",false]],"strict (aborist.search.auditmode attribute)":[[4,"aborist.search.AuditMode.STRICT",false]],"stubclient (class in aborist.qa.client)":[[3,"aborist.qa.client.StubClient",false]],"synonym_expand() (in module aborist.concepts)":[[4,"aborist.concepts.synonym_expand",false]],"temporal_matched_tokens (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.temporal_matched_tokens",false]],"temporal_sensitivity (aborist.qa.metacognition.questionstate attribute)":[[3,"aborist.qa.metacognition.QuestionState.temporal_sensitivity",false]],"text_hash (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.text_hash",false]],"tfidfkeyworddistiller (class in aborist.distill)":[[1,"aborist.distill.TfidfKeywordDistiller",false]],"title (aborist.document.document attribute)":[[6,"aborist.document.Document.title",false]],"title (aborist.qa.evidence.evidenceobject attribute)":[[3,"aborist.qa.evidence.EvidenceObject.title",false]],"title (aborist.search.hit attribute)":[[4,"aborist.search.Hit.title",false]],"to_base() (in module aborist.wikitext)":[[6,"aborist.wikitext.to_base",false]],"to_dict() (aborist.qa.evidence.evidenceobject method)":[[3,"aborist.qa.evidence.EvidenceObject.to_dict",false]],"to_dict() (aborist.qa.metacognition.questionstate method)":[[3,"aborist.qa.metacognition.QuestionState.to_dict",false]],"tokenchunker (class in aborist.document)":[[6,"aborist.document.TokenChunker",false]],"transaction() (in module aborist.store)":[[5,"aborist.store.transaction",false]],"ungrounded (aborist.search.auditmode attribute)":[[4,"aborist.search.AuditMode.UNGROUNDED",false]],"uri (aborist.document.document attribute)":[[6,"aborist.document.Document.uri",false]],"verifier_policy_hash() (in module aborist.qa.keys)":[[3,"aborist.qa.keys.verifier_policy_hash",false]],"verify() (in module aborist.mesh)":[[2,"aborist.mesh.verify",false]],"verify_claim_lattice() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.verify_claim_lattice",false]],"verify_claim_lattice_json() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.verify_claim_lattice_json",false]],"verify_proof() (in module aborist.merkle)":[[6,"aborist.merkle.verify_proof",false]],"verify_quotes() (in module aborist.qa.verify)":[[3,"aborist.qa.verify.verify_quotes",false]],"verify_random_sample() (in module aborist.ingest)":[[5,"aborist.ingest.verify_random_sample",false]],"verify_run_dag() (in module aborist.qa.dag)":[[3,"aborist.qa.dag.verify_run_dag",false]],"wikipediacurdump (class in aborist.sources.wikipedia)":[[4,"aborist.sources.wikipedia.WikipediaCurDump",false]],"wikipediaolddump (class in aborist.sources.wikipedia)":[[4,"aborist.sources.wikipedia.WikipediaOldDump",false]],"wikipediasqldump (class in aborist.sources.wikipedia)":[[4,"aborist.sources.wikipedia.WikipediaSqlDump",false]]},"objects":{"aborist":[[0,0,0,"-","cli"],[4,0,0,"-","concepts"],[1,0,0,"-","distill"],[6,0,0,"-","document"],[5,0,0,"-","evict"],[5,0,0,"-","ingest"],[6,0,0,"-","merkle"],[2,0,0,"-","mesh"],[4,0,0,"-","search"],[4,0,0,"-","source"],[5,0,0,"-","store"],[6,0,0,"-","wikitext"]],"aborist.cli":[[0,1,1,"","build_parser"],[0,1,1,"","main"]],"aborist.concepts":[[4,1,1,"","add_concept_relation"],[4,1,1,"","concept_relations_for_token"],[4,1,1,"","has_compare_phrasing"],[4,1,1,"","invalidate_cache"],[4,1,1,"","purge_by_evidence_kind"],[4,1,1,"","rivalry_excluded"],[4,1,1,"","synonym_expand"]],"aborist.distill":[[1,2,1,"","DistillationResult"],[1,2,1,"","Distiller"],[1,2,1,"","FirstSentenceDistiller"],[1,2,1,"","TfidfKeywordDistiller"]],"aborist.distill.DistillationResult":[[1,3,1,"","contributing_chunk_indices"],[1,3,1,"","core"]],"aborist.distill.Distiller":[[1,4,1,"","distill"],[1,3,1,"","name"]],"aborist.distill.FirstSentenceDistiller":[[1,4,1,"","distill"],[1,3,1,"","name"]],"aborist.distill.TfidfKeywordDistiller":[[1,4,1,"","distill"],[1,3,1,"","name"]],"aborist.document":[[6,2,1,"","Chunker"],[6,2,1,"","Document"],[6,2,1,"","Edge"],[6,2,1,"","SentenceChunker"],[6,2,1,"","TokenChunker"],[6,1,1,"","canonicalize"],[6,1,1,"","get_chunker"]],"aborist.document.Chunker":[[6,3,1,"","name"],[6,4,1,"","split"]],"aborist.document.Document":[[6,3,1,"","content"],[6,3,1,"","edges"],[6,3,1,"","extra"],[6,3,1,"","source_type"],[6,3,1,"","title"],[6,3,1,"","uri"]],"aborist.document.Edge":[[6,3,1,"","anchor"],[6,3,1,"","dst_root"],[6,3,1,"","dst_uri"],[6,3,1,"","edge_type"]],"aborist.document.SentenceChunker":[[6,3,1,"","name"],[6,4,1,"","split"]],"aborist.document.TokenChunker":[[6,3,1,"","name"],[6,4,1,"","split"]],"aborist.evict":[[5,1,1,"","evict_to_cold"],[5,1,1,"","rehydrate"]],"aborist.ingest":[[5,2,1,"","IngestStats"],[5,1,1,"","ingest_source"],[5,1,1,"","verify_random_sample"]],"aborist.ingest.IngestStats":[[5,3,1,"","chunks_total"],[5,3,1,"","edges_total"],[5,3,1,"","inserted"],[5,3,1,"","seen"],[5,3,1,"","skipped_duplicate"]],"aborist.merkle":[[6,2,1,"","MerkleProof"],[6,2,1,"","MerkleTree"],[6,2,1,"","ProofNode"],[6,1,1,"","hash_combine"],[6,1,1,"","hash_leaf"],[6,1,1,"","proof_from_dict"],[6,1,1,"","proof_to_dict"],[6,1,1,"","verify_proof"]],"aborist.merkle.MerkleProof":[[6,3,1,"","leaf"],[6,3,1,"","leaf_index"],[6,3,1,"","root"],[6,3,1,"","siblings"]],"aborist.merkle.MerkleTree":[[6,4,1,"","build"],[6,3,1,"","layers"],[6,5,1,"","leaves"],[6,4,1,"","proof"],[6,5,1,"","root"]],"aborist.merkle.ProofNode":[[6,3,1,"","hash"],[6,3,1,"","is_left"]],"aborist.mesh":[[2,2,1,"","MeshIdentity"],[2,2,1,"","MeshRosterEntry"],[2,1,1,"","aead_decrypt"],[2,1,1,"","aead_encrypt"],[2,1,1,"","current_epoch"],[2,1,1,"","ecdh_shared_secret"],[2,1,1,"","generate_dh_keypair"],[2,1,1,"","generate_signing_keypair"],[2,1,1,"","init_identity"],[2,1,1,"","is_enabled"],[2,1,1,"","load_identity"],[2,1,1,"","set_enabled"],[2,1,1,"","sign"],[2,1,1,"","verify"]],"aborist.mesh.MeshIdentity":[[2,3,1,"","created_at"],[2,3,1,"","dh_priv"],[2,3,1,"","dh_pub"],[2,3,1,"","group_name"],[2,3,1,"","member_id"],[2,3,1,"","sign_priv"],[2,3,1,"","sign_pub"]],"aborist.mesh.MeshRosterEntry":[[2,3,1,"","dh_pub"],[2,3,1,"","member_id"],[2,3,1,"","role"],[2,3,1,"","sign_pub"]],"aborist.qa":[[3,0,0,"-","client"],[3,0,0,"-","dag"],[3,0,0,"-","evidence"],[3,0,0,"-","keys"],[3,0,0,"-","metacognition"],[3,0,0,"-","quantifier"],[3,0,0,"-","query"],[3,0,0,"-","runner"],[3,0,0,"-","verify"]],"aborist.qa.client":[[3,2,1,"","ChatClient"],[3,2,1,"","OpenAICompatibleClient"],[3,2,1,"","StubClient"]],"aborist.qa.client.ChatClient":[[3,4,1,"","chat_completion"]],"aborist.qa.client.OpenAICompatibleClient":[[3,4,1,"","chat_completion"],[3,4,1,"","close"]],"aborist.qa.client.StubClient":[[3,4,1,"","chat_completion"]],"aborist.qa.dag":[[3,1,1,"","build_preflight_node_payload"],[3,1,1,"","build_reject_run_dag"],[3,1,1,"","build_run_dag"],[3,1,1,"","localize_failure"],[3,1,1,"","preflight_node_hash"],[3,1,1,"","verify_run_dag"]],"aborist.qa.evidence":[[3,2,1,"","EvidenceObject"],[3,1,1,"","build_evidence_map"],[3,1,1,"","evidence_map_by_evidence_id"],[3,1,1,"","evidence_map_by_pointer_id"],[3,1,1,"","evidence_map_root"],[3,1,1,"","render_claim_lattice"],[3,1,1,"","render_evidence_block"],[3,1,1,"","render_evidence_block_for_json"],[3,1,1,"","render_evidence_map"],[3,1,1,"","render_evidence_map_for_json"]],"aborist.qa.evidence.EvidenceObject":[[3,3,1,"","chunk_idx"],[3,3,1,"","chunk_root"],[3,3,1,"","document_uri"],[3,3,1,"","evidence_id"],[3,3,1,"","offset_end"],[3,3,1,"","offset_start"],[3,3,1,"","pointer_id"],[3,3,1,"","source_role"],[3,3,1,"","source_root"],[3,3,1,"","span"],[3,3,1,"","text_hash"],[3,3,1,"","title"],[3,4,1,"","to_dict"]],"aborist.qa.keys":[[3,1,1,"","cache_key"],[3,1,1,"","canonical_question"],[3,1,1,"","conversation_hash"],[3,1,1,"","governance_policy_hash"],[3,1,1,"","model_profile_hash"],[3,1,1,"","question_hash"],[3,1,1,"","verifier_policy_hash"]],"aborist.qa.metacognition":[[3,2,1,"","QuestionState"],[3,1,1,"","detect_contradiction"],[3,1,1,"","detect_false_premise"],[3,1,1,"","detect_out_of_corpus"],[3,1,1,"","detect_temporal_sensitivity"],[3,1,1,"","preflight_question"]],"aborist.qa.metacognition.QuestionState":[[3,3,1,"","answer_constraints"],[3,3,1,"","classifier_version"],[3,3,1,"","contradiction_pairs"],[3,3,1,"","corpus_requirement"],[3,3,1,"","false_premise_hints"],[3,3,1,"","known_boundaries"],[3,3,1,"","logical_statuses"],[3,3,1,"","preflight_policy_hash"],[3,3,1,"","preflight_result"],[3,3,1,"","quantifier_intensity"],[3,3,1,"","quantifier_matched_token"],[3,3,1,"","question_hash"],[3,3,1,"","question_shape"],[3,3,1,"","raw_question"],[3,3,1,"","reference_frames"],[3,3,1,"","scope_bound_hint"],[3,3,1,"","temporal_matched_tokens"],[3,3,1,"","temporal_sensitivity"],[3,4,1,"","to_dict"]],"aborist.qa.quantifier":[[3,1,1,"","classify_question_quantifier"]],"aborist.qa.query":[[3,1,1,"","query"]],"aborist.qa.runner":[[3,1,1,"","ask"]],"aborist.qa.verify":[[3,1,1,"","evidence_map_by_evidence_id_local"],[3,1,1,"","extract_claim_spans"],[3,1,1,"","extract_proper_nouns"],[3,1,1,"","extract_quotes"],[3,1,1,"","verify_claim_lattice"],[3,1,1,"","verify_claim_lattice_json"],[3,1,1,"","verify_quotes"]],"aborist.search":[[4,2,1,"","AuditMode"],[4,2,1,"","FTS5Backend"],[4,2,1,"","Hit"],[4,2,1,"","SearchBackend"]],"aborist.search.AuditMode":[[4,3,1,"","HYBRID"],[4,3,1,"","STRICT"],[4,3,1,"","UNGROUNDED"]],"aborist.search.FTS5Backend":[[4,3,1,"","audit_mode"],[4,3,1,"","name"],[4,4,1,"","search"]],"aborist.search.Hit":[[4,3,1,"","audit_mode"],[4,3,1,"","chunk_idx"],[4,3,1,"","document_root"],[4,3,1,"","document_uri"],[4,3,1,"","score"],[4,3,1,"","snippet"],[4,3,1,"","title"]],"aborist.search.SearchBackend":[[4,3,1,"","audit_mode"],[4,3,1,"","name"],[4,4,1,"","search"]],"aborist.source":[[4,2,1,"","Source"]],"aborist.source.Source":[[4,4,1,"","iter_documents"],[4,3,1,"","source_type"]],"aborist.sources":[[4,0,0,"-","html_page"],[4,0,0,"-","wikipedia"]],"aborist.sources.html_page":[[4,2,1,"","HtmlPageSource"],[4,1,1,"","parse_html"]],"aborist.sources.html_page.HtmlPageSource":[[4,4,1,"","from_file"],[4,4,1,"","iter_documents"],[4,3,1,"","source_type"]],"aborist.sources.wikipedia":[[4,2,1,"","WikipediaCurDump"],[4,2,1,"","WikipediaOldDump"],[4,2,1,"","WikipediaSqlDump"]],"aborist.sources.wikipedia.WikipediaSqlDump":[[4,4,1,"","iter_documents"]],"aborist.store":[[5,1,1,"","append_audit"],[5,1,1,"","chain_audit_events"],[5,1,1,"","connect"],[5,1,1,"","connect_query"],[5,1,1,"","discover_shards"],[5,1,1,"","get_meta"],[5,1,1,"","latest_event_hash"],[5,1,1,"","set_meta"],[5,1,1,"","stats"],[5,1,1,"","transaction"]],"aborist.wikitext":[[6,1,1,"","extract_wikilinks"],[6,1,1,"","to_base"]]},"objnames":{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","attribute","Python attribute"],"4":["py","method","Python method"],"5":["py","property","Python property"]},"objtypes":{"0":"py:module","1":"py:function","2":"py:class","3":"py:attribute","4":"py:method","5":"py:property"},"terms":{"0x00":[3,6],"0x03":[3,6],"10x":5,"1st":3,"20030516_cur_tablesql":4,"250px":6,"256s":5,"2nd":3,"3rd":3,"4th":3,"8b":3,"9th":3,"A":[4,5,6,7],"ALL":[3,5],"AND":[3,4],"ARE":3,"After":5,"All":[3,5],"An":[3,6],"BOTH":3,"Both":[3,4],"Could":3,"DO":3,"Each":[3,5],"FEW":3,"FROM":5,"For":[3,4,6],"I":3,"IN":3,"INTO":5,"IS":3,"If":[4,5],"Is":3,"It":3,"NO":4,"NOT":[3,4,6],"No":[3,5,6],"OR":[3,4],"OTHER":4,"Off":2,"Same":3,"THE":3,"That":3,"The":[1,2,3,4,5,6],"Their":2,"These":3,"They":3,"This":[2,3,6],"Under":5,"We":[3,4],"What":[1,3],"When":3,"Who":3,"With":[3,5],"_claim_textually_overlaps_evid":3,"_detect_fram":3,"_has_manual_quot":3,"_question_article_strip":3,"_question_trailing_strip":3,"_rung_prior":3,"_verifier_policy_field":3,"aad":2,"abc":[1,4],"aborist":[0,1,3,4,5,6],"absent":3,"abstractmethod":[1,4],"accept":3,"access":4,"acquisit":3,"across":[3,4,5],"actual":[3,5],"adapt":3,"add":[2,3,4],"add_concept_rel":[4,7],"addit":3,"address":3,"adjac":[3,4],"admin":2,"admiss":[3,5,6],"admit":3,"aead":2,"aead_decrypt":[2,7],"aead_encrypt":[2,7],"affect":4,"agent":3,"agi":[3,5],"algorithm":[1,7],"align":[3,6],"allow":3,"allowed_source_rol":3,"alon":3,"alongsid":3,"alphabet":4,"alreadi":[3,4,6],"also":[2,3],"alt":3,"altern":3,"alway":[3,4,6],"ambigu":3,"amend":3,"anchor":[3,6],"anderson":3,"ani":[2,3,4,6],"anoth":[3,6],"answer":[4,7],"answer_constraint":3,"answer_contract":3,"answer_json_text":3,"answer_mod":3,"answer_text":3,"antonym":4,"anyth":3,"anywher":3,"api":4,"api_key":3,"apostroph":3,"appear":[3,4],"append":[3,4,5],"append_audit":[5,7],"appli":[5,6],"april":4,"arbitr":3,"arbitrari":3,"architectur":4,"aren":3,"arg":[3,6],"argumentpars":0,"argv":0,"arithmet":3,"around":5,"array":3,"arriv":3,"articl":[3,4],"artifact":6,"ascii":3,"ask":[3,4,5,6,7],"assembl":3,"assert":3,"assist":3,"asymmetri":3,"athlon":4,"attach":5,"attempt":3,"audit":[3,4,7],"audit_ev":[3,5],"audit_event_hash":3,"audit_mod":[3,4],"auditmod":[4,7],"auditor":3,"augment":3,"authent":2,"auto":5,"automat":4,"avail":3,"avoid":[2,3,6],"axi":3,"b":[2,4],"back":[1,3,5],"back_to_the_futur":3,"backend":4,"backfil":4,"background_sourc":3,"backoff":3,"backtrack":6,"backward":3,"balanc":3,"bare":6,"base":[1,2,3,4,5,7],"base_uri":4,"base_url":3,"base_vers":6,"batch":5,"batch_siz":5,"batman":3,"becaus":3,"becom":3,"befor":[3,6],"begin":5,"behavior":3,"belong":3,"bench":3,"better":6,"bind":[3,5],"blob":3,"block":[3,5],"bm25":[3,4],"bodi":[3,4,5],"bold":6,"bool":[2,3,4,5,6],"boost":3,"bottom":6,"bound":[3,4],"boundari":[3,5],"bpe":[3,6],"brachiosaurus":3,"bracket":3,"breadth":3,"break":[3,4],"broad":3,"broad_quantifier_unbound":3,"broader":3,"budget":3,"buggi":4,"build":[3,6],"build_evidence_map":[3,7],"build_pars":[0,7],"build_preflight_node_payload":[3,7],"build_reject_run_dag":[3,7],"build_run_dag":[3,7],"builder":3,"built":3,"bulk":5,"bullet":3,"bump":[1,3,6],"bundl":3,"burn":3,"burn_exist":3,"burned_exist":3,"burst":3,"by_id":3,"byte":[1,2,3,6],"bz2":4,"c":5,"c36e85c":3,"c6182ae":4,"cach":[4,5,6,7],"cache_key":[3,4,6,7],"cache_s":5,"cadenc":3,"call":[2,3,4,5],"callabl":[3,5],"caller":[2,3,4,5,6],"callsit":3,"can":[3,4,5],"candid":3,"canon":[3,6],"canonic":[3,6,7],"canonical_quest":[3,7],"canonicalization_vers":[3,5,6],"cap":[3,4],"capit":3,"captur":3,"carri":[3,6],"case":[3,4,6],"catch":[3,4],"categori":[4,6],"caus":3,"cell":3,"center":3,"ceo":3,"chain":[3,4,5],"chain_audit_ev":[5,7],"chang":[3,6],"char":3,"charact":[3,6],"chat":3,"chat_client":3,"chat_complet":3,"chatclient":[3,7],"check":[2,3,4],"checkpoint":5,"choic":3,"chosen":3,"chunk":[1,3,4,5,6],"chunk_idx":[3,4],"chunk_root":[3,4],"chunker":[3,6,7],"chunker_nam":5,"chunking_vers":[3,5,6],"chunks_ft":3,"chunks_tot":5,"churn":5,"ciphertext":2,"circular":3,"citat":[3,6],"citation_mismatch":3,"cite":3,"cjk":3,"claim":[3,6],"claim_lattic":3,"claim_lattice_point":3,"claim_status":3,"claim_text":3,"class":[1,2,3,4,5,6],"classif":3,"classifi":3,"classifier_vers":3,"classify_question_quantifi":[3,7],"classmethod":[4,6],"claud":3,"claus":[3,4],"clean":[3,4,6],"cli":7,"client":[2,7],"close":[3,6],"cloud":[3,6],"cluster":[3,4],"code":3,"codifi":3,"coexist":3,"cognit":3,"cold":5,"collaps":[3,5,6],"collect":3,"collid":3,"collis":5,"column":[3,4],"com":6,"combin":6,"come":5,"comma":3,"command":7,"commit":[3,4,5,6],"commut":[3,6],"compar":[3,4,5],"comparative_bound":3,"compare_phras":4,"comparison":4,"compat":[3,5],"complet":3,"complex":6,"compon":3,"comprehens":3,"compress":[3,5,7],"comput":[3,4,5],"concaten":3,"concept":7,"concept_rel":4,"concept_relations_for_token":[4,7],"concret":3,"confid":4,"configur":3,"confirm":3,"conn":[2,3,4,5],"connect":[2,3,4,5,7],"connect_queri":[5,7],"connecticut":3,"consecut":3,"constant":3,"constitut":3,"constrain":3,"constraint":4,"construct":3,"contain":[3,4],"content":[1,3,4,5,6,7],"context":[3,6],"context_root":3,"continu":3,"contract":[3,4],"contradict":3,"contradiction_pair":3,"contradictori":3,"contradictory_quest":3,"contribut":[3,4],"contributing_chunk_indic":[1,7],"control":3,"conveni":5,"convent":[3,6],"convers":6,"conversation_hash":[3,5,7],"conversation_hash_valu":3,"convert":[3,6],"copi":3,"core":[5,7],"corpus":[3,4],"corpus_latest_timestamp":3,"corpus_profil":3,"corpus_requir":3,"correct":3,"correl":3,"cosmet":3,"cost":5,"couldn":3,"count":[3,4,5],"cover":3,"coverag":3,"cpp":3,"cpu":4,"creat":[2,3,5],"created_at":[2,7],"cross":[2,3,4,5,6],"cryptograph":2,"cti":3,"cur":[3,4],"cur_id":4,"cur_is_redirect":4,"cur_namespac":4,"cur_text":4,"cur_titl":4,"curat":4,"curly_quot":3,"current":[2,3,4,6],"current_epoch":[2,7],"cut":3,"cutoff":3,"cycl":3,"d":[3,6],"d1":3,"dag":7,"data":[2,7],"dataclass":[3,6],"date":3,"db":[3,4,5],"db_path":5,"debug":3,"decid":[3,4],"decis":3,"declin":3,"decrypt":2,"dedup":3,"dedupl":3,"default":[2,3,6],"defer":3,"defin":3,"definit":[3,6],"deflection_check_en":3,"degre":4,"delet":[3,4,5],"deliber":2,"demand":[3,6],"demot":5,"denomin":3,"dep":3,"depend":[3,4,6],"deriv":[1,3,4,5,6],"derived_at":4,"derived_from":4,"describ":3,"descript":3,"deseri":6,"design":[3,5],"detect":3,"detect_contradict":[3,7],"detect_false_premis":[3,7],"detect_out_of_corpus":[3,7],"detect_temporal_sensit":[3,7],"detector":3,"determin":[3,6],"determinist":[1,3,4,6],"dh":2,"dh_priv":[2,7],"dh_pub":[2,7],"diagnost":3,"dialogu":3,"dict":[3,4,5,6],"didn":3,"differ":3,"digit":3,"dilut":3,"dim":[3,5,6],"dimens":3,"dir":5,"direct":[3,4],"disciplin":3,"discover_shard":[5,7],"discret":3,"discurs":3,"display":[3,6],"distil":7,"distillationresult":[1,7],"distinct":3,"distinguish":3,"distribut":3,"diverg":3,"doc":[1,3,4,5,6],"docstr":[3,7],"document":[1,3,4,5,7],"document_root":[1,3,4,5],"document_uri":[3,4],"doe":3,"doesn":3,"domain":[3,6],"domin":[3,5],"don":3,"doubl":3,"downgrad":3,"downstream":[3,4],"drag":3,"dri":3,"drift":[3,5,6],"drift_detect":5,"drive":3,"driven":3,"drop":[3,4,6],"dst_root":6,"dst_uri":6,"dump":4,"duplic":[3,6],"durabl":5,"dynam":3,"e":[3,4],"e1":3,"e10":3,"e12":3,"e14":3,"e1b6e396":3,"e1f8e4c2a":3,"e2":3,"e27":3,"e37":3,"earli":3,"ecdh":2,"ecdh_shared_secret":[2,7],"ed25519":2,"edg":[4,6,7],"edge_typ":6,"edges_tot":5,"eed1b6e396":3,"eid":3,"eight":3,"either":3,"element":6,"elimin":3,"elis":3,"ellipsi":3,"els":6,"elsewher":3,"embed":3,"emergent":3,"emit":3,"empir":3,"empti":[3,6],"en":4,"enabl":[2,3],"encod":4,"encrypt":2,"encycloped":3,"end":3,"endpoint":3,"enforc":2,"engin":3,"enough":4,"enter":3,"entir":4,"entiti":[3,4,6],"entity_polici":3,"entri":[0,3],"enum":4,"enumer":[3,5],"env":3,"envelop":2,"epistem":3,"epoch":2,"equival":3,"equivalence_class":3,"era":4,"ergonom":3,"error":3,"estim":3,"etc":3,"even":3,"event":[2,3,5],"event_hash":5,"event_typ":5,"everi":[2,3,4,5,6],"everyth":3,"evict":[2,7],"evict_to_cold":[5,7],"evid":7,"evidence_contract":3,"evidence_id":3,"evidence_id_pair":3,"evidence_kind":4,"evidence_link":3,"evidence_linked_parti":3,"evidence_map":3,"evidence_map_by_evidence_id":[3,7],"evidence_map_by_evidence_id_loc":[3,7],"evidence_map_by_pointer_id":[3,7],"evidence_map_root":[3,7],"evidenceobject":[3,7],"exact":[3,4],"exampl":3,"exceed":3,"excerpt":3,"exclud":4,"exclus":[3,4],"executemani":5,"exhaust":3,"exhaustive_request":3,"exist":[3,4,5,6],"expand":4,"expans":4,"expect":[2,3],"explain":3,"explicit":[2,3,4,6],"explicit_count":3,"exponenti":3,"expos":3,"exposur":3,"extend":4,"extern":6,"extra":[3,6],"extra_bodi":3,"extra_or_token":4,"extract":[1,2,3,4],"extract_claim_span":[3,7],"extract_proper_noun":[3,7],"extract_quot":[3,7],"extract_wikilink":[6,7],"extractor":4,"fabric":3,"face":3,"fact":3,"factori":6,"factual":3,"fail":[3,5],"failur":3,"failure_stag":3,"faith":[3,6],"fall":3,"fallback":[3,4],"fals":[2,3,4,5],"false_premise_hint":3,"false_premise_suspect":3,"falsification_st":5,"farther":3,"fast":[3,5],"faster":4,"favor":3,"fed":1,"feder":7,"feedback":3,"fenc":3,"fetch":4,"fetch_fail":5,"fetcher":5,"fidel":3,"fidelity_mod":3,"field":3,"file":[3,4,5,6],"fill":3,"film":3,"filter":[3,4],"final":3,"final_label":3,"find":3,"fine":3,"finer":3,"fingerprint":3,"fire":3,"first":[1,2,3,4],"firstsentencedistil":[1,7],"five":3,"fix":3,"flag":[2,3,4,6],"flat":3,"fli":3,"flip":[2,5],"float":[3,4],"flow":3,"flush":5,"focus":4,"fold":[3,6],"follow":3,"footer":4,"forc":3,"forev":[2,3,6],"forget":5,"form":[3,6],"formal":3,"format":[3,4],"format_collapse_check_en":3,"forward":[3,5],"found":2,"founder":2,"four":[3,4],"fox":[3,5],"fraction":3,"fragment":6,"frame":[3,5],"free":3,"fresh":[2,3,6],"from_fil":4,"frozenset":4,"fsync":5,"fts":5,"fts5":[3,5,7],"fts5backend":[4,7],"full":[3,4,6],"function":[1,3,4,6],"futur":3,"fuzzi":3,"g":[3,4],"g0":3,"gain":3,"gap":3,"gate":[2,3],"generat":[2,3,6,7],"generate_dh_keypair":[2,7],"generate_signing_keypair":[2,7],"generic":4,"genesi":[2,5],"genuin":3,"get":[3,5],"get_chunk":[6,7],"get_meta":[5,7],"git":6,"given":[3,4,6],"glanc":3,"go":[3,5,6],"gossip":2,"govern":3,"governance_policy_hash":[3,5,6,7],"governance_policy_hash_valu":3,"grade":3,"grain":3,"grammar":3,"granular":3,"graph":[3,4,6],"ground":3,"group":2,"group_nam":[2,7],"growth":3,"guard":3,"guided_json":3,"half":3,"hand":[3,4],"handl":[3,4,6],"happen":3,"hard":3,"has_compare_phras":[4,7],"hash":[3,5,6],"hash_combin":[6,7],"hash_leaf":[6,7],"hashabl":3,"hashcombin":[3,6],"header":[3,4,6],"helper":[3,4],"herm":3,"hex":[3,5],"high":[3,5],"highest":3,"hint":3,"histor":[2,3],"histori":[3,4],"hit":[3,4,7],"hkdf":2,"home":5,"honest":3,"honor":4,"hook":4,"host":3,"hot":[3,5],"howev":3,"href":4,"html":[4,6],"html_page":4,"htmlpagesourc":[4,7],"http":[2,3],"https":4,"huge":4,"human":3,"hybrid":[3,4],"id":[3,4],"idempot":[2,3,4,5,6],"ident":[2,3,5],"identif":6,"iff":[3,6],"ignor":3,"ill":3,"imag":6,"immedi":5,"implement":[3,4,5],"impli":3,"import":3,"includ":[3,6],"inclus":6,"incorrect":3,"independ":3,"index":[3,4,6,7],"indic":[1,4],"inequ":3,"infer":[3,5],"infobox":3,"ingest":[0,3,4,6,7],"ingest_sourc":[5,7],"ingeststat":[5,7],"init":2,"init_ident":[2,7],"inject":3,"inlin":3,"inner":6,"input":[3,4,6],"insensit":[3,4],"insert":[3,4,5],"insid":3,"instal":[4,6],"instant":3,"instead":[3,5],"int":[0,1,2,3,4,5,6],"intact":3,"intellig":3,"intend":4,"intens":3,"intent":[3,4],"interfac":7,"interior":6,"intern":3,"interpol":3,"intro":3,"introduc":3,"invalid":[3,4,6],"invalidate_cach":[4,7],"invari":3,"invent":3,"invers":6,"is_broad":3,"is_en":[2,7],"is_left":6,"isleft":6,"isn":[2,3],"issu":3,"ital":6,"iter":[3,4,5,6],"iter_docu":4,"join":3,"json":[3,6],"json_fixup":3,"jurassic_park_":3,"just":[2,3],"k":3,"kb":3,"keanu":3,"keep":[3,4,5],"kept":3,"key":[2,4,5,7],"keypair":2,"keyword":[1,3],"kick":2,"kill":[3,5],"kind":[3,4,5],"knob":3,"know":3,"knowledg":3,"known_boundari":3,"kw":3,"kwarg":[3,4,6],"label":3,"lack":3,"ladder":3,"land":3,"landscap":5,"languag":[3,4],"larg":5,"last":5,"last_event_hash":5,"later":3,"latest":3,"latest_event_hash":[5,7],"latin":4,"lattic":3,"layer":[2,3,4,5,6],"lazi":3,"lazy_anchor_demote_min_pair":3,"lazy_anchor_demote_threshold":3,"lead":3,"leaf":[3,6],"leaf_hash":5,"leaf_index":6,"leak":2,"least":3,"leav":[3,5,6],"ledger":5,"left":[3,6],"legaci":[3,4],"legibl":3,"legitim":3,"len":3,"length":3,"lenient":3,"leonardo":3,"let":[3,4,5],"level":3,"lexic":[3,6],"lift":3,"lightweight":3,"like":[3,4,6],"limit":[4,5],"line":[3,6,7],"linear":3,"link":[3,4,6],"lisa":3,"list":[0,1,3,4,5,6],"lite":3,"liter":3,"live":[2,3,4,5],"ll":3,"llama":3,"llm":[3,6],"load":2,"load_ident":[2,7],"local":[3,5],"localize_failur":[3,7],"locat":3,"lock":4,"log":3,"logical_status":3,"long":[3,6],"longer":[2,3],"look":3,"lookup":[3,4,6],"lookup_path":3,"loop":3,"low":3,"lowercas":3,"ly":3,"machin":3,"magnet":3,"main":[0,4,7],"make":3,"mangl":6,"mani":3,"manual":4,"map":3,"mark":[3,5],"markdown":3,"marker":[3,6],"markup":[3,6],"match":[3,4,5,6],"matched_token":3,"matter":[3,6],"max_char":1,"max_claims_per_answ":3,"max_context_char":3,"max_evidence_per_claim":3,"max_neighbors_per_token":4,"max_pointers_per_claim":3,"max_retri":3,"max_token":3,"max_tot":4,"maximum":3,"may":3,"mb":5,"md":[3,7],"mean":[3,4,6],"meant":3,"mechan":5,"mechanical_repair":3,"mediawiki":[4,6],"medium":3,"mega":3,"member":[2,3],"member_id":[2,7],"membership":2,"memori":5,"mention":3,"merg":3,"merkl":[1,3,4,5,7],"merkle_proof":[3,6],"merkleproof":[6,7],"merkletre":[6,7],"mesh":2,"mesh_rost":2,"meshident":[2,7],"meshrosterentri":[2,7],"messag":[2,3],"met":3,"meta":[2,3,5],"metacog":3,"metacognit":7,"metadata":[3,6],"method":3,"migrat":[4,6],"min_citation_coverag":3,"min_claim_content_token":3,"min_quote_char":3,"min_span_char":3,"mine":3,"minim":[3,4],"mirror":3,"mismatch":[2,5],"miss":[3,4,5],"mix":3,"mmap_siz":5,"mnemon":3,"mode":[3,4],"model":[3,6],"model_id":3,"model_profil":3,"model_profile_hash":[3,5,7],"model_profile_hash_valu":3,"model_profile_id":3,"modul":[2,3,6],"modulo":6,"mona":3,"month":3,"mtime":4,"multi":3,"multipl":3,"multiplay":7,"must":[1,3,4],"mutat":2,"mwparserfromhel":[3,6],"mysql":4,"n":[2,3,4,5],"n_quot":3,"n_sourc":3,"n_verifi":3,"naiv":3,"name":[1,3,4,6,7],"namespac":[3,4,6],"narrow":3,"natur":3,"nav":4,"near":3,"need":[3,5,6],"negat":3,"neighbor":4,"neighborhood":4,"nest":[3,6],"network":[2,3,4],"neurotechnolog":3,"never":[2,3,4,5],"new":[2,3,4,5],"newli":3,"newlin":6,"next":[4,6],"nfc":3,"no_evidence_point":3,"nocas":4,"node":[3,6],"node_vers":3,"nois":4,"noisi":3,"non":[3,4,6],"nonc":2,"none":[0,2,3,4,5,6],"norm":3,"normal":[3,4,5,6],"note":3,"nothing_to_do":5,"noun":3,"now":3,"null":5,"number":[3,4],"numer":3,"o":3,"object":[1,2,3,4,5,6],"observ":3,"obvious":3,"odd":[3,6],"offlin":3,"offset":3,"offset_end":3,"offset_start":3,"often":3,"old":[3,4],"older_than_day":5,"ollama":3,"omit":3,"one":[1,3,4,5,6],"onli":[2,3,4,5,6],"onto":3,"op":[3,5],"opaqu":[2,3],"open":[3,5],"open_request":3,"openai":3,"openaicompatiblecli":[3,7],"oper":[0,3],"operational_shap":3,"opt":2,"option":[3,4,5,6],"order":[3,6],"org":4,"origin":[4,5,6],"orphan":3,"others":3,"otherwis":3,"out_of_corpus_risk":3,"outbound":[4,6],"outcom":3,"output":[3,4,5],"outrank":3,"over_fetch":3,"overal":4,"overlap":3,"overlay":4,"overrid":3,"pad":6,"page":[3,4,5,6,7],"paint":3,"pair":[3,4],"paragraph":3,"parallel":[3,4],"param":6,"paramet":[0,1,2,3,4,5,6],"paraphras":3,"parent":5,"pars":[3,4,6],"parse_html":[4,7],"parse_status":3,"parsed_claim_lattic":3,"parsed_lattic":3,"parser":[3,4],"part":3,"pass":[3,4,5,6],"past":5,"path":[3,4,5,6],"pattern":[3,4],"payload":3,"payoff":3,"peel":3,"peer":2,"peer_pub_byt":2,"per":[2,3,4,5,6],"perform":[4,5],"permiss":3,"persist":3,"person":[3,4],"phantom":3,"phase":[3,4,5],"philosophi":5,"phrase":3,"pick":3,"pin":3,"pip":[4,6],"pipelin":[4,5,7],"pk":2,"pkg":6,"plain":[4,6],"plaintext":2,"planet":3,"plausibl":3,"plug":[3,4],"plus":[3,6],"point":[0,3],"pointer":3,"pointer_id":3,"pointer_overflow_trim":3,"poker":3,"polici":[3,6],"policy_ref":3,"policy_st":3,"pool":[3,4],"port":6,"pose":3,"posit":[3,4],"posixpath":5,"post":[2,3,6],"pragma":5,"pre":3,"preambl":3,"predic":3,"prefer":3,"prefix":[3,6],"preflight":3,"preflight_block":3,"preflight_hash":3,"preflight_node_hash":[3,7],"preflight_ok":3,"preflight_parti":3,"preflight_payload":3,"preflight_policy_hash":3,"preflight_quest":[3,7],"preflight_result":3,"premis":3,"presenc":4,"present":3,"preserv":[2,3,4,5],"pressur":3,"presupposit":3,"pretend":3,"prev_event_hash":5,"previous":2,"primari":3,"primary_answer_sourc":3,"primit":6,"prior":[3,6],"prioriti":3,"priv_byt":2,"privat":3,"proceed":3,"process":[4,5],"produc":[1,3,4],"product":3,"progress":5,"project":6,"prompt":3,"prompt_contract":3,"proof":[1,3,5,6],"proof_blob":1,"proof_from_dict":[6,7],"proof_to_dict":[6,7],"proofnod":[6,7],"propag":3,"proper":3,"properti":6,"proport":3,"prose":[3,6],"prose_trim":3,"protect":[2,3,4],"protocol":[3,7],"provabl":3,"prove":[1,6],"proven":3,"provid":[3,5,6],"providence_burn":3,"providence_cach":[3,5,6],"proxi":6,"proxim":3,"proximity_n":3,"proximity_window":3,"pub_byt":2,"pubkey":2,"public":4,"pull":[3,4],"punctuat":3,"pure":[1,3,4,5,6],"purg":4,"purge_by_evidence_kind":[4,7],"purpos":3,"py":4,"python":[5,6],"q":[5,7],"qa":[3,4,6],"qa_db":3,"qtoken":4,"qualiti":4,"quantifi":7,"quantifier_intens":3,"quantifier_matched_token":3,"quantiz":3,"quarantin":[3,5],"queri":[4,5,6,7],"question":[4,7],"question_dedup":3,"question_hash":[3,5,7],"question_hash_valu":3,"question_shap":3,"question_st":3,"questionst":[3,7],"quick":5,"quot":3,"quotabl":6,"rag":3,"rais":[2,3],"ram":5,"ran":3,"random":[3,4],"rank":[3,4],"rapid":3,"rare":3,"rather":3,"rational":3,"raw":[3,6],"raw_answ":3,"raw_answer_text":3,"raw_model_output":3,"raw_quest":3,"re":[2,3,4,5,6],"reach":3,"reachabl":3,"read":[3,4,5],"readabl":3,"readi":3,"real":[3,4],"reason":3,"reciproc":4,"recogn":3,"recomput":[3,6],"reconstruct":[2,3],"record":[3,5,6],"recov":6,"recover":[3,6],"recurs":1,"redirect":4,"reduc":5,"reev":3,"ref":6,"refer":3,"reference_fram":3,"reference_frame_ambigu":3,"refetch":5,"refin":3,"reflect":3,"refram":3,"refus":3,"regener":5,"regex":[3,6],"registri":4,"rehydr":[5,7],"reject":3,"rejection_reason":3,"relat":[3,4],"relation_kind":4,"relationship":3,"relax":[3,4],"releas":3,"relev":3,"reli":4,"reliabl":3,"remain":3,"remind":3,"remov":[3,4,5],"render":3,"render_claim_lattic":[3,7],"render_evidence_block":[3,7],"render_evidence_block_for_json":[3,7],"render_evidence_map":[3,7],"render_evidence_map_for_json":[3,7],"rendered_text":3,"repair":3,"replac":[4,7],"replay":3,"report":[3,5],"request":3,"requir":[1,3,6],"rerank":3,"reserv":3,"resolv":3,"respect_robot":4,"respons":3,"restor":5,"restructur":3,"result":3,"resum":5,"retain":5,"retri":3,"retriev":[3,7],"retrieval_keyword":3,"retrieval_plan_hash":3,"retry_backoff_base_":3,"return":[0,1,2,3,4,5,6],"reus":3,"revers":5,"revis":[3,4],"revok":4,"right":[3,6],"rigor":3,"risk":3,"rivalri":4,"rivalries_for":4,"rivalry_exclud":[4,7],"robot":4,"role":[2,3,7],"rollback":5,"root":[3,5,6],"roster":2,"rotat":2,"round":[5,6],"rout":3,"routin":3,"row":[3,4,5],"rows_for_executemani":5,"rsync":5,"rule":3,"run":[3,4,5,6],"run_dag_blob":3,"run_dag_root":3,"rung":3,"runner":[1,6,7],"runtim":3,"s":[1,2,3,4,5,6],"safe":[3,4],"sampl":[3,5],"satisfi":4,"save":4,"saw":3,"scan":3,"schedul":2,"schema":[2,3,4,6,7],"schema_invalid":3,"schema_vers":[3,5],"scheme":3,"scope":3,"scope_bound_hint":3,"score":[3,4],"script":4,"search":[0,3,7],"searchbackend":[4,7],"secondari":4,"secondary_context_sourc":3,"secret":2,"section":6,"see":3,"seed":[2,4],"seen":5,"segment":3,"select":5,"self":[3,6],"semant":3,"send":3,"sender":2,"sens":2,"sensit":3,"sent":6,"sentenc":[1,3,6],"sentencechunk":[6,7],"separ":[3,4,6],"sequenc":3,"sequenti":3,"serial":4,"serializ":[3,6],"serv":3,"server":[2,3],"servic":3,"set":[3,4,5,6],"set_en":[2,7],"set_meta":[5,7],"seven":3,"sever":3,"sha":[3,5],"sha256":3,"shape":[3,4,5],"shard":[3,4,5],"shards_dir":[3,4,5],"share":[2,3,4],"shift":5,"ship":3,"short":[3,6],"shorter":3,"shot":5,"shown":3,"sibl":6,"side":[3,4],"sidecar":3,"sign":[1,2,7],"sign_priv":[2,7],"sign_pub":[2,7],"signal":[3,6],"signatur":2,"similar":3,"simplif":3,"sinc":3,"singl":[3,6],"single_db":3,"singleton":2,"singular":3,"sit":6,"site":4,"six":3,"size":4,"skip":[4,5],"skipped_dupl":5,"small":[3,4,5],"small_num_explicit":3,"smooth":3,"snapshot":4,"snippet":4,"soft":3,"soft_preflight_hint":3,"sometim":3,"soon":3,"sort":[3,4,5,6],"sourc":[0,1,2,3,5,6,7],"source_chunk":1,"source_not_rehydrat":5,"source_rol":3,"source_role_block":3,"source_root":[3,4,5],"source_typ":[4,5,6],"space":6,"span":3,"spawn":4,"specif":[3,4,5],"specifi":3,"split":[3,6],"spotlight":3,"spous":3,"sql":4,"sqlite":[4,7],"sqlite3":4,"stabl":[3,6],"stage":3,"stale":[3,5],"stale_risk":3,"standalon":3,"standard":[3,5],"start":[3,4],"start_id":4,"stat":[0,5,7],"state":[2,3],"statement":3,"static":7,"status":[3,5],"stay":[2,3,4],"stderr":5,"step":[3,6],"still":[3,5],"stop":3,"stopped_do":3,"storag":[6,7],"store":[1,3,4,6,7],"str":[0,1,2,3,4,5,6],"strategi":3,"stream":4,"stress":3,"strict":[3,4],"string":3,"strip":[3,4,6],"strip_cod":6,"strong":3,"strongest":3,"structur":[3,7],"stub":3,"stubclient":[3,7],"style":[3,4,5],"sub":3,"subclass":4,"subject":3,"subject_root":5,"subject_tokens_absent_threshold":3,"subset":3,"substr":[3,4],"substrat":[2,3,7],"succeed":3,"success":5,"summari":3,"suppli":3,"support":[3,4],"surfac":[3,5,7],"surround":3,"surviv":6,"suspect":3,"switch":3,"symmetr":2,"sync":2,"synchron":5,"synonym":4,"synonym_expand":[4,7],"synonyms_for":4,"syntax":4,"synthet":3,"syscal":5,"system":3,"systemat":5,"t":[2,3],"tab":6,"tabl":[2,3,4,5,6],"tag":[2,3,4,6],"tail":3,"taken":3,"talk":3,"tamper":3,"target":[3,4,6],"technolog":3,"telepathi":4,"tell":3,"tell_":3,"temp":5,"temp_stor":5,"temperatur":3,"templat":[3,6],"template_id":3,"tempor":3,"temporal_matched_token":3,"temporal_sensit":3,"ten":3,"term":4,"test":[3,4],"text":[3,4,6],"text_hash":3,"textual":3,"tfidf":1,"tfidfkeyworddistil":[1,7],"tgi":3,"th":2,"themselv":3,"theori":3,"therefor":3,"thoma":3,"though":3,"thought":[3,4],"thread":3,"three":3,"threshold":3,"throughput":5,"thumb":6,"tick":5,"ticket":3,"tier":5,"tighten":3,"time":[3,4,6],"timeout":[3,4],"titl":[3,4,6],"tls":2,"tmp":5,"to_bas":[3,6,7],"to_dict":3,"today":3,"togeth":3,"tok":6,"token":[3,4,6],"token_a":3,"token_b":3,"tokenchunk":[6,7],"tokens_per_chunk":6,"toler":3,"tool":3,"top":3,"top_k":[1,3],"top_p":3,"topic":[3,4,6],"topmost":6,"total":[3,4],"touch":4,"toward":3,"toy":3,"track":3,"trail":[3,6],"trailing_comma":3,"train":3,"transact":[5,7],"transcrani":3,"transient":3,"treat":3,"tree":[2,3,6],"tri":3,"trichotomi":3,"trigger":3,"trim":3,"trip":[5,6],"true":[2,3,4,5,6],"truncat":[3,4],"ts":5,"tune":3,"tupl":[2,3,4,5,6],"turn":3,"turnov":3,"tweak":3,"two":[3,4],"txt":4,"type":[0,1,2,3,4,5,6],"unaffect":3,"unambigu":3,"unavailable_legacy_run":3,"unbound":3,"unchang":[3,5,6],"unclassifi":3,"uncloseai":3,"under_specifi":3,"underlying":3,"unground":[3,4],"union":[3,5],"uniqu":4,"unit":[3,6],"universal":3,"universal_enumer":3,"unknown":3,"unknown_":3,"unknown_docu":5,"unknown_evidence_id":3,"unless":3,"unmarri":3,"unturf":6,"unverified_quot":3,"updat":5,"upload":3,"upsert":5,"upstream":3,"uri":[3,5,6],"url":4,"us":3,"use":[2,3,4,5,6],"user":[2,3,4],"v0":3,"v1":[1,3,7],"v9":[3,5,6],"vagu":3,"valid":3,"valu":[3,4,5],"valueerror":2,"variant":3,"verb":3,"verbatim":3,"verdict":3,"veri":6,"verif":[3,6],"verifi":[0,2,5,6,7],"verifier_method":3,"verifier_policy_hash":[3,7],"verifier_policy_hash_valu":3,"verify_claim_lattic":[3,7],"verify_claim_lattice_json":[3,7],"verify_proof":[6,7],"verify_quot":[3,7],"verify_random_sampl":[5,7],"verify_run_dag":[3,7],"version":[3,7],"via":[2,3,4,5,6],"view":[3,5],"violat":3,"visibl":[3,6],"visual":3,"vllm":3,"vocabulari":3,"voyeur":3,"vs":3,"wal":[4,5],"walk":3,"want":[3,4,6],"warm":5,"warrant_check_en":3,"water":5,"week":3,"weight":3,"well_form":3,"wh":3,"whenev":6,"whether":3,"whi":3,"whitepap":3,"whitespac":[3,6],"whole":3,"whose":[3,4],"width":3,"wiki":4,"wikilink":[3,4,6],"wikipedia":[3,4,6],"wikipediacurdump":[4,7],"wikipediaolddump":[4,7],"wikipediasqldump":[4,7],"wikitext":[3,7],"will":3,"win":3,"window":3,"wire":[2,3],"within":3,"without":[3,4,5,6],"won":3,"word":3,"work":[3,4,5],"wrap":[2,3,5],"wrapper":5,"writabl":5,"write":[3,4,5],"writer":[4,5],"written":3,"wrong":3,"wrote":3,"ws":3,"x":3,"x25519":2,"yet":5,"yield":[3,4,5],"zero":[5,6],"zero_hash":6,"zerohash":6},"titles":["CLI: Command-line interface","Distillation: surface \u2192 core compression","Federation: multiplayer aborist","Q&A Pipeline: question \u2192 answer \u2192 verify \u2192 cache","Retrieval: FTS5 search and concepts","Storage: SQLite schema and audit","Substrate: Core data structures","Aborist API Reference"],"titleterms":{"A":3,"aborist":[2,7],"algorithm":6,"answer":3,"api":7,"audit":5,"base":6,"cach":3,"cli":0,"client":3,"command":0,"compress":1,"concept":4,"core":[1,6],"dag":3,"data":6,"distil":1,"document":6,"evict":5,"evid":3,"feder":2,"fts5":4,"indic":7,"ingest":5,"interfac":0,"key":3,"line":0,"merkl":6,"metacognit":3,"modul":7,"multiplay":2,"pipelin":3,"protocol":6,"q":3,"quantifi":3,"queri":3,"question":3,"refer":7,"retriev":4,"runner":3,"schema":5,"search":4,"sourc":4,"sqlite":5,"storag":5,"store":5,"structur":6,"substrat":6,"surfac":1,"tabl":7,"v1":6,"verifi":3,"version":6,"wikitext":6}}) |