cli_engineer 0.3.1

An autonomous CLI coding agent
1
2
3
4
5
6
7
8
9
10
# 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

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