Skip to content

siddarth2810/coding-agent-brr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-agent

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_file
  • list_files
  • edit_file

Setup

Create a .env file with your OpenAI API key:

OPENAI_API_KEY=your_api_key_here

Install dependencies:

go mod download

Run

go run .

Then chat in the terminal. Use Ctrl-C to quit.

Notes

  • The model is configured in main.go.
  • File tools operate relative to the current working directory.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages