Skip to content

Reference

github-actions[bot] edited this page Jul 13, 2026 · 1 revision

Reference

Technical description of the pieces ccflow provides. These pages are for looking things up — neutral facts, not lessons. To learn the framework, start with the Tutorials; to accomplish a task, see the How-to Guides.

  • Core Types — the base classes and options at the heart of ccflow: BaseModel, ModelRegistry, ContextBase, ResultBase, CallableModel, the Flow decorators, FlowOptions, and metadata.
  • Contexts and Results — the built-in context and result types.
  • Built-in Models — the models, publishers, and evaluators that ship with ccflow, plus cache-key derivation.
  • Flow Model — the @Flow.model API for defining callable models from plain Python functions.

Note

Some items are marked Coming Soon! — they are part of the design and are in the process of being open-sourced.

Clone this wiki locally