libravdb-contracts 2.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- libravdb_contracts-2.0.3/PKG-INFO +9 -0
- libravdb_contracts-2.0.3/libravdb/ipc/v1/rpc_pb2.py +211 -0
- libravdb_contracts-2.0.3/libravdb/ipc/v1/rpc_pb2.pyi +1011 -0
- libravdb_contracts-2.0.3/libravdb/ipc/v1/rpc_pb2_grpc.py +1481 -0
- libravdb_contracts-2.0.3/libravdb_contracts.egg-info/PKG-INFO +9 -0
- libravdb_contracts-2.0.3/libravdb_contracts.egg-info/SOURCES.txt +9 -0
- libravdb_contracts-2.0.3/libravdb_contracts.egg-info/dependency_links.txt +1 -0
- libravdb_contracts-2.0.3/libravdb_contracts.egg-info/requires.txt +2 -0
- libravdb_contracts-2.0.3/libravdb_contracts.egg-info/top_level.txt +1 -0
- libravdb_contracts-2.0.3/pyproject.toml +18 -0
- libravdb_contracts-2.0.3/setup.cfg +4 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: libravdb-contracts
|
|
3
|
+
Version: 2.0.3
|
|
4
|
+
Summary: LibraVDB IPC protocol types — Python protobuf generated
|
|
5
|
+
Project-URL: Home, https://github.com/zephyr-systems/libravdb-contracts
|
|
6
|
+
Project-URL: Source, https://github.com/zephyr-systems/libravdb-contracts
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Requires-Dist: protobuf>=4.21.0
|
|
9
|
+
Requires-Dist: grpcio>=1.51.0
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: libravdb/ipc/v1/rpc.proto
|
|
5
|
+
# Protobuf Python Version: 5.28.3
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
28,
|
|
16
|
+
3,
|
|
17
|
+
'',
|
|
18
|
+
'libravdb/ipc/v1/rpc.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19libravdb/ipc/v1/rpc.proto\x12\x0flibravdb.ipc.v1\"L\n\nRpcRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x16\n\x06method\x18\x02 \x01(\tR\x06method\x12\x16\n\x06params\x18\x03 \x01(\x0cR\x06params\"f\n\x0bRpcResponse\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id\x12\x16\n\x06result\x18\x02 \x01(\x0cR\x06result\x12/\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x19.libravdb.ipc.v1.RpcErrorR\x05\x65rror\"8\n\x08RpcError\x12\x18\n\x07message\x18\x01 \x01(\tR\x07message\x12\x12\n\x04\x63ode\x18\x02 \x01(\x05R\x04\x63ode\"$\n\nStringList\x12\x16\n\x06values\x18\x01 \x03(\tR\x06values\"\x87\x01\n\x0cSearchResult\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05score\x18\x02 \x01(\x01R\x05score\x12\x12\n\x04text\x18\x03 \x01(\tR\x04text\x12#\n\rmetadata_json\x18\x04 \x01(\x0cR\x0cmetadataJson\x12\x18\n\x07version\x18\x05 \x01(\x04R\x07version\"\xcf\x02\n\x12MarkdownSourceMeta\x12\x1f\n\x0bsource_root\x18\x01 \x01(\tR\nsourceRoot\x12\x1f\n\x0bsource_path\x18\x02 \x01(\tR\nsourcePath\x12\x1f\n\x0bsource_kind\x18\x03 \x01(\tR\nsourceKind\x12\x1b\n\tfile_hash\x18\x04 \x01(\tR\x08\x66ileHash\x12\x1f\n\x0bsource_size\x18\x05 \x01(\x03R\nsourceSize\x12&\n\x0fsource_mtime_ms\x18\x06 \x01(\x03R\rsourceMtimeMs\x12%\n\x0eingest_version\x18\x07 \x01(\x05R\ringestVersion\x12!\n\x0chash_backend\x18\x08 \x01(\tR\x0bhashBackend\x12&\n\x0fsource_ctime_ms\x18\t \x01(\x03R\rsourceCtimeMs\"\xfd\x01\n\x13\x44reamPromotionEntry\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12\x14\n\x05score\x18\x02 \x01(\x01R\x05score\x12!\n\x0crecall_count\x18\x03 \x01(\x05R\x0brecallCount\x12%\n\x0eunique_queries\x18\x04 \x01(\x05R\runiqueQueries\x12\x18\n\x07section\x18\x05 \x01(\tR\x07section\x12\x12\n\x04line\x18\x06 \x01(\x05R\x04line\x12\x1f\n\x0bsource_line\x18\x07 \x01(\x05R\nsourceLine\x12#\n\rmetadata_json\x18\x08 \x01(\x0cR\x0cmetadataJson\"\xb0\x03\n\x0eIngestFeedback\x12\x1f\n\x0bqueue_depth\x18\x01 \x01(\x05R\nqueueDepth\x12%\n\x0equeue_capacity\x18\x02 \x01(\x05R\rqueueCapacity\x12\x1f\n\x0b\x61\x63\x63\x65pt_more\x18\x03 \x01(\x08R\nacceptMore\x12$\n\x0eretry_after_ms\x18\x04 \x01(\x05R\x0cretryAfterMs\x12,\n\x12processing_time_us\x18\x05 \x01(\x03R\x10processingTimeUs\x12%\n\x0enodes_accepted\x18\x06 \x01(\x05R\rnodesAccepted\x12%\n\x0enodes_rejected\x18\x07 \x01(\x05R\rnodesRejected\x12\'\n\x0ftokens_ingested\x18\x08 \x01(\x05R\x0etokensIngested\x12*\n\x11token_burst_limit\x18\t \x01(\x05R\x0ftokenBurstLimit\x12\x1b\n\twal_depth\x18\n \x01(\x05R\x08walDepth\x12!\n\x0cwal_capacity\x18\x0b \x01(\x05R\x0bwalCapacity\"E\n\x11\x41\x63\x63\x65ssCountUpdate\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x10\n\x03ids\x18\x02 \x03(\tR\x03ids\"M\n\rKernelMessage\x12\x12\n\x04role\x18\x01 \x01(\tR\x04role\x12\x18\n\x07\x63ontent\x18\x02 \x01(\tR\x07\x63ontent\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\"\xf4\x01\n\x1f\x41ssembleContextInternalResponse\x12:\n\x08messages\x18\x01 \x03(\x0b\x32\x1e.libravdb.ipc.v1.KernelMessageR\x08messages\x12)\n\x10\x65stimated_tokens\x18\x02 \x01(\x05R\x0f\x65stimatedTokens\x12\x34\n\x16system_prompt_addition\x18\x03 \x01(\tR\x14systemPromptAddition\x12\x34\n\x05\x64\x65\x62ug\x18\x04 \x01(\x0b\x32\x1e.libravdb.ipc.v1.AssemblyDebugR\x05\x64\x65\x62ug\"N\n\x10PredictedContext\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\"\xee\x02\n\rAssemblyDebug\x12\x34\n\x16recovery_trigger_fired\x18\x01 \x01(\x08R\x14recoveryTriggerFired\x12;\n\x1a\x63ross_session_raw_recovery\x18\x02 \x01(\x08R\x17\x63rossSessionRawRecovery\x12\x36\n\x17recovery_reserve_tokens\x18\x03 \x01(\x05R\x15recoveryReserveTokens\x12Y\n\x16recovery_deduped_order\x18\x04 \x03(\x0b\x32#.libravdb.ipc.v1.RecoveryOrderEntryR\x14recoveryDedupedOrder\x12W\n\x15recovery_fitted_order\x18\x05 \x03(\x0b\x32#.libravdb.ipc.v1.RecoveryOrderEntryR\x13recoveryFittedOrder\"\x93\x01\n\x12RecoveryOrderEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12%\n\x0erecovery_scope\x18\x02 \x01(\tR\rrecoveryScope\x12\x1f\n\x0b\x66inal_score\x18\x03 \x01(\x01R\nfinalScore\x12%\n\x0etoken_estimate\x18\x04 \x01(\x05R\rtokenEstimate\"\x84\x17\n\x17\x41ssembleConfigOverrides\x12\x46\n\x1duse_session_recall_projection\x18\x01 \x01(\x08H\x00R\x1auseSessionRecallProjection\x88\x01\x01\x12U\n%use_session_summary_search_experiment\x18\x02 \x01(\x08H\x01R!useSessionSummarySearchExperiment\x88\x01\x01\x12\x37\n\x15token_budget_fraction\x18\x03 \x01(\x01H\x02R\x13tokenBudgetFraction\x88\x01\x01\x12\x46\n\x1d\x61uthored_hard_budget_fraction\x18\x04 \x01(\x01H\x03R\x1a\x61uthoredHardBudgetFraction\x88\x01\x01\x12\x46\n\x1d\x61uthored_soft_budget_fraction\x18\x05 \x01(\x01H\x04R\x1a\x61uthoredSoftBudgetFraction\x88\x01\x01\x12N\n!elevated_guidance_budget_fraction\x18\x06 \x01(\x01H\x05R\x1e\x65levatedGuidanceBudgetFraction\x88\x01\x01\x12\x18\n\x05top_k\x18\x07 \x01(\x05H\x06R\x04topK\x88\x01\x01\x12\x35\n\x14\x63ontinuity_min_turns\x18\x08 \x01(\x05H\x07R\x12\x63ontinuityMinTurns\x88\x01\x01\x12\x46\n\x1d\x63ontinuity_tail_budget_tokens\x18\t \x01(\x05H\x08R\x1a\x63ontinuityTailBudgetTokens\x88\x01\x01\x12J\n\x1f\x63ontinuity_prior_context_tokens\x18\n \x01(\x05H\tR\x1c\x63ontinuityPriorContextTokens\x88\x01\x01\x12\x30\n\x11\x63ompact_threshold\x18\x0b \x01(\x05H\nR\x10\x63ompactThreshold\x88\x01\x01\x12\x44\n\x1c\x63ompact_session_token_budget\x18\x0c \x01(\x05H\x0bR\x19\x63ompactSessionTokenBudget\x88\x01\x01\x12,\n\x0fsection7_theta1\x18\r \x01(\x01H\x0cR\x0esection7Theta1\x88\x01\x01\x12*\n\x0esection7_kappa\x18\x0e \x01(\x01H\rR\rsection7Kappa\x88\x01\x01\x12-\n\x10section7_hop_eta\x18\x0f \x01(\x01H\x0eR\x0esection7HopEta\x88\x01\x01\x12\x39\n\x16section7_hop_threshold\x18\x10 \x01(\x01H\x0fR\x14section7HopThreshold\x88\x01\x01\x12\x36\n\x15section7_coarse_top_k\x18\x11 \x01(\x05H\x10R\x12section7CoarseTopK\x88\x01\x01\x12?\n\x1asection7_second_pass_top_k\x18\x12 \x01(\x05H\x11R\x16section7SecondPassTopK\x88\x01\x01\x12N\n!section7_authority_recency_lambda\x18\x13 \x01(\x01H\x12R\x1esection7AuthorityRecencyLambda\x88\x01\x01\x12N\n!section7_authority_recency_weight\x18\x14 \x01(\x01H\x13R\x1esection7AuthorityRecencyWeight\x88\x01\x01\x12R\n#section7_authority_frequency_weight\x18\x15 \x01(\x01H\x14R section7AuthorityFrequencyWeight\x88\x01\x01\x12P\n\"section7_authority_authored_weight\x18\x16 \x01(\x01H\x15R\x1fsection7AuthorityAuthoredWeight\x88\x01\x01\x12\x35\n\x14recovery_floor_score\x18\x17 \x01(\x01H\x16R\x12recoveryFloorScore\x88\x01\x01\x12\x30\n\x12recovery_min_top_k\x18\x18 \x01(\x05H\x17R\x0frecoveryMinTopK\x88\x01\x01\x12\x44\n\x1crecovery_min_confidence_mean\x18\x19 \x01(\x01H\x18R\x19recoveryMinConfidenceMean\x88\x01\x01\x12\x39\n\x16recency_lambda_session\x18\x1a \x01(\x01H\x19R\x14recencyLambdaSession\x88\x01\x01\x12\x33\n\x13recency_lambda_user\x18\x1b \x01(\x01H\x1aR\x11recencyLambdaUser\x88\x01\x01\x12\x37\n\x15recency_lambda_global\x18\x1c \x01(\x01H\x1bR\x13recencyLambdaGlobal\x88\x01\x01\x12=\n\x18ingestion_gate_threshold\x18\x1d \x01(\x01H\x1cR\x16ingestionGateThreshold\x88\x01\x01\x12P\n\"section7_authority_salience_weight\x18\x1e \x01(\x01H\x1dR\x1fsection7AuthoritySalienceWeight\x88\x01\x01\x12H\n\x1esection7_recency_access_lambda\x18\x1f \x01(\x01H\x1eR\x1bsection7RecencyAccessLambda\x88\x01\x01\x42 \n\x1e_use_session_recall_projectionB(\n&_use_session_summary_search_experimentB\x18\n\x16_token_budget_fractionB \n\x1e_authored_hard_budget_fractionB \n\x1e_authored_soft_budget_fractionB$\n\"_elevated_guidance_budget_fractionB\x08\n\x06_top_kB\x17\n\x15_continuity_min_turnsB \n\x1e_continuity_tail_budget_tokensB\"\n _continuity_prior_context_tokensB\x14\n\x12_compact_thresholdB\x1f\n\x1d_compact_session_token_budgetB\x12\n\x10_section7_theta1B\x11\n\x0f_section7_kappaB\x13\n\x11_section7_hop_etaB\x19\n\x17_section7_hop_thresholdB\x18\n\x16_section7_coarse_top_kB\x1d\n\x1b_section7_second_pass_top_kB$\n\"_section7_authority_recency_lambdaB$\n\"_section7_authority_recency_weightB&\n$_section7_authority_frequency_weightB%\n#_section7_authority_authored_weightB\x17\n\x15_recovery_floor_scoreB\x15\n\x13_recovery_min_top_kB\x1f\n\x1d_recovery_min_confidence_meanB\x19\n\x17_recency_lambda_sessionB\x16\n\x14_recency_lambda_userB\x18\n\x16_recency_lambda_globalB\x1b\n\x19_ingestion_gate_thresholdB%\n#_section7_authority_salience_weightB!\n\x1f_section7_recency_access_lambda\"n\n\rRankCandidate\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x14\n\x05score\x18\x03 \x01(\x01R\x05score\x12#\n\rmetadata_json\x18\x04 \x01(\x0cR\x0cmetadataJson\":\n\x0eHealthResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\"\x84\x02\n\x16\x43ompactSessionResponse\x12\x1f\n\x0b\x64id_compact\x18\x01 \x01(\x08R\ndidCompact\x12\'\n\x0f\x63lusters_formed\x18\x02 \x01(\x05R\x0e\x63lustersFormed\x12+\n\x11\x63lusters_declined\x18\x03 \x01(\x05R\x10\x63lustersDeclined\x12#\n\rturns_removed\x18\x04 \x01(\x05R\x0cturnsRemoved\x12%\n\x0esummary_method\x18\x05 \x01(\tR\rsummaryMethod\x12\'\n\x0fmean_confidence\x18\x06 \x01(\x01R\x0emeanConfidence\"\x80\x02\n\x14GatingScalarResponse\x12\x0c\n\x01g\x18\x01 \x01(\x01R\x01g\x12\x0c\n\x01t\x18\x02 \x01(\x01R\x01t\x12\x0c\n\x01h\x18\x03 \x01(\x01R\x01h\x12\x0c\n\x01r\x18\x04 \x01(\x01R\x01r\x12\x0c\n\x01\x64\x18\x05 \x01(\x01R\x01\x64\x12\x1d\n\ninput_freq\x18\x06 \x01(\x01R\tinputFreq\x12%\n\x0emem_saturation\x18\x07 \x01(\x01R\rmemSaturation\x12\x0c\n\x01p\x18\x08 \x01(\x01R\x01p\x12\x0c\n\x01\x61\x18\t \x01(\x01R\x01\x61\x12\x14\n\x05\x64tech\x18\n \x01(\x01R\x05\x64tech\x12\x14\n\x05gconv\x18\x0b \x01(\x01R\x05gconv\x12\x14\n\x05gtech\x18\x0c \x01(\x01R\x05gtech\"}\n\x12\x45xportMemoryRecord\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12\x12\n\x04text\x18\x03 \x01(\tR\x04text\x12#\n\rmetadata_json\x18\x04 \x01(\x0cR\x0cmetadataJson\"<\n\x18\x45nsureCollectionsRequest\x12 \n\x0b\x63ollections\x18\x01 \x03(\tR\x0b\x63ollections\"+\n\x19\x45nsureCollectionsResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"|\n\x11InsertTextRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12\x12\n\x04text\x18\x03 \x01(\tR\x04text\x12#\n\rmetadata_json\x18\x04 \x01(\x0cR\x0cmetadataJson\"$\n\x12InsertTextResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\x82\x01\n\x18InsertSessionTurnRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12\x12\n\x04text\x18\x03 \x01(\tR\x04text\x12#\n\rmetadata_json\x18\x04 \x01(\x0cR\x0cmetadataJson\"+\n\x19InsertSessionTurnResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\x87\x02\n\x1dIngestMarkdownDocumentRequest\x12\x1d\n\nsource_doc\x18\x01 \x01(\tR\tsourceDoc\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12!\n\x0ctokenizer_id\x18\x03 \x01(\tR\x0btokenizerId\x12\x19\n\x08\x63ore_doc\x18\x04 \x01(\x08R\x07\x63oreDoc\x12\x44\n\x0bsource_meta\x18\x05 \x01(\x0b\x32#.libravdb.ipc.v1.MarkdownSourceMetaR\nsourceMeta\x12/\n\x04mode\x18\x06 \x01(\x0e\x32\x1b.libravdb.ipc.v1.IngestModeR\x04mode\"m\n\x1eIngestMarkdownDocumentResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12;\n\x08\x66\x65\x65\x64\x62\x61\x63k\x18\x02 \x01(\x0b\x32\x1f.libravdb.ipc.v1.IngestFeedbackR\x08\x66\x65\x65\x64\x62\x61\x63k\">\n\x1d\x44\x65leteAuthoredDocumentRequest\x12\x1d\n\nsource_doc\x18\x01 \x01(\tR\tsourceDoc\"0\n\x1e\x44\x65leteAuthoredDocumentResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\xcf\x03\n\x1aPromoteDreamEntriesRequest\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x1d\n\nsource_doc\x18\x02 \x01(\tR\tsourceDoc\x12\x1f\n\x0bsource_root\x18\x03 \x01(\tR\nsourceRoot\x12\x1f\n\x0bsource_path\x18\x04 \x01(\tR\nsourcePath\x12\x1f\n\x0bsource_kind\x18\x05 \x01(\tR\nsourceKind\x12\x1b\n\tfile_hash\x18\x06 \x01(\tR\x08\x66ileHash\x12\x1f\n\x0bsource_size\x18\x07 \x01(\x03R\nsourceSize\x12&\n\x0fsource_mtime_ms\x18\x08 \x01(\x03R\rsourceMtimeMs\x12%\n\x0eingest_version\x18\t \x01(\x05R\ringestVersion\x12!\n\x0chash_backend\x18\n \x01(\tR\x0bhashBackend\x12>\n\x07\x65ntries\x18\x0b \x03(\x0b\x32$.libravdb.ipc.v1.DreamPromotionEntryR\x07\x65ntries\x12&\n\x0fsource_ctime_ms\x18\x0c \x01(\x03R\rsourceCtimeMs\"\x8d\x01\n\x16\x44reamPromotionResponse\x12\x1a\n\x08promoted\x18\x01 \x01(\x05R\x08promoted\x12\x1a\n\x08rejected\x18\x02 \x01(\x05R\x08rejected\x12;\n\x08\x66\x65\x65\x64\x62\x61\x63k\x18\x03 \x01(\x0b\x32\x1f.libravdb.ipc.v1.IngestFeedbackR\x08\x66\x65\x65\x64\x62\x61\x63k\"v\n\x11SearchTextRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x0c\n\x01k\x18\x03 \x01(\x05R\x01k\x12\x1f\n\x0b\x65xclude_ids\x18\x04 \x03(\tR\nexcludeIds\"\xc3\x02\n\x1cSearchTextCollectionsRequest\x12 \n\x0b\x63ollections\x18\x01 \x03(\tR\x0b\x63ollections\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x0c\n\x01k\x18\x03 \x01(\x05R\x01k\x12z\n\x15\x65xclude_by_collection\x18\x04 \x03(\x0b\x32\x46.libravdb.ipc.v1.SearchTextCollectionsRequest.ExcludeByCollectionEntryR\x13\x65xcludeByCollection\x1a\x63\n\x18\x45xcludeByCollectionEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x31\n\x05value\x18\x02 \x01(\x0b\x32\x1b.libravdb.ipc.v1.StringListR\x05value:\x02\x38\x01\"M\n\x12SearchTextResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32\x1d.libravdb.ipc.v1.SearchResultR\x07results\"[\n\x11ListByMetaRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x10\n\x03key\x18\x02 \x01(\tR\x03key\x12\x14\n\x05value\x18\x03 \x01(\tR\x05value\"7\n\x15ListCollectionRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\"q\n\x14\x45xpandSummaryRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x1d\n\nsummary_id\x18\x02 \x01(\tR\tsummaryId\x12\x1b\n\tmax_depth\x18\x03 \x01(\x05R\x08maxDepth\"z\n\x16QueryRawSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x0c\n\x01k\x18\x03 \x01(\x05R\x01k\x12\x1f\n\x0b\x65xclude_ids\x18\x04 \x03(\tR\nexcludeIds\"R\n\x1bListLifecycleJournalRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x14\n\x05limit\x18\x02 \x01(\x05R\x05limit\"W\n\x17\x42umpAccessCountsRequest\x12<\n\x07updates\x18\x01 \x03(\x0b\x32\".libravdb.ipc.v1.AccessCountUpdateR\x07updates\"*\n\x18\x42umpAccessCountsResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"?\n\rDeleteRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\" \n\x0e\x44\x65leteResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"F\n\x12\x44\x65leteBatchRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x10\n\x03ids\x18\x02 \x03(\tR\x03ids\"%\n\x13\x44\x65leteBatchResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\xd9\x02\n\x15\x43ompactSessionRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x14\n\x05\x66orce\x18\x02 \x01(\x08R\x05\x66orce\x12\x1f\n\x0btarget_size\x18\x03 \x01(\x05R\ntargetSize\x12\x30\n\x14\x63ontinuity_min_turns\x18\x04 \x01(\x05R\x12\x63ontinuityMinTurns\x12\x41\n\x1d\x63ontinuity_tail_budget_tokens\x18\x05 \x01(\x05R\x1a\x63ontinuityTailBudgetTokens\x12\x45\n\x1f\x63ontinuity_prior_context_tokens\x18\x06 \x01(\x05R\x1c\x63ontinuityPriorContextTokens\x12.\n\x13\x63urrent_token_count\x18\x07 \x01(\x05R\x11\x63urrentTokenCount\"B\n\x13GatingScalarRequest\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\"N\n\x15\x46lushNamespaceRequest\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x1c\n\tnamespace\x18\x02 \x01(\tR\tnamespace\"\xb5\x03\n\x1bSessionLifecycleHintRequest\x12\x12\n\x04hook\x18\x01 \x01(\tR\x04hook\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\x12!\n\x0csession_file\x18\x03 \x01(\tR\x0bsessionFile\x12\x1d\n\nsession_id\x18\x04 \x01(\tR\tsessionId\x12\x1f\n\x0bsession_key\x18\x05 \x01(\tR\nsessionKey\x12\x19\n\x08\x61gent_id\x18\x06 \x01(\tR\x07\x61gentId\x12#\n\rworkspace_dir\x18\x07 \x01(\tR\x0cworkspaceDir\x12#\n\rmessage_count\x18\x08 \x01(\x05R\x0cmessageCount\x12\x1f\n\x0b\x64uration_ms\x18\t \x01(\x05R\ndurationMs\x12/\n\x13transcript_archived\x18\n \x01(\x08R\x12transcriptArchived\x12&\n\x0fnext_session_id\x18\x0b \x01(\tR\rnextSessionId\x12(\n\x10next_session_key\x18\x0c \x01(\tR\x0enextSessionKey\"y\n\x1cSessionLifecycleHintResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x12\n\x04hook\x18\x02 \x01(\tR\x04hook\x12\x1d\n\nsession_id\x18\x03 \x01(\tR\tsessionId\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\"\xb9\x02\n\x14MemoryStatusResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x1d\n\nturn_count\x18\x03 \x01(\x05R\tturnCount\x12!\n\x0cmemory_count\x18\x04 \x01(\x05R\x0bmemoryCount\x12\x30\n\x14lifecycle_hint_count\x18\x05 \x01(\x05R\x12lifecycleHintCount\x12)\n\x10gating_threshold\x18\x06 \x01(\x01R\x0fgatingThreshold\x12+\n\x11\x61\x62stractive_ready\x18\x07 \x01(\x08R\x10\x61\x62stractiveReady\x12+\n\x11\x65mbedding_profile\x18\x08 \x01(\tR\x10\x65mbeddingProfile\"L\n\x13\x45xportMemoryRequest\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x1c\n\tnamespace\x18\x02 \x01(\tR\tnamespace\"U\n\x14\x45xportMemoryResponse\x12=\n\x07records\x18\x01 \x03(\x0b\x32#.libravdb.ipc.v1.ExportMemoryRecordR\x07records\"(\n\x16\x46lushNamespaceResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\x1f\n\rFlushResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"x\n\x1d\x42ootstrapSessionKernelRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x1f\n\x0bsession_key\x18\x02 \x01(\tR\nsessionKey\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\"0\n\x1e\x42ootstrapSessionKernelResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\xd2\x01\n\x1aIngestMessageKernelRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x1f\n\x0bsession_key\x18\x02 \x01(\tR\nsessionKey\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\x12\x38\n\x07message\x18\x04 \x01(\x0b\x32\x1e.libravdb.ipc.v1.KernelMessageR\x07message\x12!\n\x0cis_heartbeat\x18\x05 \x01(\x08R\x0bisHeartbeat\"I\n\x1bIngestMessageKernelResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x1a\n\x08ingested\x18\x02 \x01(\x05R\x08ingested\"\x89\x02\n\x16\x41\x66terTurnKernelRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x1f\n\x0bsession_key\x18\x02 \x01(\tR\nsessionKey\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\x12:\n\x08messages\x18\x04 \x03(\x0b\x32\x1e.libravdb.ipc.v1.KernelMessageR\x08messages\x12\x37\n\x18pre_prompt_message_count\x18\x05 \x01(\x05R\x15prePromptMessageCount\x12!\n\x0cis_heartbeat\x18\x06 \x01(\x08R\x0bisHeartbeat\"n\n\x17\x41\x66terTurnKernelResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x43\n\x0bpredictions\x18\x02 \x03(\x0b\x32!.libravdb.ipc.v1.PredictedContextR\x0bpredictions\"\xd1\x02\n\x1e\x41ssembleContextInternalRequest\x12\x1d\n\nsession_id\x18\x01 \x01(\tR\tsessionId\x12\x1f\n\x0bsession_key\x18\x02 \x01(\tR\nsessionKey\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\x12:\n\x08messages\x18\x04 \x03(\x0b\x32\x1e.libravdb.ipc.v1.KernelMessageR\x08messages\x12!\n\x0ctoken_budget\x18\x05 \x01(\x05R\x0btokenBudget\x12\x16\n\x06prompt\x18\x06 \x01(\tR\x06prompt\x12\x1d\n\nemit_debug\x18\x07 \x01(\x08R\temitDebug\x12@\n\x06\x63onfig\x18\x08 \x01(\x0b\x32(.libravdb.ipc.v1.AssembleConfigOverridesR\x06\x63onfig\"\xce\x01\n\x15RankCandidatesRequest\x12>\n\ncandidates\x18\x01 \x03(\x0b\x32\x1e.libravdb.ipc.v1.RankCandidateR\ncandidates\x12\x1d\n\nquery_text\x18\x02 \x01(\tR\tqueryText\x12\x1d\n\nsession_id\x18\x03 \x01(\tR\tsessionId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x0e\n\x02k1\x18\x05 \x01(\x05R\x02k1\x12\x0e\n\x02k2\x18\x06 \x01(\x05R\x02k2\"P\n\x16RankCandidatesResponse\x12\x36\n\x06ranked\x18\x01 \x03(\x0b\x32\x1e.libravdb.ipc.v1.RankCandidateR\x06ranked\"U\n\x13RebuildIndexRequest\x12\x1c\n\tnamespace\x18\x01 \x01(\tR\tnamespace\x12 \n\x0b\x63ollections\x18\x02 \x03(\tR\x0b\x63ollections\"\xc5\x01\n\x14RebuildIndexResponse\x12\x33\n\x15\x63ollections_processed\x18\x01 \x01(\x05R\x14\x63ollectionsProcessed\x12+\n\x11records_reindexed\x18\x02 \x01(\x05R\x10recordsReindexed\x12\x33\n\x15\x63ollections_recreated\x18\x03 \x01(\x05R\x14\x63ollectionsRecreated\x12\x16\n\x06\x65rrors\x18\x04 \x03(\tR\x06\x65rrors\"\x19\n\x17\x43ognitiveMetricsRequest\"\xe8\x05\n\x18\x43ognitiveMetricsResponse\x12\x1f\n\x0btotal_nodes\x18\x01 \x01(\x03R\ntotalNodes\x12\x1c\n\tfallbacks\x18\x02 \x01(\x03R\tfallbacks\x12\x1a\n\x08identity\x18\x03 \x01(\x03R\x08identity\x12\x1e\n\nconstraint\x18\x04 \x01(\x03R\nconstraint\x12\x1a\n\x08\x64\x65\x63ision\x18\x05 \x01(\x03R\x08\x64\x65\x63ision\x12\x12\n\x04\x66\x61\x63t\x18\x06 \x01(\x03R\x04\x66\x61\x63t\x12\x1e\n\npreference\x18\x07 \x01(\x03R\npreference\x12\x18\n\x07\x65pisode\x18\x08 \x01(\x03R\x07\x65pisode\x12\x1b\n\ttier_hard\x18\t \x01(\x03R\x08tierHard\x12\x1b\n\ttier_soft\x18\n \x01(\x03R\x08tierSoft\x12!\n\x0ctier_variant\x18\x0b \x01(\x03R\x0btierVariant\x12)\n\x10heading_identity\x18\x0c \x01(\x03R\x0fheadingIdentity\x12-\n\x12heading_constraint\x18\r \x01(\x03R\x11headingConstraint\x12)\n\x10heading_workflow\x18\x0e \x01(\x03R\x0fheadingWorkflow\x12-\n\x12heading_background\x18\x0f \x01(\x03R\x11headingBackground\x12/\n\x13heading_preferences\x18\x10 \x01(\x03R\x12headingPreferences\x12\'\n\x0fsupport_buckets\x18\x11 \x03(\x03R\x0esupportBuckets\x12!\n\x0c\x63ircuit_open\x18\x12 \x01(\x08R\x0b\x63ircuitOpen\x12%\n\x0e\x63ircuit_reason\x18\x13 \x01(\tR\rcircuitReason\x12\x32\n\x15use_cognitive_routing\x18\x14 \x01(\x08R\x13useCognitiveRouting\"\xb4\x02\n\rReindexChange\x12\x18\n\x07ordinal\x18\x01 \x01(\x05R\x07ordinal\x12\x12\n\x04kind\x18\x02 \x01(\tR\x04kind\x12!\n\x0ctext_preview\x18\x03 \x01(\tR\x0btextPreview\x12\x1f\n\x0blegacy_tier\x18\x04 \x01(\x05R\nlegacyTier\x12%\n\x0e\x63ognitive_tier\x18\x05 \x01(\x05R\rcognitiveTier\x12\x1f\n\x0bmemory_kind\x18\x06 \x01(\tR\nmemoryKind\x12%\n\x0ememory_support\x18\x07 \x01(\x01R\rmemorySupport\x12\x1f\n\x0bmemory_role\x18\x08 \x01(\tR\nmemoryRole\x12!\n\x0ctier_changed\x18\t \x01(\x08R\x0btierChanged\"\x93\x01\n\x13ReindexDryRunResult\x12\x1f\n\x0btotal_nodes\x18\x01 \x01(\x05R\ntotalNodes\x12!\n\x0cpromote_tier\x18\x02 \x01(\x08R\x0bpromoteTier\x12\x38\n\x07\x63hanges\x18\x03 \x03(\x0b\x32\x1e.libravdb.ipc.v1.ReindexChangeR\x07\x63hanges\"\xd0\x01\n\x11ReindexLiveResult\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\x12\x34\n\x16promote_cognitive_tier\x18\x02 \x01(\x08R\x14promoteCognitiveTier\x12%\n\x0enodes_accepted\x18\x03 \x01(\x05R\rnodesAccepted\x12%\n\x0enodes_rejected\x18\x04 \x01(\x05R\rnodesRejected\x12\'\n\x0ftokens_ingested\x18\x05 \x01(\x05R\x0etokensIngested\"\xa6\x02\n\x1eReindexAuthoredDocumentRequest\x12\x1d\n\nsource_doc\x18\x01 \x01(\tR\tsourceDoc\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12!\n\x0ctokenizer_id\x18\x03 \x01(\tR\x0btokenizerId\x12\x19\n\x08\x63ore_doc\x18\x04 \x01(\x08R\x07\x63oreDoc\x12\x44\n\x0bsource_meta\x18\x05 \x01(\x0b\x32#.libravdb.ipc.v1.MarkdownSourceMetaR\nsourceMeta\x12\x34\n\x16promote_cognitive_tier\x18\x06 \x01(\x08R\x14promoteCognitiveTier\x12\x17\n\x07\x64ry_run\x18\x07 \x01(\x08R\x06\x64ryRun\"\xc5\x01\n\x1fReindexAuthoredDocumentResponse\x12\x1d\n\nsource_doc\x18\x01 \x01(\tR\tsourceDoc\x12?\n\x07\x64ry_run\x18\x02 \x01(\x0b\x32$.libravdb.ipc.v1.ReindexDryRunResultH\x00R\x06\x64ryRun\x12\x38\n\x04live\x18\x03 \x01(\x0b\x32\".libravdb.ipc.v1.ReindexLiveResultH\x00R\x04liveB\x08\n\x06result\"\x8c\x01\n\x1bMarkMemorySupersededRequest\x12\x1e\n\ncollection\x18\x01 \x01(\tR\ncollection\x12\x15\n\x06old_id\x18\x02 \x01(\tR\x05oldId\x12\x15\n\x06new_id\x18\x03 \x01(\tR\x05newId\x12\x1f\n\x0bvalid_until\x18\x04 \x01(\x03R\nvalidUntil\".\n\x1cMarkMemorySupersededResponse\x12\x0e\n\x02ok\x18\x01 \x01(\x08R\x02ok\"\x0f\n\rHealthRequest\"\x15\n\x13MemoryStatusRequest\"\x0e\n\x0c\x46lushRequest\"8\n\x1cListLifecycleJournalResponse\x12\x18\n\x07\x65ntries\x18\x01 \x03(\tR\x07\x65ntries\"*\n\x16ListCollectionResponse\x12\x10\n\x03ids\x18\x01 \x03(\tR\x03ids\"M\n\x12ListByMetaResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32\x1d.libravdb.ipc.v1.SearchResultR\x07results\"J\n\x15\x45xpandSummaryResponse\x12\x1d\n\nsummary_id\x18\x01 \x01(\tR\tsummaryId\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\"U\n\x17QueryRawSessionResponse\x12:\n\x08messages\x18\x01 \x03(\x0b\x32\x1e.libravdb.ipc.v1.KernelMessageR\x08messages*=\n\nIngestMode\x12\x17\n\x13INGEST_MODE_REPLACE\x10\x00\x12\x16\n\x12INGEST_MODE_APPEND\x10\x01\x32\xaf\x1a\n\x08LibravDB\x12I\n\x06Health\x12\x1e.libravdb.ipc.v1.HealthRequest\x1a\x1f.libravdb.ipc.v1.HealthResponse\x12U\n\x06Status\x12$.libravdb.ipc.v1.MemoryStatusRequest\x1a%.libravdb.ipc.v1.MemoryStatusResponse\x12\x46\n\x05\x46lush\x12\x1d.libravdb.ipc.v1.FlushRequest\x1a\x1e.libravdb.ipc.v1.FlushResponse\x12s\n\x14SessionLifecycleHint\x12,.libravdb.ipc.v1.SessionLifecycleHintRequest\x1a-.libravdb.ipc.v1.SessionLifecycleHintResponse\x12s\n\x14ListLifecycleJournal\x12,.libravdb.ipc.v1.ListLifecycleJournalRequest\x1a-.libravdb.ipc.v1.ListLifecycleJournalResponse\x12j\n\x11\x45nsureCollections\x12).libravdb.ipc.v1.EnsureCollectionsRequest\x1a*.libravdb.ipc.v1.EnsureCollectionsResponse\x12y\n\x16IngestMarkdownDocument\x12..libravdb.ipc.v1.IngestMarkdownDocumentRequest\x1a/.libravdb.ipc.v1.IngestMarkdownDocumentResponse\x12k\n\x13PromoteDreamEntries\x12+.libravdb.ipc.v1.PromoteDreamEntriesRequest\x1a\'.libravdb.ipc.v1.DreamPromotionResponse\x12|\n\x17ReindexAuthoredDocument\x12/.libravdb.ipc.v1.ReindexAuthoredDocumentRequest\x1a\x30.libravdb.ipc.v1.ReindexAuthoredDocumentResponse\x12y\n\x16\x44\x65leteAuthoredDocument\x12..libravdb.ipc.v1.DeleteAuthoredDocumentRequest\x1a/.libravdb.ipc.v1.DeleteAuthoredDocumentResponse\x12s\n\x14MarkMemorySuperseded\x12,.libravdb.ipc.v1.MarkMemorySupersededRequest\x1a-.libravdb.ipc.v1.MarkMemorySupersededResponse\x12U\n\nInsertText\x12\".libravdb.ipc.v1.InsertTextRequest\x1a#.libravdb.ipc.v1.InsertTextResponse\x12j\n\x11InsertSessionTurn\x12).libravdb.ipc.v1.InsertSessionTurnRequest\x1a*.libravdb.ipc.v1.InsertSessionTurnResponse\x12[\n\x0cGatingScalar\x12$.libravdb.ipc.v1.GatingScalarRequest\x1a%.libravdb.ipc.v1.GatingScalarResponse\x12U\n\nSearchText\x12\".libravdb.ipc.v1.SearchTextRequest\x1a#.libravdb.ipc.v1.SearchTextResponse\x12k\n\x15SearchTextCollections\x12-.libravdb.ipc.v1.SearchTextCollectionsRequest\x1a#.libravdb.ipc.v1.SearchTextResponse\x12g\n\x10\x42umpAccessCounts\x12(.libravdb.ipc.v1.BumpAccessCountsRequest\x1a).libravdb.ipc.v1.BumpAccessCountsResponse\x12\x61\n\x0eListCollection\x12&.libravdb.ipc.v1.ListCollectionRequest\x1a\'.libravdb.ipc.v1.ListCollectionResponse\x12U\n\nListByMeta\x12\".libravdb.ipc.v1.ListByMetaRequest\x1a#.libravdb.ipc.v1.ListByMetaResponse\x12[\n\x0c\x45xportMemory\x12$.libravdb.ipc.v1.ExportMemoryRequest\x1a%.libravdb.ipc.v1.ExportMemoryResponse\x12\x61\n\x0e\x46lushNamespace\x12&.libravdb.ipc.v1.FlushNamespaceRequest\x1a\'.libravdb.ipc.v1.FlushNamespaceResponse\x12I\n\x06\x44\x65lete\x12\x1e.libravdb.ipc.v1.DeleteRequest\x1a\x1f.libravdb.ipc.v1.DeleteResponse\x12X\n\x0b\x44\x65leteBatch\x12#.libravdb.ipc.v1.DeleteBatchRequest\x1a$.libravdb.ipc.v1.DeleteBatchResponse\x12\x61\n\x0e\x43ompactSession\x12&.libravdb.ipc.v1.CompactSessionRequest\x1a\'.libravdb.ipc.v1.CompactSessionResponse\x12^\n\rExpandSummary\x12%.libravdb.ipc.v1.ExpandSummaryRequest\x1a&.libravdb.ipc.v1.ExpandSummaryResponse\x12\x64\n\x0fQueryRawSession\x12\'.libravdb.ipc.v1.QueryRawSessionRequest\x1a(.libravdb.ipc.v1.QueryRawSessionResponse\x12[\n\x0cRebuildIndex\x12$.libravdb.ipc.v1.RebuildIndexRequest\x1a%.libravdb.ipc.v1.RebuildIndexResponse\x12y\n\x16\x42ootstrapSessionKernel\x12..libravdb.ipc.v1.BootstrapSessionKernelRequest\x1a/.libravdb.ipc.v1.BootstrapSessionKernelResponse\x12p\n\x13IngestMessageKernel\x12+.libravdb.ipc.v1.IngestMessageKernelRequest\x1a,.libravdb.ipc.v1.IngestMessageKernelResponse\x12\x64\n\x0f\x41\x66terTurnKernel\x12\'.libravdb.ipc.v1.AfterTurnKernelRequest\x1a(.libravdb.ipc.v1.AfterTurnKernelResponse\x12|\n\x17\x41ssembleContextInternal\x12/.libravdb.ipc.v1.AssembleContextInternalRequest\x1a\x30.libravdb.ipc.v1.AssembleContextInternalResponse\x12\x61\n\x0eRankCandidates\x12&.libravdb.ipc.v1.RankCandidatesRequest\x1a\'.libravdb.ipc.v1.RankCandidatesResponse\x12g\n\x10\x43ognitiveMetrics\x12(.libravdb.ipc.v1.CognitiveMetricsRequest\x1a).libravdb.ipc.v1.CognitiveMetricsResponseB`\n\x1d\x63om.xdarkicex.libravdb.ipc.v1P\x01Z=github.com/xDarkicex/libravdb-contracts/libravdb/ipc/v1;ipcv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'libravdb.ipc.v1.rpc_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\035com.xdarkicex.libravdb.ipc.v1P\001Z=github.com/xDarkicex/libravdb-contracts/libravdb/ipc/v1;ipcv1'
|
|
35
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST_EXCLUDEBYCOLLECTIONENTRY']._loaded_options = None
|
|
36
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST_EXCLUDEBYCOLLECTIONENTRY']._serialized_options = b'8\001'
|
|
37
|
+
_globals['_INGESTMODE']._serialized_start=15057
|
|
38
|
+
_globals['_INGESTMODE']._serialized_end=15118
|
|
39
|
+
_globals['_RPCREQUEST']._serialized_start=46
|
|
40
|
+
_globals['_RPCREQUEST']._serialized_end=122
|
|
41
|
+
_globals['_RPCRESPONSE']._serialized_start=124
|
|
42
|
+
_globals['_RPCRESPONSE']._serialized_end=226
|
|
43
|
+
_globals['_RPCERROR']._serialized_start=228
|
|
44
|
+
_globals['_RPCERROR']._serialized_end=284
|
|
45
|
+
_globals['_STRINGLIST']._serialized_start=286
|
|
46
|
+
_globals['_STRINGLIST']._serialized_end=322
|
|
47
|
+
_globals['_SEARCHRESULT']._serialized_start=325
|
|
48
|
+
_globals['_SEARCHRESULT']._serialized_end=460
|
|
49
|
+
_globals['_MARKDOWNSOURCEMETA']._serialized_start=463
|
|
50
|
+
_globals['_MARKDOWNSOURCEMETA']._serialized_end=798
|
|
51
|
+
_globals['_DREAMPROMOTIONENTRY']._serialized_start=801
|
|
52
|
+
_globals['_DREAMPROMOTIONENTRY']._serialized_end=1054
|
|
53
|
+
_globals['_INGESTFEEDBACK']._serialized_start=1057
|
|
54
|
+
_globals['_INGESTFEEDBACK']._serialized_end=1489
|
|
55
|
+
_globals['_ACCESSCOUNTUPDATE']._serialized_start=1491
|
|
56
|
+
_globals['_ACCESSCOUNTUPDATE']._serialized_end=1560
|
|
57
|
+
_globals['_KERNELMESSAGE']._serialized_start=1562
|
|
58
|
+
_globals['_KERNELMESSAGE']._serialized_end=1639
|
|
59
|
+
_globals['_ASSEMBLECONTEXTINTERNALRESPONSE']._serialized_start=1642
|
|
60
|
+
_globals['_ASSEMBLECONTEXTINTERNALRESPONSE']._serialized_end=1886
|
|
61
|
+
_globals['_PREDICTEDCONTEXT']._serialized_start=1888
|
|
62
|
+
_globals['_PREDICTEDCONTEXT']._serialized_end=1966
|
|
63
|
+
_globals['_ASSEMBLYDEBUG']._serialized_start=1969
|
|
64
|
+
_globals['_ASSEMBLYDEBUG']._serialized_end=2335
|
|
65
|
+
_globals['_RECOVERYORDERENTRY']._serialized_start=2338
|
|
66
|
+
_globals['_RECOVERYORDERENTRY']._serialized_end=2485
|
|
67
|
+
_globals['_ASSEMBLECONFIGOVERRIDES']._serialized_start=2488
|
|
68
|
+
_globals['_ASSEMBLECONFIGOVERRIDES']._serialized_end=5436
|
|
69
|
+
_globals['_RANKCANDIDATE']._serialized_start=5438
|
|
70
|
+
_globals['_RANKCANDIDATE']._serialized_end=5548
|
|
71
|
+
_globals['_HEALTHRESPONSE']._serialized_start=5550
|
|
72
|
+
_globals['_HEALTHRESPONSE']._serialized_end=5608
|
|
73
|
+
_globals['_COMPACTSESSIONRESPONSE']._serialized_start=5611
|
|
74
|
+
_globals['_COMPACTSESSIONRESPONSE']._serialized_end=5871
|
|
75
|
+
_globals['_GATINGSCALARRESPONSE']._serialized_start=5874
|
|
76
|
+
_globals['_GATINGSCALARRESPONSE']._serialized_end=6130
|
|
77
|
+
_globals['_EXPORTMEMORYRECORD']._serialized_start=6132
|
|
78
|
+
_globals['_EXPORTMEMORYRECORD']._serialized_end=6257
|
|
79
|
+
_globals['_ENSURECOLLECTIONSREQUEST']._serialized_start=6259
|
|
80
|
+
_globals['_ENSURECOLLECTIONSREQUEST']._serialized_end=6319
|
|
81
|
+
_globals['_ENSURECOLLECTIONSRESPONSE']._serialized_start=6321
|
|
82
|
+
_globals['_ENSURECOLLECTIONSRESPONSE']._serialized_end=6364
|
|
83
|
+
_globals['_INSERTTEXTREQUEST']._serialized_start=6366
|
|
84
|
+
_globals['_INSERTTEXTREQUEST']._serialized_end=6490
|
|
85
|
+
_globals['_INSERTTEXTRESPONSE']._serialized_start=6492
|
|
86
|
+
_globals['_INSERTTEXTRESPONSE']._serialized_end=6528
|
|
87
|
+
_globals['_INSERTSESSIONTURNREQUEST']._serialized_start=6531
|
|
88
|
+
_globals['_INSERTSESSIONTURNREQUEST']._serialized_end=6661
|
|
89
|
+
_globals['_INSERTSESSIONTURNRESPONSE']._serialized_start=6663
|
|
90
|
+
_globals['_INSERTSESSIONTURNRESPONSE']._serialized_end=6706
|
|
91
|
+
_globals['_INGESTMARKDOWNDOCUMENTREQUEST']._serialized_start=6709
|
|
92
|
+
_globals['_INGESTMARKDOWNDOCUMENTREQUEST']._serialized_end=6972
|
|
93
|
+
_globals['_INGESTMARKDOWNDOCUMENTRESPONSE']._serialized_start=6974
|
|
94
|
+
_globals['_INGESTMARKDOWNDOCUMENTRESPONSE']._serialized_end=7083
|
|
95
|
+
_globals['_DELETEAUTHOREDDOCUMENTREQUEST']._serialized_start=7085
|
|
96
|
+
_globals['_DELETEAUTHOREDDOCUMENTREQUEST']._serialized_end=7147
|
|
97
|
+
_globals['_DELETEAUTHOREDDOCUMENTRESPONSE']._serialized_start=7149
|
|
98
|
+
_globals['_DELETEAUTHOREDDOCUMENTRESPONSE']._serialized_end=7197
|
|
99
|
+
_globals['_PROMOTEDREAMENTRIESREQUEST']._serialized_start=7200
|
|
100
|
+
_globals['_PROMOTEDREAMENTRIESREQUEST']._serialized_end=7663
|
|
101
|
+
_globals['_DREAMPROMOTIONRESPONSE']._serialized_start=7666
|
|
102
|
+
_globals['_DREAMPROMOTIONRESPONSE']._serialized_end=7807
|
|
103
|
+
_globals['_SEARCHTEXTREQUEST']._serialized_start=7809
|
|
104
|
+
_globals['_SEARCHTEXTREQUEST']._serialized_end=7927
|
|
105
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST']._serialized_start=7930
|
|
106
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST']._serialized_end=8253
|
|
107
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST_EXCLUDEBYCOLLECTIONENTRY']._serialized_start=8154
|
|
108
|
+
_globals['_SEARCHTEXTCOLLECTIONSREQUEST_EXCLUDEBYCOLLECTIONENTRY']._serialized_end=8253
|
|
109
|
+
_globals['_SEARCHTEXTRESPONSE']._serialized_start=8255
|
|
110
|
+
_globals['_SEARCHTEXTRESPONSE']._serialized_end=8332
|
|
111
|
+
_globals['_LISTBYMETAREQUEST']._serialized_start=8334
|
|
112
|
+
_globals['_LISTBYMETAREQUEST']._serialized_end=8425
|
|
113
|
+
_globals['_LISTCOLLECTIONREQUEST']._serialized_start=8427
|
|
114
|
+
_globals['_LISTCOLLECTIONREQUEST']._serialized_end=8482
|
|
115
|
+
_globals['_EXPANDSUMMARYREQUEST']._serialized_start=8484
|
|
116
|
+
_globals['_EXPANDSUMMARYREQUEST']._serialized_end=8597
|
|
117
|
+
_globals['_QUERYRAWSESSIONREQUEST']._serialized_start=8599
|
|
118
|
+
_globals['_QUERYRAWSESSIONREQUEST']._serialized_end=8721
|
|
119
|
+
_globals['_LISTLIFECYCLEJOURNALREQUEST']._serialized_start=8723
|
|
120
|
+
_globals['_LISTLIFECYCLEJOURNALREQUEST']._serialized_end=8805
|
|
121
|
+
_globals['_BUMPACCESSCOUNTSREQUEST']._serialized_start=8807
|
|
122
|
+
_globals['_BUMPACCESSCOUNTSREQUEST']._serialized_end=8894
|
|
123
|
+
_globals['_BUMPACCESSCOUNTSRESPONSE']._serialized_start=8896
|
|
124
|
+
_globals['_BUMPACCESSCOUNTSRESPONSE']._serialized_end=8938
|
|
125
|
+
_globals['_DELETEREQUEST']._serialized_start=8940
|
|
126
|
+
_globals['_DELETEREQUEST']._serialized_end=9003
|
|
127
|
+
_globals['_DELETERESPONSE']._serialized_start=9005
|
|
128
|
+
_globals['_DELETERESPONSE']._serialized_end=9037
|
|
129
|
+
_globals['_DELETEBATCHREQUEST']._serialized_start=9039
|
|
130
|
+
_globals['_DELETEBATCHREQUEST']._serialized_end=9109
|
|
131
|
+
_globals['_DELETEBATCHRESPONSE']._serialized_start=9111
|
|
132
|
+
_globals['_DELETEBATCHRESPONSE']._serialized_end=9148
|
|
133
|
+
_globals['_COMPACTSESSIONREQUEST']._serialized_start=9151
|
|
134
|
+
_globals['_COMPACTSESSIONREQUEST']._serialized_end=9496
|
|
135
|
+
_globals['_GATINGSCALARREQUEST']._serialized_start=9498
|
|
136
|
+
_globals['_GATINGSCALARREQUEST']._serialized_end=9564
|
|
137
|
+
_globals['_FLUSHNAMESPACEREQUEST']._serialized_start=9566
|
|
138
|
+
_globals['_FLUSHNAMESPACEREQUEST']._serialized_end=9644
|
|
139
|
+
_globals['_SESSIONLIFECYCLEHINTREQUEST']._serialized_start=9647
|
|
140
|
+
_globals['_SESSIONLIFECYCLEHINTREQUEST']._serialized_end=10084
|
|
141
|
+
_globals['_SESSIONLIFECYCLEHINTRESPONSE']._serialized_start=10086
|
|
142
|
+
_globals['_SESSIONLIFECYCLEHINTRESPONSE']._serialized_end=10207
|
|
143
|
+
_globals['_MEMORYSTATUSRESPONSE']._serialized_start=10210
|
|
144
|
+
_globals['_MEMORYSTATUSRESPONSE']._serialized_end=10523
|
|
145
|
+
_globals['_EXPORTMEMORYREQUEST']._serialized_start=10525
|
|
146
|
+
_globals['_EXPORTMEMORYREQUEST']._serialized_end=10601
|
|
147
|
+
_globals['_EXPORTMEMORYRESPONSE']._serialized_start=10603
|
|
148
|
+
_globals['_EXPORTMEMORYRESPONSE']._serialized_end=10688
|
|
149
|
+
_globals['_FLUSHNAMESPACERESPONSE']._serialized_start=10690
|
|
150
|
+
_globals['_FLUSHNAMESPACERESPONSE']._serialized_end=10730
|
|
151
|
+
_globals['_FLUSHRESPONSE']._serialized_start=10732
|
|
152
|
+
_globals['_FLUSHRESPONSE']._serialized_end=10763
|
|
153
|
+
_globals['_BOOTSTRAPSESSIONKERNELREQUEST']._serialized_start=10765
|
|
154
|
+
_globals['_BOOTSTRAPSESSIONKERNELREQUEST']._serialized_end=10885
|
|
155
|
+
_globals['_BOOTSTRAPSESSIONKERNELRESPONSE']._serialized_start=10887
|
|
156
|
+
_globals['_BOOTSTRAPSESSIONKERNELRESPONSE']._serialized_end=10935
|
|
157
|
+
_globals['_INGESTMESSAGEKERNELREQUEST']._serialized_start=10938
|
|
158
|
+
_globals['_INGESTMESSAGEKERNELREQUEST']._serialized_end=11148
|
|
159
|
+
_globals['_INGESTMESSAGEKERNELRESPONSE']._serialized_start=11150
|
|
160
|
+
_globals['_INGESTMESSAGEKERNELRESPONSE']._serialized_end=11223
|
|
161
|
+
_globals['_AFTERTURNKERNELREQUEST']._serialized_start=11226
|
|
162
|
+
_globals['_AFTERTURNKERNELREQUEST']._serialized_end=11491
|
|
163
|
+
_globals['_AFTERTURNKERNELRESPONSE']._serialized_start=11493
|
|
164
|
+
_globals['_AFTERTURNKERNELRESPONSE']._serialized_end=11603
|
|
165
|
+
_globals['_ASSEMBLECONTEXTINTERNALREQUEST']._serialized_start=11606
|
|
166
|
+
_globals['_ASSEMBLECONTEXTINTERNALREQUEST']._serialized_end=11943
|
|
167
|
+
_globals['_RANKCANDIDATESREQUEST']._serialized_start=11946
|
|
168
|
+
_globals['_RANKCANDIDATESREQUEST']._serialized_end=12152
|
|
169
|
+
_globals['_RANKCANDIDATESRESPONSE']._serialized_start=12154
|
|
170
|
+
_globals['_RANKCANDIDATESRESPONSE']._serialized_end=12234
|
|
171
|
+
_globals['_REBUILDINDEXREQUEST']._serialized_start=12236
|
|
172
|
+
_globals['_REBUILDINDEXREQUEST']._serialized_end=12321
|
|
173
|
+
_globals['_REBUILDINDEXRESPONSE']._serialized_start=12324
|
|
174
|
+
_globals['_REBUILDINDEXRESPONSE']._serialized_end=12521
|
|
175
|
+
_globals['_COGNITIVEMETRICSREQUEST']._serialized_start=12523
|
|
176
|
+
_globals['_COGNITIVEMETRICSREQUEST']._serialized_end=12548
|
|
177
|
+
_globals['_COGNITIVEMETRICSRESPONSE']._serialized_start=12551
|
|
178
|
+
_globals['_COGNITIVEMETRICSRESPONSE']._serialized_end=13295
|
|
179
|
+
_globals['_REINDEXCHANGE']._serialized_start=13298
|
|
180
|
+
_globals['_REINDEXCHANGE']._serialized_end=13606
|
|
181
|
+
_globals['_REINDEXDRYRUNRESULT']._serialized_start=13609
|
|
182
|
+
_globals['_REINDEXDRYRUNRESULT']._serialized_end=13756
|
|
183
|
+
_globals['_REINDEXLIVERESULT']._serialized_start=13759
|
|
184
|
+
_globals['_REINDEXLIVERESULT']._serialized_end=13967
|
|
185
|
+
_globals['_REINDEXAUTHOREDDOCUMENTREQUEST']._serialized_start=13970
|
|
186
|
+
_globals['_REINDEXAUTHOREDDOCUMENTREQUEST']._serialized_end=14264
|
|
187
|
+
_globals['_REINDEXAUTHOREDDOCUMENTRESPONSE']._serialized_start=14267
|
|
188
|
+
_globals['_REINDEXAUTHOREDDOCUMENTRESPONSE']._serialized_end=14464
|
|
189
|
+
_globals['_MARKMEMORYSUPERSEDEDREQUEST']._serialized_start=14467
|
|
190
|
+
_globals['_MARKMEMORYSUPERSEDEDREQUEST']._serialized_end=14607
|
|
191
|
+
_globals['_MARKMEMORYSUPERSEDEDRESPONSE']._serialized_start=14609
|
|
192
|
+
_globals['_MARKMEMORYSUPERSEDEDRESPONSE']._serialized_end=14655
|
|
193
|
+
_globals['_HEALTHREQUEST']._serialized_start=14657
|
|
194
|
+
_globals['_HEALTHREQUEST']._serialized_end=14672
|
|
195
|
+
_globals['_MEMORYSTATUSREQUEST']._serialized_start=14674
|
|
196
|
+
_globals['_MEMORYSTATUSREQUEST']._serialized_end=14695
|
|
197
|
+
_globals['_FLUSHREQUEST']._serialized_start=14697
|
|
198
|
+
_globals['_FLUSHREQUEST']._serialized_end=14711
|
|
199
|
+
_globals['_LISTLIFECYCLEJOURNALRESPONSE']._serialized_start=14713
|
|
200
|
+
_globals['_LISTLIFECYCLEJOURNALRESPONSE']._serialized_end=14769
|
|
201
|
+
_globals['_LISTCOLLECTIONRESPONSE']._serialized_start=14771
|
|
202
|
+
_globals['_LISTCOLLECTIONRESPONSE']._serialized_end=14813
|
|
203
|
+
_globals['_LISTBYMETARESPONSE']._serialized_start=14815
|
|
204
|
+
_globals['_LISTBYMETARESPONSE']._serialized_end=14892
|
|
205
|
+
_globals['_EXPANDSUMMARYRESPONSE']._serialized_start=14894
|
|
206
|
+
_globals['_EXPANDSUMMARYRESPONSE']._serialized_end=14968
|
|
207
|
+
_globals['_QUERYRAWSESSIONRESPONSE']._serialized_start=14970
|
|
208
|
+
_globals['_QUERYRAWSESSIONRESPONSE']._serialized_end=15055
|
|
209
|
+
_globals['_LIBRAVDB']._serialized_start=15121
|
|
210
|
+
_globals['_LIBRAVDB']._serialized_end=18496
|
|
211
|
+
# @@protoc_insertion_point(module_scope)
|