# Most agents don't need any LLM API key — use runless capabilities or generate()
# Only needed if you use process() for direct OpenAI calls:
# OPENAI_API_KEY=your-openai-key
# ANTHROPIC_API_KEY=your_anthropic_key  # If using Claude directly

# Auto-populated by provision() - DO NOT fill manually
WALLET_PRIVATE_KEY=
OPENSERV_API_KEY=
OPENSERV_AUTH_TOKEN=

# Optional
PORT=7378
