Make the agent handoffs sample configurable to support different LLM providers.
Currently, the sample assumes a default API configuration OPENAI_API_KEY with available credits. This creates friction for users who want to run the sample locally (e.g. Ollama) or use an alternative compatible provider.
- Add a configuration mechanism that allows users to specify the LLM and related settings.
- Preserve the current default configuration for ease to use
- Keep workflow, tool, and handoff logic unchanged
Make the agent handoffs sample configurable to support different LLM providers.
Currently, the sample assumes a default API configuration OPENAI_API_KEY with available credits. This creates friction for users who want to run the sample locally (e.g. Ollama) or use an alternative compatible provider.