phi-core 0.7.0

Simple, effective agent loop with tool execution and event streaming
Documentation
1
2
3
4
5
6
7
{
  "_comment": "Minimal phi-core agent configuration in JSON format. Equivalent to minimal.toml.",
  "provider": {
    "model": "claude-sonnet-4-20250514",
    "api_key": "${ANTHROPIC_API_KEY}"
  }
}