Service Helper
Component registry: espressif/brookesia_service_helper
Public header:
#include "brookesia/service_helper.hpp"
Overview
brookesia_service_helper is the unified application-facing helper layer for Brookesia services: typed wrappers and schema entry points.
Features
Single entry: Helpers encapsulate each service to simplify integration.
Schema-friendly: Works with function/event schemas for standardized calls and docs.
Decoupling: Apps target helpers instead of concrete providers.
Extensible: New services can add helpers and documentation over time.