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 emergent AI. Type-safe, deeply immutable, 100% code coverage.

Why ClearFlow?

  • Message-driven architecture – Commands trigger actions, Events record facts
  • 100% test coverage – Every path proven 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 Message routing between user and LLM
Portfolio Analysis DSPy-driven portfolio analysis
RAG Document processing pipeline

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.5.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.5.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: clearflow-0.5.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.5.0.tar.gz
Algorithm Hash digest
SHA256 0295f4a5dad4006aca101140091d2abea04a2a00507f2a7acf55d2ec6b199138
MD5 afe1e12cc441eecc6832bf263e4788ab
BLAKE2b-256 4db084fb141df5323ac4b12cac8963d81401f273e480bb8dcda066e670fdb7d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clearflow-0.5.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.5.0-py3-none-any.whl.

File metadata

  • Download URL: clearflow-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 18.4 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cca604923ad3269e2e89e05809b4444c22d68c8d248962a3e764a89d8c019889
MD5 78a23da4b974e510167a6b0bdcdc4128
BLAKE2b-256 a1aef1615cc20eaa96b49b3379c969545d945add7ae839b0c92d6e93ef078d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clearflow-0.5.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