Skip to main content

Correctness-first orchestration for emergent AI. Type-safe, deeply immutable, 100% code coverage.

Project description

ClearFlow

PyPI Downloads Coverage Status PyPI Python License llms.txt

Correctness-first orchestration for probabilistic AI. Type-safe, deeply immutable, 100% code coverage.

Why ClearFlow?

  • Message-driven architecture – Commands trigger actions, Events record facts
  • 100% test coverage – Every path verified to work
  • Type-safe flows – Full static typing with pyright strict mode
  • Deep immutability – All state transformations create new immutable data
  • Minimal dependencies – Only Pydantic for validation and immutability
  • Single completion – Exactly one end message type per flow

How It Works

ClearFlow uses message-driven orchestration:

Command → Node → Event → Node → Event → End
  • Commands request actions: "analyze this portfolio"
  • Events record what happened: "risk assessment completed"
  • Nodes process messages and emit new ones
  • Flows route messages between nodes based on type

Every message knows where it came from (causality tracking), making complex AI orchestration debuggable and testable.

Quick Start

pip install clearflow

Note: ClearFlow is in alpha. Pin your version in production (clearflow==0.x.y) as breaking changes may occur in minor releases.

Real-World Examples

Example What It Shows
Chat OpenAI integration with conversation history
Portfolio Analysis Multi-agent coordination using DSPy
RAG Document chunking and FAISS vector search

AI Assistant Integration

ClearFlow provides comprehensive documentation in llms.txt format for optimal AI assistant support.

Claude Code Setup

Add ClearFlow documentation to Claude Code with one command:

claude mcp add-json clearflow-docs '{
    "type":"stdio",
    "command":"uvx",
    "args":["--from", "mcpdoc", "mcpdoc", "--urls", "ClearFlow:https://raw.githubusercontent.com/artificial-sapience/clearflow/main/llms.txt"]
}'

For IDEs (Cursor, Windsurf), see the mcpdoc documentation.

ClearFlow vs PocketFlow

Aspect ClearFlow PocketFlow
Architecture Message-driven (Commands/Events) State-based transformations
State Immutable messages with causality tracking Mutable, passed via shared param
Routing Message type-based explicit routes Action-based graph edges
Completion Single end message type Multiple exits allowed
Type safety Full static typing with pyright strict Dynamic (no annotations)

Development

Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

Clone and set up development environment

git clone https://github.com/artificial-sapience/clearflow.git
cd clearflow
uv sync --all-extras     # Creates venv and installs deps automatically
./quality-check.sh       # Run all checks

License

MIT

Acknowledgments

Inspired by PocketFlow's Node-Flow-State pattern.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clearflow-0.6.0.tar.gz (86.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clearflow-0.6.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file clearflow-0.6.0.tar.gz.

File metadata

  • Download URL: clearflow-0.6.0.tar.gz
  • Upload date:
  • Size: 86.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for clearflow-0.6.0.tar.gz
Algorithm Hash digest
SHA256 0811e74d7ed20d9962708ca274fe5bf98383586e83c113f2e40b4850a5a560f4
MD5 968bb69ee84ad31a846e0a39e2d658a9
BLAKE2b-256 98301bbb55393f4f87abeb2a56459930b36e78a5fcb1e29e0213be48e353a2d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for clearflow-0.6.0.tar.gz:

Publisher: release.yml on artificial-sapience/clearflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clearflow-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: clearflow-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for clearflow-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61d274557d11be07a3e5d14df2ed068ce250b824aef329515eb033a66d6a248c
MD5 56d7c70705a5d3318fc8fae90bc1336c
BLAKE2b-256 c4b1673aa3480816000985f8a71d502395204b96dfa160c2de748a3c87131689

See more details on using hashes here.

Provenance

The following attestation bundles were made for clearflow-0.6.0-py3-none-any.whl:

Publisher: release.yml on artificial-sapience/clearflow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page