mjschock's picture
Add .env.example for API configuration and update .gitignore to exclude .env files. Refactor app.py to implement BasicAgent class, replacing AgentRunner, and improve error handling and logging. Remove unused configuration and graph modules to streamline the codebase.
ff83a02 unverified
raw
history blame contribute delete
147 Bytes
# Required API configuration
API_BASE=https://api.anthropic.com
API_KEY=sk-replace-with-your-api-key
MODEL_ID=anthropic/claude-3-7-sonnet-20250219