It is an SDK for scripting Claude Code.
It's a lightweight (155 lines) and free wrapper around claude code
This is a big deal because it seems that using claude code and cursor has become largly repitive. My workflow typically goes like this:
Plan out my task into a file, then have claude code implement the plan into my code.
I'm actively building a product with this, but still wanted to make it OSS!
Use it now with `pip install codesys`
tarboreus•4h ago
sean_•4h ago
A very cool thing I'm working on in this space is having an llm code with the codesys sdk, then run the code.
So imagine cursor coding a codesys file instead of doing the task directly so that it instead scripts claude code to do a sequence of actions and allows cursor/the user to simply analyze the results.
this also enables parralel claude code sessions which is super cool!