This is a simple CLI tool for interacting with LLMs using branching threads. Alpha quality / WIP
brew tap isaacphi/cap
brew install cap
Or clone this repository and run go build -o cap
and use the ./cap
executable.
Requires ANTHROPIC_API_KEY
to be set in a .env file.
cap -h
cap thread -h
# etc...
cap thread create myThread
echo "Hi, how are you?" | cap
cap # Call directly for interactive view
cap thread view
cap thread branch myThread2
cap thread use myThread
cap thread delete myThread