this project is still in progress
This is an Electron Application that provides a UI Drag and Drop environment to simplify the development of AI Harnesses. The idea is to interleave AI with traditional code validations to path validated AI responses along deterministic routes
- everything is executed in a docker container
- harness can be exported as a json file
- start docker service
- install claude code
bun dev
- pathing logic is a little bit cumbersome. I would like to tweak that
- nothing built to audit executions. will need to log that somewhere.
- I would like to isolate a Harness Development Kit to build the harnesses without the UI
- look into what already exists first
- the docker service adapter is useful IMO. I would like to isolate that too
- look into what already exists first