Skip to content

StaringSkyward/braindead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braindead

An experiment in coding agents based on https://github.com/liquidos-ai/AutoAgents

Configuration

Braindead will look for a config.json file in the current working directory.

Example config.json:

{
  "api_key": "API_KEY_FOR_YOUR_CHOSEN_LLM_PROVIDER",
  "backend": "OpenRouter",
  "model": "gpt-5-codex",
  "max_tokens": 64000,
  "temperature": 0.2
}

Braindead currently supports the following backends:

It is up to you to configure the correct model string, max_tokens, and temperature for your chosen backend. If you do not, you'll get an error on startup.

About

An experiment in coding agents based on https://github.com/liquidos-ai/AutoAgents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages