1 2 3 4 5 6 7
# Minimal phi-core agent configuration # Only requires [provider] with model and api_key. # All other sections use sensible defaults. [provider] model = "claude-sonnet-4-20250514" api_key = "${ANTHROPIC_API_KEY}"