feat(runtime): add trusted hidden check loop

This commit is contained in:
Codex
2026-07-28 03:30:46 -04:00
parent d7402d0707
commit 93d8321309
3 changed files with 1412 additions and 2 deletions
+7
View File
@@ -8,9 +8,16 @@ use nana_engine::{ReduceError, apply_delta};
use nana_store::{StoreError, StoryStore};
use thiserror::Error;
mod adjudication;
mod context;
mod lapp_provider;
pub use adjudication::{
AdjudicatingTurnPlanProvider, AdjudicationCatalog, AdjudicationError, AdjudicationModel,
AdjudicationModelInput, AdjudicationModelResponse, AdjudicationRunError, AdjudicationToolCall,
CatalogError, DEFAULT_MAX_ADJUDICATION_STEPS, HIDDEN_CHECK_TOOL_NAME, HiddenCheckRequest,
QualitativeCheckOutcome, classify_roll, deterministic_roll,
};
pub use context::{
CharacterMemory, CompiledSceneContext, ContextBudget, ContextCharacterCard,
ContextCompileError, ContextInventoryItem, ContextJudgmentRule, ContextPersona,