code-agent 0.2.0

AI-Native Code Assistant Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AI-Native Code Agent Environment Variables

# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here

# Anthropic Configuration (alternative to OpenAI)
# ANTHROPIC_API_KEY=your_anthropic_api_key_here

# Model Configuration
MODEL_NAME=gpt-4-turbo-preview
# MODEL_ENDPOINT=http://localhost:11434  # For local models

# Logging Configuration
LOG_LEVEL=info

# Execution Configuration
# MAX_STEPS=50
# TIMEOUT_SECONDS=300