Skip to content

isaacphi/codeassistantprogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cap code assistant program

This is a simple CLI tool for interacting with LLMs using branching threads. Alpha quality / WIP

Installation

brew tap isaacphi/cap
brew install cap

Or clone this repository and run go build -o cap and use the ./cap executable.

Usage

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

About

cap code assistant program

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages