cli_engineer 2.0.0

An autonomous CLI coding agent
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copy this to .env and fill in your API keys

# OpenAI API Key
OPENAI_API_KEY=your-openai-api-key-here

# Anthropic API Key (for future use)
ANTHROPIC_API_KEY=your-anthropic-api-key-here

# xAI API Key
XAI_API_KEY=your-xai-api-key-here

# GitHub Token (for future GitHub integration)
GITHUB_TOKEN=your-github-token-here