跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt

Use this file to discover all available pages before exploring further.

提供商系统概览

提供商(Provider)系统是 Mirobody 的核心,通过标准化接口实现与各种健康设备 API 的无缝集成。
提供商系统遵循插件化架构,可以轻松添加新的集成,而无需修改核心代码。

核心概念

提供商 (Provider)

与特定健康设备 API(如 Garmin, Whoop)集成的插件

BaseThetaProvider

所有提供商必须继承的抽象基类

提供商发现

从配置目录中自动检测并加载提供商插件

提供商注册表

所有可用且激活的提供商的中央注册表

提供商生命周期

更多细节,请参见 提供商概览