BqNvgwGClbB2nnlH.mp4
A minimal terminal chat agent built in Go. It uses the OpenAI Responses API and exposes a few local file tools to the model:
read_filelist_filesedit_file
Create a .env file with your OpenAI API key:
OPENAI_API_KEY=your_api_key_hereInstall dependencies:
go mod downloadgo run .Then chat in the terminal. Use Ctrl-C to quit.
- The model is configured in
main.go. - File tools operate relative to the current working directory.