For detailed provider development patterns, see:
docs/developer-guide/provider.mdx- Provider architecture and creation guidedocs/developer-guide/services.mdx- Adding services to existing providers
docs/developer-guide/aws-details.mdx- AWS provider implementationdocs/developer-guide/azure-details.mdx- Azure provider implementationdocs/developer-guide/gcp-details.mdx- GCP provider implementationdocs/developer-guide/kubernetes-details.mdx- Kubernetes provider implementationdocs/developer-guide/github-details.mdx- GitHub provider implementationdocs/developer-guide/m365-details.mdx- Microsoft 365 provider implementationdocs/developer-guide/alibabacloud-details.mdx- Alibaba Cloud provider implementationdocs/developer-guide/llm-details.mdx- LLM provider implementation
The documentation covers:
- Provider types (SDK, API, Tool/Wrapper)
- Provider class structure and identity
- Service creation patterns
- Client singleton implementation
- Provider-specific authentication and API patterns