An experiment in coding agents based on https://github.com/liquidos-ai/AutoAgents
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.