Skip to content

simonweigold/clerk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors