Skip to content

Latest commit

 

History

189 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClerk

PyPI License

Community Library of Executable Reasoning Kits

Clerk is a Python framework for multi-step LLM reasoning workflows with a React frontend. Define and execute modular, reusable reasoning workflows using Large Language Models.

Quickstart

from openclerk.loader import load_reasoning_kit
from openclerk.graph import run_reasoning_kit

kit = load_reasoning_kit("reasoning_kits/demo")
outputs = run_reasoning_kit(kit)

Installation

pip install openclerk

Or from source:

git clone https://github.com/simonweigold/clerk.git && cd clerk
just setup

Usage

clerk list       # List reasoning kits
clerk run demo   # Run a kit
clerk web        # Start web UI

Documentation

License

MIT License

About

Community Library of Executable Reasoning Kits

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages