File size: 380 Bytes
5afb7b3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""The Wizard's Oracles — the LLM is forced to make sense of arbitrary text.

Public surface:
    state: NUM_ORACLES, NUM_TRIALS, DRAGON_TRIAL, Oracle, Obstacle, Resolution,
           GameState, fresh_state
    llm_client: LLMClient, LLMConfig
    obstacles: generate_obstacles
    resolution: resolve_trial, generate_epilogue
    images: ImageResult, generate_scene_image
"""