Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.14 KB

File metadata and controls

28 lines (22 loc) · 1.14 KB

Provider Documentation

Local Documentation

For detailed provider development patterns, see:

Core Documentation

  • docs/developer-guide/provider.mdx - Provider architecture and creation guide
  • docs/developer-guide/services.mdx - Adding services to existing providers

Provider-Specific Details

  • docs/developer-guide/aws-details.mdx - AWS provider implementation
  • docs/developer-guide/azure-details.mdx - Azure provider implementation
  • docs/developer-guide/gcp-details.mdx - GCP provider implementation
  • docs/developer-guide/kubernetes-details.mdx - Kubernetes provider implementation
  • docs/developer-guide/github-details.mdx - GitHub provider implementation
  • docs/developer-guide/m365-details.mdx - Microsoft 365 provider implementation
  • docs/developer-guide/alibabacloud-details.mdx - Alibaba Cloud provider implementation
  • docs/developer-guide/llm-details.mdx - LLM provider implementation

Contents

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