The synthetic_data_kit provider integration enables high-quality synthetic dataset
generation for fine-tuning LLMs. This commit sets up the initial provider
registration and fixes provider resolution to properly handle type casting and
imports, ensuring proper integration with llama-stack's provider system.
Implementation of the actual provider functionality will follow in a subsequent
commit.
Signed-off-by: Alina Ryan <aliryan@redhat.com>