Simple CLI-based AI coding agent
If this proves to be helpful to anyone, consider it my thanks to the open-source community :)
(Important) Read through this wonderful article on how to build an agent by Thorsten Ball and follow along if possible
- Add Anthropic API key as an environment variable with
export ANTHROPIC_API_KEY="your-api-key-here" - Run the installation script for the latest version (Linux only at the moment):
curl -fsSL https://raw.githubusercontent.com/honganh1206/clue/main/scripts/install.sh | sudo -E bashmake serve # Run the server
make # Run the agent