bot-template-share
Stores and shares Bot templates.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| bot-template-store.ts | Bot Template Store |
| bot-template-share-service.ts | Bot Template Share Service |
Dependencies and change boundaries
Declared Host dependencies: agent-identity · auth · telemetry.
Local templates and remote sharing have separate conditions; retained sharing code does not prove service availability.
See Configuration for activation policy and Features for support status.