-
Notifications
You must be signed in to change notification settings - Fork 6
Reference
github-actions[bot] edited this page Jul 13, 2026
·
1 revision
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, theFlowdecorators,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.modelAPI 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.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki.
Tutorials
- Overview
- First Steps
- Configuring Models
- Defining Workflows
- Building an ETL Pipeline
- Composing an ETL Application
- Building a Configurable Calculator
How-to Guides
- Overview
- Install ccflow
- Configure Complex Values
- Bind Logic to Configs
- Run Workflows from the CLI
- Cache Results
- Retry on Failure
Reference
Explanation
Developer Guide