API reference¶
Auto-generated module reference, sourced from the docstrings in
src/cue/. The pages mirror the public surface — call sites,
helpers, typed errors, configuration knobs.
The English docstrings are canonical. Korean reference pages carry a caveat and the same autodoc directive — no separate translation of API surfaces.
Modules¶
cue.recorder— streaming recorder wrapper- rotator/evictor/digest threads.
cue.digest— 5-second digest tick + the_build_digestorchestration.cue.privacy— PrivacyMonitor + PauseController.cue.llm— DigestBackend protocol + Cloud / Local vision backends + the policy gate.cue.llama_server— bundled llama-server subprocess lifecycle.cue.local_models— pinned manifest + resumable downloader.cue.frame_select— 10-frame anchor-protected selector.cue.image_preprocess— 896 px JPEG preprocess.cue.pruner— keyframe extractor.cue.pii/cue.pii_recognizers— Presidio scrub + custom recognizers.cue.prompts— every Claude prompt constant.cue.settings_model— pure-logic Preferences layer.cue.config—CONFIG_DIR, API key, streaming / privacy config.cue.fs—secure_dir/secure_file/mark_not_indexed.
Not autodoc'd¶
cue.main, cue.popup_window, cue.platform.* are application
code, not library API. They're documented by hand in the
Internals pages instead.