espressif/brookesia_service_helper

0.7.3

Latest
uploaded 6 hours ago
ESP-Brookesia service helper library which provides type-safe definitions, schemas, and unified calling interfaces for building and using services based on C++20 Concepts and CRTP pattern.

changelog

# ChangeLog

## v0.7.3 - 2026-02-02

### Breaking Changes:

- break(repo): move agent helpers (coze, manager, openai) to `brookesia_agent_helper` component

### Enhancements:

- feat(base): add `ConvertibleToFunctionValue` concept for type-safe parameter conversion
- feat(base): add `Timeout` tag type for specifying timeout in function calls
- feat(base): add type traits for event callback parameter detection
- feat(audio): expand Audio helper with additional function and event schemas
- feat(emote): update Expression Emote helper schemas
- feat(repo): add `require_scheduler` field to `FunctionSchema` and `EventSchema`
- feat(repo): update `brookesia_service_manager` dependency to `0.7.*`

## v0.7.2 - 2026-01-14

### Enhancements:

- feat(repo): update function and event descriptions

## v0.7.1 - 2025-12-24

### Enhancements:

- feat(repo): add `Base` class
- feat(wifi): add 'reset_data' function
- feat(repo): add SNTP helper class
- feat(nvs): add `is_available`, `save_key_value`, `get_key_value`, `erase_keys` functions
- feat(repo): update `brookesia_service_manager` dependency to `>=0.7.1,<0.8.0`
- feat(repo): update README

### Bug Fixes

- fix(nvs): use object instead of array for `set` function parameter
- fix(repo): rename `definition/DEFINITION` to `schema/SCHEMA`

## v0.7.0 - 2025-12-07

### Initial Release

- feat(repo): Add service development helper library for ESP-Brookesia ecosystem
- feat(repo): Provide type-safe definitions (strongly-typed enums and structs)
- feat(repo): Provide standardized function definitions (FunctionSchema, including names, parameters, and descriptions)
- feat(repo): Provide standardized event definitions (EventSchema, including names and data formats)
- feat(repo): Provide constant definitions (service names and default values), function and event index enumerations
- feat(repo): Provide NVS helper class (ValueType enum, KeyValuePair/EntryInfo structs, and function definitions)
- feat(repo): Provide Wifi helper class (GeneralState/GeneralAction/GeneralEvent enums, ApInfo struct, and function/event definitions)

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/brookesia_service_helper^0.7.3"

download archive

Stats

  • Archive size
    Archive size ~ 32.39 KB
  • Downloaded in total
    Downloaded in total 47 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/brookesia_service_helper version: 0.7.3
|