**New Feature**
Add supported LLM providers
- OpenAI (Default)
- Models Available: `gpt-4o` (default), `gpt-4o-mini`
- Full feature support, including tool calling and taskgraph construction.
- Google Gemini
- Models Available: `gemini-1.5-flash`, `gemini-2.0-flash-exp`, `gemini-2.0-flash-lite`
- Tool calling is not supported with Google Gemini.
- Anthropic
- Models Available: `claude-3-5-haiku-20241022`, `claude-3-haiku-20240307`
- Tool calling is supported, but taskgraph construction is only available with OpenAI models.